Click here to Skip to main content
15,912,204 members
Home / Discussions / C#
   

C#

 
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 
Every time your window gets changed in size, dispose and then recreate a bitmap the size of the screen. Draw your stuff to this bitmap when you do this. In your paint message, just draw the image unscaled to the screen.

Double buffering means to have two bitmaps like this, and to draw to one while the other is displayed.

Christian Graus - Microsoft MVP - C++
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 
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 
GeneralRe: string strLastDay Pin
Vasudevan Deepak Kumar6-Jul-05 23:42
Vasudevan Deepak Kumar6-Jul-05 23:42 
GeneralRe: string strLastDay Pin
tatchung6-Jul-05 23:45
tatchung6-Jul-05 23:45 
GeneralGUID from TypeLibrary Pin
Member 169776-Jul-05 22:39
Member 169776-Jul-05 22:39 

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.