Click here to Skip to main content
16,007,760 members
Home / Discussions / C#
   

C#

 
QuestionHelp with Environment.UserName and services Pin
DUKEMAN3-Feb-06 4:04
DUKEMAN3-Feb-06 4:04 
AnswerRe: Help with Environment.UserName and services Pin
Sean Michael Murphy3-Feb-06 5:17
Sean Michael Murphy3-Feb-06 5:17 
GeneralRe: Help with Environment.UserName and services Pin
DUKEMAN3-Feb-06 5:33
DUKEMAN3-Feb-06 5:33 
QuestionC# 2.0 & 1.1 interop Pin
ryancrawcour3-Feb-06 3:22
ryancrawcour3-Feb-06 3:22 
AnswerRe: C# 2.0 & 1.1 interop Pin
Sebastian Schneider3-Feb-06 4:22
Sebastian Schneider3-Feb-06 4:22 
AnswerRe: C# 2.0 & 1.1 interop Pin
Daniel Grunwald3-Feb-06 10:07
Daniel Grunwald3-Feb-06 10:07 
QuestionHelp with Form Load - controls look black before drawing Pin
Martiankeeper3-Feb-06 2:55
Martiankeeper3-Feb-06 2:55 
AnswerRe: Help with Form Load - controls look black before drawing Pin
mmikey73-Feb-06 3:36
mmikey73-Feb-06 3:36 
I don't know exactly why your form flickers, there can be several reasons, but usually it helps if control is set to use double buffer. You can turn on double buffering by add

this.SetStyle(System.Windows.Forms.ControlStyles.OptimizedDoubleBuffer, true);

to contol's constructor.

If you already have double buffer turn on and it still flicker it can be so because of too complicated rendering, slow graphical card or maybe there are some flaws in code. To find flaws in your code we need to see it.

"Please! For the love of God! Can you help me unlearn VB?" -Jeremy Falcon


-- modified at 9:41 Friday 3rd February, 2006
GeneralRe: Help with Form Load - controls look black before drawing Pin
Martiankeeper3-Feb-06 3:53
Martiankeeper3-Feb-06 3:53 
GeneralRe: Help with Form Load - controls look black before drawing Pin
mmikey73-Feb-06 4:11
mmikey73-Feb-06 4:11 
GeneralRe: Help with Form Load - controls look black before drawing Pin
Martiankeeper3-Feb-06 4:02
Martiankeeper3-Feb-06 4:02 
GeneralRe: Help with Form Load - controls look black before drawing Pin
leppie3-Feb-06 4:14
leppie3-Feb-06 4:14 
GeneralRe: Help with Form Load - controls look black before drawing Pin
Martiankeeper3-Feb-06 4:24
Martiankeeper3-Feb-06 4:24 
GeneralRe: Help with Form Load - controls look black before drawing Pin
mmikey73-Feb-06 6:45
mmikey73-Feb-06 6:45 
GeneralRe: Help with Form Load - controls look black before drawing Pin
Martiankeeper5-Feb-06 21:59
Martiankeeper5-Feb-06 21:59 
GeneralRe: Help with Form Load - controls look black before drawing Pin
mmikey73-Feb-06 7:31
mmikey73-Feb-06 7:31 
Questionquestion about split method c# Pin
fady_sayegh3-Feb-06 0:29
fady_sayegh3-Feb-06 0:29 
AnswerRe: question about split method c# Pin
Ingo3-Feb-06 2:08
Ingo3-Feb-06 2:08 
AnswerRe: question about split method c# Pin
Le centriste3-Feb-06 2:12
Le centriste3-Feb-06 2:12 
AnswerRe: question about split method c# Pin
mav.northwind3-Feb-06 2:30
mav.northwind3-Feb-06 2:30 
GeneralRe: question about split method c# Pin
leppie3-Feb-06 4:24
leppie3-Feb-06 4:24 
GeneralRe: question about split method c# Pin
mav.northwind3-Feb-06 4:44
mav.northwind3-Feb-06 4:44 
GeneralRe: question about split method c# Pin
leppie3-Feb-06 5:05
leppie3-Feb-06 5:05 
QuestionConverting pixels to inchs Pin
Farm Developer3-Feb-06 0:27
Farm Developer3-Feb-06 0:27 
AnswerRe: Converting pixels to inches Pin
Guffa3-Feb-06 0:37
Guffa3-Feb-06 0:37 

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.