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

C#

 
GeneralRe: String to char* in DLL Pin
leslie wu26-Feb-09 4:18
leslie wu26-Feb-09 4:18 
Questionpc processes Pin
shefa' isied25-Feb-09 23:07
shefa' isied25-Feb-09 23:07 
AnswerRe: pc processes Pin
Shyam K Pananghat25-Feb-09 23:17
Shyam K Pananghat25-Feb-09 23:17 
QuestionWhy integer occupying 16 bytes instead of 4 bytes? Pin
Sandeep Kalra25-Feb-09 23:07
Sandeep Kalra25-Feb-09 23:07 
AnswerRe: Why integer occupying 16 bytes instead of 4 bytes? Pin
Eddy Vluggen26-Feb-09 3:37
professionalEddy Vluggen26-Feb-09 3:37 
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 

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.