Click here to Skip to main content
15,910,787 members
Home / Discussions / C#
   

C#

 
Questionprocess tracing Pin
lost_in_code25-Feb-09 23:06
lost_in_code25-Feb-09 23:06 
QuestionHow to get Printing text Pin
Joe Rozario25-Feb-09 23:00
Joe Rozario25-Feb-09 23:00 
Questiongenerate variables at runtime ? Pin
Mubeen.asim25-Feb-09 22:59
Mubeen.asim25-Feb-09 22:59 
hello..
i have a 100 picture boxes in my forum from PictureBox1 ... PictureBox100
and i have to assign same image to all of them and change the image at runtime so i have to write the code for each picture box like
PictureBox1.Image="";
PictureBox2.Image="";
PictureBox3.Image="";
PictureBox4.Image="";
.
.
.
PictureBox100.Image="";

is it not possible to write like
for(i=0;i<=100;i++)
PictureBox[i].Image="";

i tried it but its not the correct format so how can it be down . thans
AnswerRe: generate variables at runtime ? [modified] Pin
Shyam K Pananghat25-Feb-09 23:10
Shyam K Pananghat25-Feb-09 23:10 
GeneralRe: generate variables at runtime ? Pin
Mubeen.asim25-Feb-09 23:12
Mubeen.asim25-Feb-09 23:12 
AnswerRe: generate variables at runtime ? Pin
Eddy Vluggen25-Feb-09 23:31
professionalEddy Vluggen25-Feb-09 23:31 
GeneralRe: generate variables at runtime ? Pin
Shyam K Pananghat26-Feb-09 0:18
Shyam K Pananghat26-Feb-09 0:18 
GeneralRe: generate variables at runtime ? Pin
Luc Pattyn26-Feb-09 3:09
sitebuilderLuc Pattyn26-Feb-09 3:09 
GeneralRe: generate variables at runtime ? Pin
Mubeen.asim26-Feb-09 3:12
Mubeen.asim26-Feb-09 3:12 
AnswerRe: generate variables at runtime ? Pin
Luc Pattyn26-Feb-09 3:35
sitebuilderLuc Pattyn26-Feb-09 3:35 
GeneralRe: generate variables at runtime ? Pin
Mubeen.asim26-Feb-09 4:07
Mubeen.asim26-Feb-09 4:07 
QuestionGoing back to the calling object Pin
Muammar©25-Feb-09 22:54
Muammar©25-Feb-09 22:54 
AnswerRe: Going back to the calling object Pin
Xmen Real 25-Feb-09 23:05
professional Xmen Real 25-Feb-09 23:05 
AnswerRe: Going back to the calling object Pin
Shyam K Pananghat25-Feb-09 23:06
Shyam K Pananghat25-Feb-09 23:06 
AnswerRe: Going back to the calling object Pin
DaveyM6925-Feb-09 23:42
professionalDaveyM6925-Feb-09 23:42 
QuestionTimezone Pin
yesu prakash25-Feb-09 22:54
yesu prakash25-Feb-09 22:54 
AnswerRe: Timezone Pin
ABitSmart25-Feb-09 23:32
ABitSmart25-Feb-09 23:32 
QuestionHow to split a DataTable Pin
Member 455443325-Feb-09 22:41
Member 455443325-Feb-09 22:41 
AnswerRe: Split data from database Pin
Xmen Real 25-Feb-09 23:08
professional Xmen Real 25-Feb-09 23:08 
GeneralHow to split a DataTable Pin
Member 455443325-Feb-09 23:20
Member 455443325-Feb-09 23:20 
GeneralRe: Split data from database Pin
Xmen Real 25-Feb-09 23:27
professional Xmen Real 25-Feb-09 23:27 
QuestionKeyBoard event when form is not active? Pin
Frozzeg25-Feb-09 22:39
Frozzeg25-Feb-09 22:39 
AnswerRe: KeyBoard event when form is not active? Pin
Shyam K Pananghat25-Feb-09 22:48
Shyam K Pananghat25-Feb-09 22:48 
Answer[Message Deleted] [modified] Pin
sanforjackass25-Feb-09 23:08
sanforjackass25-Feb-09 23:08 
GeneralRe: KeyBoard event when form is not active? Pin
Xmen Real 25-Feb-09 23:10
professional Xmen Real 25-Feb-09 23:10 

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.