Click here to Skip to main content
15,892,005 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CDialog and CEdit Problem Pin
9-Feb-04 1:42
suss9-Feb-04 1:42 
QuestionThread Tutorial? Pin
Member 3350228-Feb-04 23:01
Member 3350228-Feb-04 23:01 
AnswerRe: Thread Tutorial? Pin
Member 5252199-Feb-04 1:46
Member 5252199-Feb-04 1:46 
AnswerRe: Thread Tutorial? Pin
Ravi Bhavnani9-Feb-04 2:25
professionalRavi Bhavnani9-Feb-04 2:25 
AnswerRe: Thread Tutorial? Pin
David Crow9-Feb-04 5:37
David Crow9-Feb-04 5:37 
Questiondisplaying tooltips? Pin
j3ves8-Feb-04 23:01
j3ves8-Feb-04 23:01 
AnswerRe: displaying tooltips? Pin
Ravi Bhavnani9-Feb-04 2:26
professionalRavi Bhavnani9-Feb-04 2:26 
GeneralNeed Help about COlePropertyPage and CPropertySheet Pin
hajer8-Feb-04 22:45
hajer8-Feb-04 22:45 
Hi ALL,

I have created an Ole Control with property pages, and it's a good bit more complicated than that... I derived my own property
page from COlePropertyPage.
Everything is allright untill i wanted to hide the propertysheet buttons (Apply, OK, Cancel) which contains my propertypage.

I write something like that in the COlePropertyPage derived class,

...
CPropertySheet * pps = ( CPropertySheet * ) GetParent ( ) ;
pps->GetDlgItem ( ID_APPLY_NOW )->ShowWindow( SW_HIDE );
pps->GetDlgItem( IDCANCEL )->ShowWindow( SW_HIDE );
pps->GetDlgItem( ID_APPLY_NOW )->ShowWindow( SW_HIDE );
...

but the application crashes.
i want to have a solution for this issue.
Need help.
Hajer.



Hajer.
GeneralDLL Pin
cberam8-Feb-04 22:08
cberam8-Feb-04 22:08 
GeneralRe: DLL Pin
Selvam R8-Feb-04 22:25
professionalSelvam R8-Feb-04 22:25 
GeneralRe: DLL Pin
cberam9-Feb-04 1:09
cberam9-Feb-04 1:09 
GeneralContext Menu Handler Pin
Sebastian Schneider8-Feb-04 21:55
Sebastian Schneider8-Feb-04 21:55 
GeneralRe: Context Menu Handler Pin
Michael Dunn9-Feb-04 5:30
sitebuilderMichael Dunn9-Feb-04 5:30 
GeneralRe: Context Menu Handler Pin
Sebastian Schneider9-Feb-04 22:19
Sebastian Schneider9-Feb-04 22:19 
GeneralRe: Context Menu Handler Pin
Michael Dunn10-Feb-04 6:36
sitebuilderMichael Dunn10-Feb-04 6:36 
GeneralUsing stable_sort with predicate function: Help please. Pin
Cloaca8-Feb-04 19:36
Cloaca8-Feb-04 19:36 
GeneralRe: Using stable_sort with predicate function: Help please. Pin
Cloaca9-Feb-04 9:24
Cloaca9-Feb-04 9:24 
GeneralCListCtrl advice needed Pin
Thomas Andersen8-Feb-04 19:21
Thomas Andersen8-Feb-04 19:21 
GeneralRe: CListCtrl advice needed Pin
David Crow9-Feb-04 5:47
David Crow9-Feb-04 5:47 
QuestionHow to delete CFileFind Object Pin
rasha20038-Feb-04 18:54
rasha20038-Feb-04 18:54 
AnswerRe: How to delete CFileFind Object Pin
David Crow9-Feb-04 5:49
David Crow9-Feb-04 5:49 
GeneralRe: How to delete CFileFind Object Pin
rasha20039-Feb-04 5:53
rasha20039-Feb-04 5:53 
GeneralRe: How to delete CFileFind Object Pin
David Crow9-Feb-04 6:07
David Crow9-Feb-04 6:07 
GeneralRe: How to delete CFileFind Object Pin
rasha20039-Feb-04 6:52
rasha20039-Feb-04 6:52 
GeneralRe: How to delete CFileFind Object Pin
David Crow9-Feb-04 8:00
David Crow9-Feb-04 8:00 

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.