Click here to Skip to main content
15,792,721 members
Home / Discussions / C#
   

C#

 
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 
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 
Hi,

AFAIK PicureBox is the dumbest Control Microsoft ever came up with. And you want 100 of them?

A Form should not contain such high number of Controls, and certainly not PictureBoxes. Use a Panel and draw the images yourself, that way you are in charge, your code will run more smoothly and you will not need to ask questions here again about your form flickering when you resize it.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

- before you ask a question here, search CodeProject, then Google
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get
- use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets


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 
QuestionKeyBoard event when form is not active? Pin
Frozzeg25-Feb-09 23:39
Frozzeg25-Feb-09 23:39 
AnswerRe: KeyBoard event when form is not active? Pin
Shyam K Pananghat25-Feb-09 23:48
Shyam K Pananghat25-Feb-09 23:48 
Answer[Message Deleted] [modified] Pin
sanforjackass26-Feb-09 0:08
sanforjackass26-Feb-09 0:08 
GeneralRe: KeyBoard event when form is not active? Pin
Xmen Real 26-Feb-09 0:10
professional Xmen Real 26-Feb-09 0: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.