Click here to Skip to main content
16,016,345 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Image for EDIT control Pin
Ștefan-Mihai MOGA2-Nov-06 1:34
professionalȘtefan-Mihai MOGA2-Nov-06 1:34 
GeneralRe: Image for EDIT control Pin
Sunil P V2-Nov-06 1:56
Sunil P V2-Nov-06 1:56 
QuestionAccess Violation error ? wht it is ? Pin
Sakthiu2-Nov-06 0:01
Sakthiu2-Nov-06 0:01 
AnswerRe: Access Violation error ? wht it is ? Pin
Cedric Moonen2-Nov-06 0:03
Cedric Moonen2-Nov-06 0:03 
AnswerRe: Access Violation error ? wht it is ? Pin
_AnsHUMAN_ 2-Nov-06 0:05
_AnsHUMAN_ 2-Nov-06 0:05 
AnswerRe: Access Violation error ? wht it is ? Pin
dharani2-Nov-06 0:06
dharani2-Nov-06 0:06 
AnswerRe: Access Violation error ? wht it is ? Pin
Mark Salsbery2-Nov-06 8:29
Mark Salsbery2-Nov-06 8:29 
Questionwhat is _WINDU_SOURCE ? Pin
dharani1-Nov-06 23:53
dharani1-Nov-06 23:53 
Hi all
In a dialog call proc the following lines never allow me debug the block contained as below...

#ifdef _WINDU_SOURCE
case WM_ERASEBKGND:
{
InvalidateRect(hDlg,NULL,FALSE); // ensures painting of buttons in front of background bitmap
if(GetDlgItem(hDlg, IDB_KEY1))
DrawKeyBackground(hDlg, IDB_KEY1, IDB_KEY_MAP_1);
return 0;
}
#endif

I put F9 at DrawKeyBackGround() function but debugger disabled it and I could not debug this function . What is this _WINDU_SOURCE ?


redindian

AnswerRe: what is _WINDU_SOURCE ? Pin
Cedric Moonen2-Nov-06 0:05
Cedric Moonen2-Nov-06 0:05 
GeneralRe: what is _WINDU_SOURCE ? Pin
dharani2-Nov-06 0:08
dharani2-Nov-06 0:08 
GeneralRe: what is _WINDU_SOURCE ? Pin
Cedric Moonen2-Nov-06 0:52
Cedric Moonen2-Nov-06 0:52 
Questioncatching ouput stream Pin
Kiran Pinjala1-Nov-06 23:34
Kiran Pinjala1-Nov-06 23:34 
AnswerRe: catching ouput stream Pin
Divyang Mithaiwala1-Nov-06 23:59
Divyang Mithaiwala1-Nov-06 23:59 
GeneralRe: catching ouput stream Pin
Kiran Pinjala2-Nov-06 0:40
Kiran Pinjala2-Nov-06 0:40 
GeneralRe: catching ouput stream Pin
dharani2-Nov-06 1:01
dharani2-Nov-06 1:01 
QuestionRe: catching ouput stream Pin
Kiran Pinjala2-Nov-06 0:56
Kiran Pinjala2-Nov-06 0:56 
AnswerRe: catching ouput stream Pin
dharani2-Nov-06 1:07
dharani2-Nov-06 1:07 
AnswerRe: catching ouput stream Pin
David Crow2-Nov-06 3:37
David Crow2-Nov-06 3:37 
QuestionRegistry Names Pin
radhika281-Nov-06 23:29
radhika281-Nov-06 23:29 
AnswerRe: Registry Names Pin
dharani2-Nov-06 0:09
dharani2-Nov-06 0:09 
GeneralRe: Registry Names Pin
radhika282-Nov-06 0:31
radhika282-Nov-06 0:31 
GeneralRe: Registry Names Pin
dharani2-Nov-06 0:54
dharani2-Nov-06 0:54 
GeneralRe: Registry Names Pin
radhika282-Nov-06 1:23
radhika282-Nov-06 1:23 
AnswerRe: Registry Names Pin
David Crow2-Nov-06 3:41
David Crow2-Nov-06 3:41 
QuestionOutlook Express, how can I delete the mail which user selected using MFC? Pin
hareluya_no_11-Nov-06 22:46
hareluya_no_11-Nov-06 22:46 

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.