Click here to Skip to main content
15,889,992 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRead MySQL Table Pin
rdop6-Aug-09 1:00
rdop6-Aug-09 1:00 
AnswerRe: Read MySQL Table Pin
CPallini6-Aug-09 1:57
mveCPallini6-Aug-09 1:57 
GeneralRe: Read MySQL Table Pin
rdop6-Aug-09 2:44
rdop6-Aug-09 2:44 
GeneralRe: Read MySQL Table Pin
CPallini6-Aug-09 3:32
mveCPallini6-Aug-09 3:32 
QuestionRepeated Question- How to upload a Large Bitmap (1600*1600 Pixel) Pin
Madhu_Rani6-Aug-09 0:41
Madhu_Rani6-Aug-09 0:41 
AnswerRe: Repeated Question- How to upload a Large Bitmap (1600*1600 Pixel) Pin
Cedric Moonen6-Aug-09 1:05
Cedric Moonen6-Aug-09 1:05 
GeneralRe: Repeated Question- How to upload a Large Bitmap (1600*1600 Pixel) Pin
Madhu_Rani6-Aug-09 1:19
Madhu_Rani6-Aug-09 1:19 
GeneralRe: Repeated Question- How to upload a Large Bitmap (1600*1600 Pixel) Pin
Prasann Mayekar6-Aug-09 1:48
Prasann Mayekar6-Aug-09 1:48 
use the setscrollsizes() function just before u try to load the image on the screen.

there is no need to handle drawing on scroll, onDraw automatically is called.

to avoid the flickering problem, u can try using memory DC by using the CreateCompatibleDC() and CreateCompatibleBitmap() functions. once the drawing is done, use the BitBlt() or stretchBlt to draw this to ur main Device context.



Pras
who else
GeneralRe: Repeated Question- How to upload a Large Bitmap (1600*1600 Pixel) Pin
Madhu_Rani6-Aug-09 2:01
Madhu_Rani6-Aug-09 2:01 
QuestionNo effect after sending EM_SETBKGNDCOLOR to windowless RichEdit Control. Pin
hawkgao01295-Aug-09 21:47
hawkgao01295-Aug-09 21:47 
QuestionUnicode support in CEdit Pin
bhanu_reddy095-Aug-09 21:43
bhanu_reddy095-Aug-09 21:43 
AnswerRe: Unicode support in CEdit Pin
Adam Roderick J5-Aug-09 22:11
Adam Roderick J5-Aug-09 22:11 
GeneralRe: Unicode support in CEdit Pin
bhanu_reddy095-Aug-09 23:35
bhanu_reddy095-Aug-09 23:35 
AnswerRe: Unicode support in CEdit Pin
Naveen6-Aug-09 0:55
Naveen6-Aug-09 0:55 
AnswerRe: Unicode support in CEdit Pin
Rajesh R Subramanian6-Aug-09 4:45
professionalRajesh R Subramanian6-Aug-09 4:45 
QuestionHow to check internet Connectivity. Pin
birajendu5-Aug-09 21:27
birajendu5-Aug-09 21:27 
AnswerRe: How to check internet Connectivity. Pin
Rajesh R Subramanian5-Aug-09 21:34
professionalRajesh R Subramanian5-Aug-09 21:34 
GeneralRe: How to check internet Connectivity. Pin
birajendu6-Aug-09 0:08
birajendu6-Aug-09 0:08 
QuestionRe: How to check internet Connectivity. Pin
Rajesh R Subramanian6-Aug-09 0:51
professionalRajesh R Subramanian6-Aug-09 0:51 
AnswerRe: How to check internet Connectivity. Pin
birajendu6-Aug-09 1:38
birajendu6-Aug-09 1:38 
GeneralRe: How to check internet Connectivity. Pin
Rajesh R Subramanian6-Aug-09 2:23
professionalRajesh R Subramanian6-Aug-09 2:23 
GeneralRe: How to check internet Connectivity. Pin
AWEIguoxin6-Aug-09 20:10
AWEIguoxin6-Aug-09 20:10 
AnswerRe: How to check internet Connectivity. Pin
David Crow6-Aug-09 4:16
David Crow6-Aug-09 4:16 
AnswerRe: How to check internet Connectivity. Pin
kilt7-Aug-09 23:48
kilt7-Aug-09 23:48 
QuestionGetDesktopWindow() and Window Hooks Pin
Madhu_Rani5-Aug-09 21:22
Madhu_Rani5-Aug-09 21:22 

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.