Click here to Skip to main content
15,914,642 members
Home / Discussions / C#
   

C#

 
GeneralRe: From double to Date Pin
Dave Kreskowiak29-May-04 14:48
mveDave Kreskowiak29-May-04 14:48 
GeneralRe: From double to Date Pin
Anonymous30-May-04 0:22
Anonymous30-May-04 0:22 
GeneralExecutable Pin
garyellis529-May-04 6:30
garyellis529-May-04 6:30 
GeneralRe: Executable Pin
Nnamdi Onyeyiri29-May-04 9:01
Nnamdi Onyeyiri29-May-04 9:01 
GeneralBinary Resource Pin
Chernobog_29-May-04 2:43
Chernobog_29-May-04 2:43 
GeneralA question about move PictureBox Pin
Member 94012528-May-04 21:39
Member 94012528-May-04 21:39 
GeneralRe: A question about move PictureBox Pin
Aaron Eldreth29-May-04 3:01
Aaron Eldreth29-May-04 3:01 
GeneralRe: A question about move PictureBox Pin
MeterMan29-May-04 14:08
MeterMan29-May-04 14:08 
First your gonna run into the problem of the picture box not being transparent. Cause the control is not a transparent control. You have to derive a class from the picturebox and then override the onpaint function to draw your image otherwise its gonna cover up whats behind it looking all crappy.

The flickering problem if you will look at my article on anti flicker you will see how to enable double buffering. Double buffering is turned off by default.

Hope this helps. If you need more information just ask I will try to help.


Win32newb
"Programming is like sex, make one mistake and you have to support it for a long time"
GeneralRe: A question about move PictureBox Pin
Member 94012529-May-04 23:58
Member 94012529-May-04 23:58 
Generaldatareader in asp.net using c# Pin
HowRU28-May-04 19:36
HowRU28-May-04 19:36 
GeneralRe: datareader in asp.net using c# Pin
Mazdak28-May-04 20:05
Mazdak28-May-04 20:05 
GeneralRe: datareader in asp.net using c# Pin
Dave Kreskowiak29-May-04 14:35
mveDave Kreskowiak29-May-04 14:35 
QuestionHow to decide if a Point is on a curve Pin
TaoLi28-May-04 16:38
TaoLi28-May-04 16:38 
AnswerRe: How to decide if a Point is on a curve Pin
Nathan Blomquist28-May-04 17:22
Nathan Blomquist28-May-04 17:22 
GeneralRe: How to decide if a Point is on a curve Pin
TaoLi29-May-04 16:13
TaoLi29-May-04 16:13 
GeneralRe: How to decide if a Point is on a curve Pin
TaoLi29-May-04 17:39
TaoLi29-May-04 17:39 
GeneralRe: How to decide if a Point is on a curve Pin
Nathan Blomquist30-May-04 4:11
Nathan Blomquist30-May-04 4:11 
GeneralRe: How to decide if a Point is on a curve Pin
adelboy11-May-09 8:27
adelboy11-May-09 8:27 
QuestionMultiple Sockets On A Single Port? Pin
XanderSon28-May-04 15:05
XanderSon28-May-04 15:05 
AnswerRe: Multiple Sockets On A Single Port? Pin
valikac28-May-04 19:59
valikac28-May-04 19:59 
GeneralMulti-Form and Multi Thread Question Pin
Jeff Monheiser28-May-04 13:46
Jeff Monheiser28-May-04 13:46 
GeneralSystem.Windows.Forms.TreeView Question Pin
bneacetp28-May-04 12:53
bneacetp28-May-04 12:53 
GeneralRe: System.Windows.Forms.TreeView Question Pin
Aaron Eldreth28-May-04 15:49
Aaron Eldreth28-May-04 15:49 
GeneralRe: System.Windows.Forms.TreeView Question Pin
bneacetp28-May-04 20:33
bneacetp28-May-04 20:33 
GeneralRe: System.Windows.Forms.TreeView Question Pin
Aaron Eldreth29-May-04 2:49
Aaron Eldreth29-May-04 2:49 

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.