Click here to Skip to main content
15,909,822 members
Home / Discussions / C#
   

C#

 
GeneralRe: StartUp Folder?! Pin
Heath Stewart4-Apr-04 17:29
protectorHeath Stewart4-Apr-04 17:29 
GeneralRe: StartUp Folder?! Pin
Morten Kristensen5-Apr-04 0:28
Morten Kristensen5-Apr-04 0:28 
GeneralAutoScroll on tabpage and animated cursor Pin
Flack4-Apr-04 11:18
Flack4-Apr-04 11:18 
GeneralRe: AutoScroll on tabpage and animated cursor Pin
Heath Stewart4-Apr-04 12:59
protectorHeath Stewart4-Apr-04 12:59 
GeneralRe: AutoScroll on tabpage and animated cursor Pin
Flack4-Apr-04 17:38
Flack4-Apr-04 17:38 
GeneralRe: AutoScroll on tabpage and animated cursor Pin
Heath Stewart4-Apr-04 17:43
protectorHeath Stewart4-Apr-04 17:43 
GeneralFlickering Controls and Non Transparent Corners Pin
Tristan Rhodes4-Apr-04 10:36
Tristan Rhodes4-Apr-04 10:36 
GeneralRe: Flickering Controls and Non Transparent Corners Pin
Nick Parker4-Apr-04 11:16
protectorNick Parker4-Apr-04 11:16 
The Catalyst wrote:
I've enabled double buffering, but it's not helping. So i assume that each panel is drawing it's element to the screen.

Enabling double buffering isn't enough. You actually have to implement it yourself. Override the Paint event, create an additional Bitmap object to paint to (i.e.; off screen) and then when you are done use the Graphics object to draw your off-screen Bitmap object.

- Nick Parker
My Blog | My Articles

GeneralRe: Flickering Controls and Non Transparent Corners Pin
Tristan Rhodes4-Apr-04 11:43
Tristan Rhodes4-Apr-04 11:43 
Questioncreate "washed out" images? Pin
pgraeve4-Apr-04 10:07
pgraeve4-Apr-04 10:07 
AnswerRe: create "washed out" images? Pin
Tristan Rhodes4-Apr-04 10:45
Tristan Rhodes4-Apr-04 10:45 
AnswerRe: create "washed out" images? Pin
Nick Parker4-Apr-04 10:49
protectorNick Parker4-Apr-04 10:49 
GeneralRe: create "washed out" images? Pin
pgraeve4-Apr-04 15:38
pgraeve4-Apr-04 15:38 
GeneralPort Control Pin
zaarzzz4-Apr-04 7:38
zaarzzz4-Apr-04 7:38 
GeneralRe: Port Control Pin
Dave Kreskowiak4-Apr-04 11:22
mveDave Kreskowiak4-Apr-04 11:22 
GeneralRe: Port Control Pin
mhmoud rawas5-Apr-04 0:59
mhmoud rawas5-Apr-04 0:59 
GeneralProgressbar in CommandBar Pin
Shmarya4-Apr-04 6:41
Shmarya4-Apr-04 6:41 
QuestionHow to write double quotes to File. Pin
IrishSonic4-Apr-04 6:40
IrishSonic4-Apr-04 6:40 
AnswerRe: How to write double quotes to File. Pin
Mazdak4-Apr-04 6:48
Mazdak4-Apr-04 6:48 
GeneralRe: How to write double quotes to File. Pin
IrishSonic4-Apr-04 7:11
IrishSonic4-Apr-04 7:11 
GeneralRe: How to write double quotes to File. Pin
Heath Stewart4-Apr-04 12:52
protectorHeath Stewart4-Apr-04 12:52 
GeneralEvents Pin
MrJJKoolJ4-Apr-04 5:23
MrJJKoolJ4-Apr-04 5:23 
GeneralRe: Events Pin
Mazdak4-Apr-04 6:17
Mazdak4-Apr-04 6:17 
GeneralRe: Events Pin
Dave Kreskowiak4-Apr-04 6:19
mveDave Kreskowiak4-Apr-04 6:19 
GeneralRe: Events Pin
Tom Larsen4-Apr-04 10:56
Tom Larsen4-Apr-04 10:56 

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.