Click here to Skip to main content
15,918,125 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionError when use IDiskQuotaControl->FindUserName etc.? Pin
Anonymous24-Sep-02 3:38
Anonymous24-Sep-02 3:38 
Generalannoying carchive problem Pin
carrie24-Sep-02 3:16
carrie24-Sep-02 3:16 
Generaldeleting a control from the form Pin
ns24-Sep-02 3:14
ns24-Sep-02 3:14 
GeneralRe: deleting a control from the form Pin
jmkhael24-Sep-02 3:15
jmkhael24-Sep-02 3:15 
GeneralRe: deleting a control from the form Pin
ns24-Sep-02 3:47
ns24-Sep-02 3:47 
GeneralRe: deleting a control from the form Pin
jhwurmbach24-Sep-02 4:02
jhwurmbach24-Sep-02 4:02 
GeneralRe: deleting a control from the form Pin
Tomasz Sowinski24-Sep-02 4:10
Tomasz Sowinski24-Sep-02 4:10 
GeneralRe: deleting a control from the form Pin
Pavel Klocek24-Sep-02 4:10
Pavel Klocek24-Sep-02 4:10 
You can delete it manualy - delete the handler definition from h and cpp files
and also the binding from BEGIN_MESSAGE_MAP/END_MESSAGE_MAP section in cpp file (ON_BN_CLICKED).

If you don't want to edit wizard generated sections of code do (In VC6):
Go to the class wizard, make sure the dialog class is selected,
in Message Map tab see the Member function listbox.
Select your OnButton handler and push Delete function.
Note that you need to delete the implementation of the handler in cpp file manualy.



Pavel
Sonork 100.15206
Generalsendmessage to a modal dialog Pin
ns24-Sep-02 2:32
ns24-Sep-02 2:32 
GeneralRe: sendmessage to a modal dialog Pin
jmkhael24-Sep-02 2:32
jmkhael24-Sep-02 2:32 
Generalthank you! Pin
ns24-Sep-02 2:41
ns24-Sep-02 2:41 
GeneralRe: thank you! Pin
jmkhael24-Sep-02 2:47
jmkhael24-Sep-02 2:47 
GeneralRe: sendmessage to a modal dialog Pin
Phil J Pearson24-Sep-02 6:21
Phil J Pearson24-Sep-02 6:21 
QuestionWhich SP do I have installed? Pin
Anonymous24-Sep-02 2:18
Anonymous24-Sep-02 2:18 
AnswerRe: Which SP do I have installed? Pin
SteveKing24-Sep-02 3:46
SteveKing24-Sep-02 3:46 
QuestionHow to open MDB file without DSN Pin
Tili24-Sep-02 2:16
Tili24-Sep-02 2:16 
AnswerRe: How to open MDB file without DSN Pin
Tomasz Sowinski24-Sep-02 2:24
Tomasz Sowinski24-Sep-02 2:24 
AnswerRe: How to open MDB file without DSN Pin
jmkhael24-Sep-02 2:29
jmkhael24-Sep-02 2:29 
GeneralUnicode Controls Pin
waterbuffalo24-Sep-02 2:13
waterbuffalo24-Sep-02 2:13 
GeneralRe: Unicode Controls Pin
Maximilien24-Sep-02 2:28
Maximilien24-Sep-02 2:28 
Questionwhen will the form disappear? Pin
ns24-Sep-02 2:15
ns24-Sep-02 2:15 
AnswerRe: when will the form disappear? Pin
Ravi Bhavnani24-Sep-02 6:26
professionalRavi Bhavnani24-Sep-02 6:26 
AnswerRe: when will the form disappear? Pin
Ravi Bhavnani24-Sep-02 6:29
professionalRavi Bhavnani24-Sep-02 6:29 
AnswerRe: when will the form disappear? Pin
Ravi Bhavnani24-Sep-02 6:43
professionalRavi Bhavnani24-Sep-02 6:43 
GeneralRe: when will the form disappear? Pin
ns24-Sep-02 6:53
ns24-Sep-02 6:53 

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.