Click here to Skip to main content
15,793,139 members
Home / Discussions / C#
   

C#

 
Questionpc processes Pin
shefa' isied26-Feb-09 0:07
shefa' isied26-Feb-09 0:07 
AnswerRe: pc processes Pin
Shyam K Pananghat26-Feb-09 0:17
Shyam K Pananghat26-Feb-09 0:17 
QuestionWhy integer occupying 16 bytes instead of 4 bytes? Pin
Sandeep Kalra26-Feb-09 0:07
Sandeep Kalra26-Feb-09 0:07 
AnswerRe: Why integer occupying 16 bytes instead of 4 bytes? Pin
Eddy Vluggen26-Feb-09 4:37
professionalEddy Vluggen26-Feb-09 4:37 
Questionprocess tracing Pin
lost_in_code26-Feb-09 0:06
lost_in_code26-Feb-09 0:06 
QuestionHow to get Printing text Pin
Joe Rozario26-Feb-09 0:00
Joe Rozario26-Feb-09 0:00 
Questiongenerate variables at runtime ? Pin
Mubeen.asim25-Feb-09 23:59
Mubeen.asim25-Feb-09 23:59 
AnswerRe: generate variables at runtime ? [modified] Pin
Shyam K Pananghat26-Feb-09 0:10
Shyam K Pananghat26-Feb-09 0:10 
You cannot use "PictureBox[i]" unless it is indexed. the one like in old VB.

Better is to navigate through the control array.. Here you can use Controls[i] (according to C# Syntax) and check for the control type ..

Enjoy..

Wink | ;) Big Grin | :-D


modified on Thursday, February 26, 2009 6:19 AM

GeneralRe: generate variables at runtime ? Pin
Mubeen.asim26-Feb-09 0:12
Mubeen.asim26-Feb-09 0:12 
AnswerRe: generate variables at runtime ? Pin
Eddy Vluggen26-Feb-09 0:31
professionalEddy Vluggen26-Feb-09 0:31 
GeneralRe: generate variables at runtime ? Pin
Shyam K Pananghat26-Feb-09 1:18
Shyam K Pananghat26-Feb-09 1:18 
GeneralRe: generate variables at runtime ? Pin
Luc Pattyn26-Feb-09 4:09
sitebuilderLuc Pattyn26-Feb-09 4:09 
GeneralRe: generate variables at runtime ? Pin
Mubeen.asim26-Feb-09 4:12
Mubeen.asim26-Feb-09 4:12 
AnswerRe: generate variables at runtime ? Pin
Luc Pattyn26-Feb-09 4:35
sitebuilderLuc Pattyn26-Feb-09 4:35 
GeneralRe: generate variables at runtime ? Pin
Mubeen.asim26-Feb-09 5:07
Mubeen.asim26-Feb-09 5:07 
QuestionGoing back to the calling object Pin
Muammar©25-Feb-09 23:54
Muammar©25-Feb-09 23:54 
AnswerRe: Going back to the calling object Pin
Xmen Real 26-Feb-09 0:05
professional Xmen Real 26-Feb-09 0:05 
AnswerRe: Going back to the calling object Pin
Shyam K Pananghat26-Feb-09 0:06
Shyam K Pananghat26-Feb-09 0:06 
AnswerRe: Going back to the calling object Pin
DaveyM6926-Feb-09 0:42
professionalDaveyM6926-Feb-09 0:42 
QuestionTimezone Pin
yesu prakash25-Feb-09 23:54
yesu prakash25-Feb-09 23:54 
AnswerRe: Timezone Pin
ABitSmart26-Feb-09 0:32
ABitSmart26-Feb-09 0:32 
QuestionHow to split a DataTable Pin
Member 455443325-Feb-09 23:41
Member 455443325-Feb-09 23:41 
AnswerRe: Split data from database Pin
Xmen Real 26-Feb-09 0:08
professional Xmen Real 26-Feb-09 0:08 
GeneralHow to split a DataTable Pin
Member 455443326-Feb-09 0:20
Member 455443326-Feb-09 0:20 
GeneralRe: Split data from database Pin
Xmen Real 26-Feb-09 0:27
professional Xmen Real 26-Feb-09 0:27 

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.