Questions tagged [control-array]
34 questions
0
votes
1 answer
Creating a control array of Panels in a Form, VSC++ 2008
This is my first head on attempt with Visual Studio C++ 2008 (yeap, company policy :( ) I encountered the following issue trying to create an array of Panels on a Form.
#pragma once
namespace Pruebaformulariogrilla {
using namespace System;
…

Halogen II
- 117
- 1
- 8
0
votes
3 answers
Lazarus/Delphi - indext/element of item clicked (control array)
I have an array of PANELs on a form and they are used as buttons. There is one event procedure assigned to them. So when I click on a button, I can see it's caption like this:
procedure TForm1.MenuAction0Click(Sender: TObject);
begin
…

itsols
- 5,406
- 7
- 51
- 95
-1
votes
1 answer
Moving LED Display software
I am designing an APP where user will input a text like("I love to be fooled"). This text then will display in a Window like Electronic LED Display board. And it will obviously moving. For this I have to do
design a window which will have 16(row)…

Abdur Rahim
- 3,975
- 14
- 44
- 83
-4
votes
1 answer
Command button array
How can I create a array of buttons in VB.NET?
cmdButton(0)
cmdButton(1)
cmdButoon(2)

Ajakaiye Taiwo Peter
- 21
- 4