Click here to Skip to main content
15,898,134 members
Home / Discussions / C#
   

C#

 
AnswerRe: help with data access Pin
Rob Graham1-Oct-06 4:39
Rob Graham1-Oct-06 4:39 
QuestionZip Folder [modified] Pin
dehghan198430-Sep-06 23:59
dehghan198430-Sep-06 23:59 
AnswerRe: Zip Folder Pin
User 66581-Oct-06 0:30
User 66581-Oct-06 0:30 
AnswerRe: Zip Folder Pin
Hamid_RT2-Oct-06 9:33
Hamid_RT2-Oct-06 9:33 
Questiontimers in services Pin
sianatia30-Sep-06 23:03
sianatia30-Sep-06 23:03 
AnswerRe: timers in services Pin
Stefan Troschuetz30-Sep-06 23:21
Stefan Troschuetz30-Sep-06 23:21 
QuestionControls's array Pin
t_nedelchev30-Sep-06 22:07
t_nedelchev30-Sep-06 22:07 
AnswerRe: Controls's array Pin
Stefan Troschuetz30-Sep-06 22:17
Stefan Troschuetz30-Sep-06 22:17 
Sure you can. Simply declare the array and assign a new or existing Button reference to it.
Button[] buttonarray = new Button[5];
for (int i = 0; i < buttonarray.Length; i++)
  buttonarray[i] = new Button();
If you create the buttons dynamically don't forget to add them to the controls collection of your form or any container in it, so they get displayed.


"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

www.troschuetz.de

GeneralRe: Controls's array Pin
t_nedelchev30-Sep-06 23:06
t_nedelchev30-Sep-06 23:06 
GeneralRe: Controls's array Pin
Stefan Troschuetz30-Sep-06 23:17
Stefan Troschuetz30-Sep-06 23:17 
GeneralRe: Controls's array Pin
t_nedelchev1-Oct-06 1:23
t_nedelchev1-Oct-06 1:23 
Questionkeys events Pin
Kola Sokol30-Sep-06 22:05
Kola Sokol30-Sep-06 22:05 
AnswerRe: keys events Pin
Stefan Troschuetz30-Sep-06 22:29
Stefan Troschuetz30-Sep-06 22:29 
GeneralRe: keys events Pin
Kola Sokol30-Sep-06 22:36
Kola Sokol30-Sep-06 22:36 
GeneralRe: keys events Pin
Stefan Troschuetz30-Sep-06 22:47
Stefan Troschuetz30-Sep-06 22:47 
GeneralRe: keys events Pin
Kola Sokol30-Sep-06 23:36
Kola Sokol30-Sep-06 23:36 
GeneralRe: keys events Pin
Stefan Troschuetz30-Sep-06 23:55
Stefan Troschuetz30-Sep-06 23:55 
QuestionCheck out if Serial port is used from another application Pin
t_nedelchev30-Sep-06 22:02
t_nedelchev30-Sep-06 22:02 
AnswerRe: Check out if Serial port is used from another application Pin
Stefan Troschuetz30-Sep-06 22:49
Stefan Troschuetz30-Sep-06 22:49 
QuestionShell argument's path problem; &quot;D:\My Documents&quot; vs. &quot;D:\MyDocu~1&quot; Pin
User 96257830-Sep-06 21:52
User 96257830-Sep-06 21:52 
AnswerRe: Shell argument's path problem; &quot;D:\My Documents&quot; vs. &quot;D:\MyDocu~1&quot; Pin
Stefan Troschuetz30-Sep-06 22:40
Stefan Troschuetz30-Sep-06 22:40 
AnswerRe: Shell argument's path problem; &quot;D:\My Documents&quot; vs. &quot;D:\MyDocu~1&quot; Pin
S. Senthil Kumar1-Oct-06 9:39
S. Senthil Kumar1-Oct-06 9:39 
QuestionSimple DataGridView Question Pin
dy1330-Sep-06 18:41
dy1330-Sep-06 18:41 
AnswerRe: Simple DataGridView Question Pin
LongRange.Shooter3-Oct-06 8:16
LongRange.Shooter3-Oct-06 8:16 
QuestionRegarding Event handling on MicroSoft WebBrowser Control in .Net 1.x (AxSHDocVw.AxWebBrowser) Pin
Mystic_30-Sep-06 12:15
Mystic_30-Sep-06 12:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.