Click here to Skip to main content
15,914,070 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Two questions about CToolTipCtrl Pin
Eugene Pustovoyt19-Aug-02 2:34
Eugene Pustovoyt19-Aug-02 2:34 
GeneralRe: Two questions about CToolTipCtrl Pin
Tomasz Sowinski19-Aug-02 2:42
Tomasz Sowinski19-Aug-02 2:42 
GeneralRe: Two questions about CToolTipCtrl Pin
Eugene Pustovoyt19-Aug-02 4:12
Eugene Pustovoyt19-Aug-02 4:12 
GeneralRe: Two questions about CToolTipCtrl Pin
Eugene Pustovoyt19-Aug-02 9:05
Eugene Pustovoyt19-Aug-02 9:05 
GeneralRe: Two questions about CToolTipCtrl Pin
Tomasz Sowinski19-Aug-02 0:46
Tomasz Sowinski19-Aug-02 0:46 
GeneralRe: Two questions about CToolTipCtrl Pin
Eugene Pustovoyt19-Aug-02 4:15
Eugene Pustovoyt19-Aug-02 4:15 
GeneralHelp button and propertysheet 2 Pin
Mazdak18-Aug-02 19:59
Mazdak18-Aug-02 19:59 
GeneralRe: Help button and propertysheet 2 Pin
Roger Allen19-Aug-02 2:42
Roger Allen19-Aug-02 2:42 
This line of code will only work in the OnInitDialog() of your CPropertySheet derived class. If you don't have one of these, you can place it in the OnInitDialog() of the first page that you add to your CPropertySheet.

BOOL CMyPage1::OnInitDialog()
{
CPropertyPage::OnInitDialog();
GetParent()->GetDlgItem(IDHELP)->ShowWindow(SW_HIDE);
// ...
}


Roger Allen
Sonork 100.10016

I think I need a new quote, I am on the prowl, so look out for a soft cute furry looking animal, which is really a Hippo in disguise. Its probably me.
GeneralI want to catch Net Event?How to... Pin
ZBUILDER18-Aug-02 16:22
ZBUILDER18-Aug-02 16:22 
GeneralPausing a timer Pin
Le centriste18-Aug-02 14:16
Le centriste18-Aug-02 14:16 
GeneralRe: Pausing a timer Pin
Neville Franks18-Aug-02 14:53
Neville Franks18-Aug-02 14:53 
GeneralRe: Pausing a timer Pin
Mazdak18-Aug-02 19:47
Mazdak18-Aug-02 19:47 
GeneralCompiler Error!! Pin
anu12118-Aug-02 13:51
anu12118-Aug-02 13:51 
GeneralRe: Compiler Error!! Pin
Daniel Lohmann19-Aug-02 2:25
Daniel Lohmann19-Aug-02 2:25 
QuestionWhy does VC++ 6.0 linker report this? Pin
WREY18-Aug-02 13:12
WREY18-Aug-02 13:12 
AnswerRe: Why does VC++ 6.0 linker report this? Pin
Le centriste18-Aug-02 14:13
Le centriste18-Aug-02 14:13 
GeneralRe: Why does VC++ 6.0 linker report this? Pin
WREY19-Aug-02 11:21
WREY19-Aug-02 11:21 
AnswerRe: Why does VC++ 6.0 linker report this? Pin
Neville Franks18-Aug-02 15:06
Neville Franks18-Aug-02 15:06 
GeneralRe: Why does VC++ 6.0 linker report this? Pin
WREY19-Aug-02 11:47
WREY19-Aug-02 11:47 
GeneralRe: Why does VC++ 6.0 linker report this? Pin
Mustafa Demirhan19-Aug-02 13:45
Mustafa Demirhan19-Aug-02 13:45 
GeneralRe: Why does VC++ 6.0 linker report this? Pin
WREY19-Aug-02 20:36
WREY19-Aug-02 20:36 
GeneralRe: Why does VC++ 6.0 linker report this? Pin
Neville Franks19-Aug-02 15:12
Neville Franks19-Aug-02 15:12 
GeneralMaximizing IWebBrowser2 Pin
Jonah Bishop18-Aug-02 12:52
Jonah Bishop18-Aug-02 12:52 
GeneralDroplist active for combo boxes Pin
asdfasdf18-Aug-02 10:49
asdfasdf18-Aug-02 10:49 
GeneralRe: Droplist active for combo boxes Pin
Roger Allen19-Aug-02 2:51
Roger Allen19-Aug-02 2:51 

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.