Click here to Skip to main content
15,894,343 members
Home / Discussions / C#
   

C#

 
GeneralRe: Set up problem Pin
WillemM7-Jul-05 3:29
WillemM7-Jul-05 3:29 
GeneralRe: Set up problem Pin
ksanju10007-Jul-05 5:33
ksanju10007-Jul-05 5:33 
GeneralDatabase connection Pin
rovidiu7-Jul-05 0:28
rovidiu7-Jul-05 0:28 
GeneralRe: Database connection Pin
Christian Graus7-Jul-05 2:10
protectorChristian Graus7-Jul-05 2:10 
GeneralImage Flicking Pin
Rassul Yunussov7-Jul-05 0:21
Rassul Yunussov7-Jul-05 0:21 
GeneralRe: Image Flicking Pin
Christian Graus7-Jul-05 2:12
protectorChristian Graus7-Jul-05 2:12 
GeneralRe: Image Flicking Pin
Rassul Yunussov7-Jul-05 9:16
Rassul Yunussov7-Jul-05 9:16 
GeneralRe: Image Flicking Pin
Christian Graus7-Jul-05 13:23
protectorChristian Graus7-Jul-05 13:23 
If you look up double buffering on google, I'm sure there are plenty of C++ articles that explain the concept. It's really simple, you should draw the image direct to the Graphics object in your Paint handler, and you should have the image already drawn and ready to go.

When you resize your window, it's up to you to set up the drawing code to draw to the new size. Doing what I said will take care of this.

Don't use a panel, just draw the bitmap onto the window.

Christian Graus - Microsoft MVP - C++
GeneralRe: Image Flicking Pin
Rassul Yunussov7-Jul-05 18:39
Rassul Yunussov7-Jul-05 18:39 
GeneralRe: Image Flicking Pin
Christian Graus7-Jul-05 18:51
protectorChristian Graus7-Jul-05 18:51 
GeneralCoordinate System Pin
Rassul Yunussov6-Jul-05 23:59
Rassul Yunussov6-Jul-05 23:59 
GeneralRe: Coordinate System Pin
Christian Graus7-Jul-05 2:15
protectorChristian Graus7-Jul-05 2:15 
GeneralRe: Coordinate System Pin
Rassul Yunussov7-Jul-05 9:21
Rassul Yunussov7-Jul-05 9:21 
GeneralRe: Coordinate System Pin
Christian Graus7-Jul-05 13:26
protectorChristian Graus7-Jul-05 13:26 
GeneralSecureSockets in C# Pin
Vasudevan Deepak Kumar6-Jul-05 23:45
Vasudevan Deepak Kumar6-Jul-05 23:45 
GeneralRe: SecureSockets in C# Pin
Robert M Greene10-Jul-05 15:13
Robert M Greene10-Jul-05 15:13 
QuestionHow can I justify text in DrawString Method Pin
User 20930736-Jul-05 23:12
User 20930736-Jul-05 23:12 
AnswerRe: How can I justify text in DrawString Method Pin
Guffa7-Jul-05 5:18
Guffa7-Jul-05 5:18 
GeneralRe: How can I justify text in DrawString Method Pin
NassosReyzidis8-Jul-05 3:39
NassosReyzidis8-Jul-05 3:39 
GeneralRe: How can I justify text in DrawString Method Pin
User 20930738-Jul-05 4:05
User 20930738-Jul-05 4:05 
GeneralRe: How can I justify text in DrawString Method Pin
Guffa8-Jul-05 11:14
Guffa8-Jul-05 11:14 
GeneralRe: How can I justify text in DrawString Method Pin
User 20930738-Jul-05 19:07
User 20930738-Jul-05 19:07 
GeneralRe: How can I justify text in DrawString Method Pin
NassosReyzidis10-Jul-05 21:01
NassosReyzidis10-Jul-05 21:01 
GeneralRe: How can I justify text in DrawString Method Pin
amin.naghdbishi9-Jul-12 19:26
amin.naghdbishi9-Jul-12 19:26 
Generalstring strLastDay Pin
tatchung6-Jul-05 22:40
tatchung6-Jul-05 22:40 

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.