Click here to Skip to main content
15,902,299 members
Home / Discussions / C#
   

C#

 
GeneralRe: Generate Not Repeated Random Integer Values Pin
Christian Graus25-Mar-08 0:15
protectorChristian Graus25-Mar-08 0:15 
GeneralRe: Generate Not Repeated Random Integer Values Pin
Vikram A Punathambekar25-Mar-08 2:31
Vikram A Punathambekar25-Mar-08 2:31 
GeneralRe: Generate Not Repeated Random Integer Values Pin
Russell Jones25-Mar-08 3:51
Russell Jones25-Mar-08 3:51 
GeneralRe: Generate Not Repeated Random Integer Values Pin
Christian Graus25-Mar-08 10:03
protectorChristian Graus25-Mar-08 10:03 
QuestionCreate a grid of radiobutton on the fly Pin
Desmond Lim24-Mar-08 23:59
Desmond Lim24-Mar-08 23:59 
GeneralRe: Create a grid of radiobutton on the fly Pin
Gareth H25-Mar-08 0:07
Gareth H25-Mar-08 0:07 
QuestionRe: Create a grid of radiobutton on the fly Pin
Desmond Lim26-Mar-08 16:46
Desmond Lim26-Mar-08 16:46 
GeneralRe: Create a grid of radiobutton on the fly Pin
Gareth H27-Mar-08 0:06
Gareth H27-Mar-08 0:06 
Desmond Lim,

Just do:

for (int i = 0; i < 1000; i++)
{
 //create controls
}


Why do you want to create 1000 radio buttons? Can you give a bit more info on what your trying to do because there might be a better way around it.

Regards,
Gareth.
QuestionRe: Create a grid of radiobutton on the fly Pin
Desmond Lim27-Mar-08 15:54
Desmond Lim27-Mar-08 15:54 
GeneralRe: Create a grid of radiobutton on the fly Pin
Gareth H28-Mar-08 2:31
Gareth H28-Mar-08 2:31 
GeneralDownload Pin
ellllllllie24-Mar-08 23:48
ellllllllie24-Mar-08 23:48 
GeneralRe: Download Pin
Christian Graus25-Mar-08 0:08
protectorChristian Graus25-Mar-08 0:08 
GeneralRe: Download Pin
ellllllllie25-Mar-08 0:49
ellllllllie25-Mar-08 0:49 
GeneralRe: Download Pin
Christian Graus25-Mar-08 1:06
protectorChristian Graus25-Mar-08 1:06 
GeneralRe: Download Pin
ellllllllie25-Mar-08 2:06
ellllllllie25-Mar-08 2:06 
GeneralRe: Download Pin
Christian Graus25-Mar-08 10:09
protectorChristian Graus25-Mar-08 10:09 
GeneralRe: Download Pin
Pete O'Hanlon25-Mar-08 2:51
mvePete O'Hanlon25-Mar-08 2:51 
GeneralRe: Download Pin
Eduard Keilholz25-Mar-08 2:54
Eduard Keilholz25-Mar-08 2:54 
GeneralRe: Download Pin
Pete O'Hanlon25-Mar-08 3:09
mvePete O'Hanlon25-Mar-08 3:09 
GeneralRe: Download Pin
Eduard Keilholz25-Mar-08 3:20
Eduard Keilholz25-Mar-08 3:20 
GeneralRe: Download Pin
Pete O'Hanlon25-Mar-08 3:28
mvePete O'Hanlon25-Mar-08 3:28 
GeneralRe: Download Pin
ellllllllie25-Mar-08 5:08
ellllllllie25-Mar-08 5:08 
GeneralRe: Download Pin
Pete O'Hanlon25-Mar-08 5:17
mvePete O'Hanlon25-Mar-08 5:17 
GeneralRe: Download Pin
ellllllllie25-Mar-08 5:37
ellllllllie25-Mar-08 5:37 
QuestionWhat is this problem? Pin
wsamuel24-Mar-08 22:51
wsamuel24-Mar-08 22:51 

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.