Click here to Skip to main content
15,919,500 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: lan cable Pin
Sarath C27-Jan-09 7:20
Sarath C27-Jan-09 7:20 
Questionhow to store Object using CArchive? Pin
mikert_200826-Jan-09 17:23
mikert_200826-Jan-09 17:23 
AnswerRe: how to store Object using CArchive? Pin
Randor 26-Jan-09 18:06
professional Randor 26-Jan-09 18:06 
Questionhow to get substring of a CString Pin
l_d26-Jan-09 16:33
l_d26-Jan-09 16:33 
AnswerRe: how to get substring of a CString Pin
Nishad S26-Jan-09 17:11
Nishad S26-Jan-09 17:11 
AnswerRe: how to get substring of a CString Pin
David Crow26-Jan-09 17:16
David Crow26-Jan-09 17:16 
AnswerRe: how to get substring of a CString Pin
vijith.squadz26-Jan-09 19:15
professionalvijith.squadz26-Jan-09 19:15 
QuestionButton Code "DEFPUSHBUTTON" code not receving control Pin
ForNow26-Jan-09 15:47
ForNow26-Jan-09 15:47 
Hi,

I have a pushbutton "Cancel" in my DialogBox that for some reason the Code doesn't get activated when I click on it

Actually the appearence seems give a hint of what the problem might be

When the Dialog comes up the button seems to have a perferation around it as if it is in a depressed state

I coded the DEFPUSHBUTTON as I have others but it does respond the same way below is the code for the Dialog

IDD_DIALOG6 DIALOGEX 0, 0, 316, 180
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Storage View"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
--> DEFPUSHBUTTON "Cancel",IDCANCEL1,205,159,50,14 <-- BUTTON IN QUESTION
CONTROL "",IDC_RICHEDIT21,"RichEdit20A",ES_MULTILINE | ES_WANTRETURN,80,28,180,105
LTEXT "Storage",IDC_STATIC,30,28,30,8
END
QuestionRe: Button Code "DEFPUSHBUTTON" code not receving control Pin
«_Superman_»26-Jan-09 17:36
professional«_Superman_»26-Jan-09 17:36 
AnswerRe: Button Code "DEFPUSHBUTTON" code not receving control Pin
ForNow26-Jan-09 23:06
ForNow26-Jan-09 23:06 
GeneralRe: Button Code "DEFPUSHBUTTON" code not receving control Pin
«_Superman_»26-Jan-09 23:10
professional«_Superman_»26-Jan-09 23:10 
GeneralRe: Button Code "DEFPUSHBUTTON" code not receving control Pin
ForNow27-Jan-09 2:47
ForNow27-Jan-09 2:47 
GeneralRe: Button Code "DEFPUSHBUTTON" code not receving control Pin
JudyL_MD27-Jan-09 3:35
JudyL_MD27-Jan-09 3:35 
GeneralRe: Button Code "DEFPUSHBUTTON" code not receving control Pin
ForNow27-Jan-09 6:04
ForNow27-Jan-09 6:04 
GeneralRe: Button Code "DEFPUSHBUTTON" code not receving control Pin
Mark Salsbery27-Jan-09 6:15
Mark Salsbery27-Jan-09 6:15 
GeneralRe: Button Code "DEFPUSHBUTTON" code not receving control Pin
ForNow27-Jan-09 6:40
ForNow27-Jan-09 6:40 
GeneralRe: Button Code "DEFPUSHBUTTON" code not receving control Pin
Mark Salsbery27-Jan-09 6:52
Mark Salsbery27-Jan-09 6:52 
GeneralRe: Button Code "DEFPUSHBUTTON" code not receving control Pin
ForNow27-Jan-09 13:13
ForNow27-Jan-09 13:13 
Questionheap corruption after call to select() [modified] Pin
aliusam26-Jan-09 13:59
aliusam26-Jan-09 13:59 
AnswerRe: heap corruption after call to select() Pin
Cosmic Egg29-Jan-09 9:43
Cosmic Egg29-Jan-09 9:43 
QuestionHaving trouble with IOleCommandTarget interface Pin
Haim Nachum26-Jan-09 10:09
Haim Nachum26-Jan-09 10:09 
AnswerRe: Having trouble with IOleCommandTarget interface Pin
«_Superman_»26-Jan-09 17:32
professional«_Superman_»26-Jan-09 17:32 
GeneralRe: Having trouble with IOleCommandTarget interface Pin
Haim Nachum27-Jan-09 2:26
Haim Nachum27-Jan-09 2:26 
QuestionVC++ 2008 Application and MSI Package Pin
pratap198026-Jan-09 6:39
pratap198026-Jan-09 6:39 
AnswerRe: VC++ 2008 Application and MSI Package Pin
Stuart Dootson26-Jan-09 7:06
professionalStuart Dootson26-Jan-09 7:06 

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.