Click here to Skip to main content
15,908,173 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Read This Pin
l a u r e n20-Nov-03 20:05
l a u r e n20-Nov-03 20:05 
GeneralRe: Read This Pin
LOSTTWARE.com20-Nov-03 20:09
LOSTTWARE.com20-Nov-03 20:09 
GeneralRe: Read This Pin
l a u r e n20-Nov-03 20:13
l a u r e n20-Nov-03 20:13 
GeneralSetting New line Pin
Shenthil20-Nov-03 19:27
Shenthil20-Nov-03 19:27 
GeneralRe: Setting New line Pin
Michael Dunn20-Nov-03 19:44
sitebuilderMichael Dunn20-Nov-03 19:44 
QuestionHow could i draw an irregular window in mfc Pin
ttemp200220-Nov-03 16:22
ttemp200220-Nov-03 16:22 
AnswerRe: How could i draw an irregular window in mfc Pin
Abhishek Srivastava20-Nov-03 17:12
Abhishek Srivastava20-Nov-03 17:12 
GeneralA question about HTMLHELP Pin
Sunjoy Chen20-Nov-03 16:05
Sunjoy Chen20-Nov-03 16:05 
I had builded my application with html context-sensitive Help, according to an article in msdn.microsoft.com "Displaying Context-Sensitive Help". It works but sometimes there was a "debug assertion failed" message box appeared, it said:
Program: ....
File:wincore.cpp
Line:875
and line 875 in wincore.cpp is( in void CWnd::AssertValid())
ASSERT(::IsWindow(m_hWnd));
I don't know why.Cry | :(( Who could help me? Thanks a lot.

The help function in my application as following:

BOOL CMyFormView::OnHelpInfo(HELPINFO* pHelpInfo)
{
DWORD dwHelpID[] =
{
IDC_DOSESCALE_SELGRAY_STC_ADJUSTPANE, 0x61000,
...
0,0
};
if (pHelpInfo->iContextType == HELPINFO_WINDOW)
{
return HtmlHelp(
(HWND)pHelpInfo->hItemHandle,
"MyHelp.chm/ctrlhlp.txt",
HH_TP_HELP_WM_HELP,
(DWORD)(LPVOID)dwHelpID)
!= NULL;
}
return TRUE;
}

In ctrlhlp.txt:
.topic 0x61000
help text for control 0x61000
GeneralSTL set.h Performance Analysis Pin
BrianReeve20-Nov-03 15:33
BrianReeve20-Nov-03 15:33 
Questionwhy can't global fn access global variable? Pin
closecall20-Nov-03 14:31
closecall20-Nov-03 14:31 
AnswerRe: why can't global fn access global variable? Pin
Prakash Nadar20-Nov-03 16:03
Prakash Nadar20-Nov-03 16:03 
GeneralRe: why can't global fn access global variable? Pin
closecall20-Nov-03 18:11
closecall20-Nov-03 18:11 
GeneralRe: why can't global fn access global variable? Pin
Prakash Nadar20-Nov-03 23:51
Prakash Nadar20-Nov-03 23:51 
Answernevermind... the world is good again. Pin
closecall20-Nov-03 18:35
closecall20-Nov-03 18:35 
GeneralGDI+, Quick question Pin
Jörgen Sigvardsson20-Nov-03 14:13
Jörgen Sigvardsson20-Nov-03 14:13 
GeneralRe: GDI+, Quick question Pin
Alex Korchemniy20-Nov-03 14:48
Alex Korchemniy20-Nov-03 14:48 
GeneralRe: GDI+, Quick question Pin
J. Dunlap20-Nov-03 14:59
J. Dunlap20-Nov-03 14:59 
GeneralRe: GDI+, Quick question Pin
Jörgen Sigvardsson20-Nov-03 22:34
Jörgen Sigvardsson20-Nov-03 22:34 
GeneralRe: GDI+, Quick question Pin
Mike Dimmick21-Nov-03 3:15
Mike Dimmick21-Nov-03 3:15 
GeneralRe: GDI+, Quick question Pin
J. Dunlap20-Nov-03 14:57
J. Dunlap20-Nov-03 14:57 
QuestionHow do you get the default email client on 95/98/98se/me/xp/nt/2000 Pin
BaldwinMartin20-Nov-03 14:00
BaldwinMartin20-Nov-03 14:00 
AnswerRe: How do you get the default email client on 95/98/98se/me/xp/nt/2000 Pin
Peter Molnar20-Nov-03 15:02
Peter Molnar20-Nov-03 15:02 
GeneralRe: How do you get the default email client on 95/98/98se/me/xp/nt/2000 Pin
BaldwinMartin20-Nov-03 15:19
BaldwinMartin20-Nov-03 15:19 
GeneralRe: How do you get the default email client on 95/98/98se/me/xp/nt/2000 Pin
Peter Molnar20-Nov-03 15:34
Peter Molnar20-Nov-03 15:34 
GeneralRe: How do you get the default email client on 95/98/98se/me/xp/nt/2000 Pin
Peter Molnar20-Nov-03 15:51
Peter Molnar20-Nov-03 15: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.