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

C / C++ / MFC

 
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 
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 
Hello,

I use this snippet to send message. m_pTextBlockFocused is a windowless RichEdit host class.

LRESULT lr;
m_pTextBlockFocused->GetTextServices())->TxSendMessage(EM_SETBKGNDCOLOR, 0, RGB(0,0,255), &lr);


The return value lr is 0. But in my opinion, that should be 0x00FFFFFF. By MSDN, this call should return the previous RGB value of background - white background.

Thanks,
Xiang
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 
AnswerRe: GetDesktopWindow() and Window Hooks Pin
Adam Roderick J5-Aug-09 22:01
Adam Roderick J5-Aug-09 22:01 
GeneralRe: GetDesktopWindow() and Window Hooks Pin
Madhu_Rani5-Aug-09 23:05
Madhu_Rani5-Aug-09 23:05 

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.