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

C / C++ / MFC

 
GeneralRe: CListCtrl Pin
PJ Arends6-Mar-05 12:26
professionalPJ Arends6-Mar-05 12:26 
GeneralRe: CListCtrl Pin
super_pointer6-Mar-05 14:58
super_pointer6-Mar-05 14:58 
GeneralRe: CListCtrl Pin
PJ Arends6-Mar-05 16:29
professionalPJ Arends6-Mar-05 16:29 
GeneralRe: CListCtrl Pin
ThatsAlok6-Mar-05 19:55
ThatsAlok6-Mar-05 19:55 
GeneralNon blocking socket problem Pin
eli150219796-Mar-05 0:54
eli150219796-Mar-05 0:54 
GeneralRe: Non blocking socket problem Pin
Mike Dimmick6-Mar-05 1:39
Mike Dimmick6-Mar-05 1:39 
Generalresponses will be Rendering Page Flip effect Pin
Shahzaib Saleem6-Mar-05 0:54
Shahzaib Saleem6-Mar-05 0:54 
QuestionHow to use compiled help in VS NET? Pin
IlanTal6-Mar-05 0:30
IlanTal6-Mar-05 0:30 
I am trying to convert from Visual Studio 6 to vs7 (NET) and
am having problems with HtmlHelp. In vs6 HtmlHelp took 4
parameters, whereas in vs7, it won't compile unless it has 2
parameters (see code):

case HELP_FINDER:
#if vs7
HtmlHelp( 0, HH_DISPLAY_TOPIC);
#else
HtmlHelp( m_pMainWnd->m_hWnd, "petctviewer.chm", HH_DISPLAY_TOPIC, 0);
#endif
return;

In vs6, I have it pointing to a compiled help file and all
works well. In vs7, I noticed it brought up an old *.hlp
file which I happened to have still on my disk. It ignored
the *.chm which it uses in vs6.

If I look at the Microsoft documentation, it indeed talks
about the version with 2 parameters, but then if you go to
the SDK it has 4 parameters. Somewhat confusing....
In short, does anyone know how to convince vs7 to use the
4 parameter version of HtmlHelp?

Thanks,
Ilan


Ilan
AnswerRe: How to use compiled help in VS NET? Pin
Mike Dimmick6-Mar-05 1:47
Mike Dimmick6-Mar-05 1:47 
GeneralRe: How to use compiled help in VS NET? Pin
IlanTal6-Mar-05 18:20
IlanTal6-Mar-05 18:20 
GeneralPassing parameters to CreateThread() Pin
Nikhil Wason5-Mar-05 19:29
Nikhil Wason5-Mar-05 19:29 
GeneralRe: Passing parameters to CreateThread() Pin
Lim Bio Liong5-Mar-05 22:42
Lim Bio Liong5-Mar-05 22:42 
GeneralRe: Passing parameters to CreateThread() Pin
Lim Bio Liong5-Mar-05 22:50
Lim Bio Liong5-Mar-05 22:50 
GeneralRe: Passing parameters to CreateThread() Pin
Michael Dunn6-Mar-05 4:24
sitebuilderMichael Dunn6-Mar-05 4:24 
GeneralMFC & GDI+ Pin
Chis MU5-Mar-05 16:20
Chis MU5-Mar-05 16:20 
Generalplease I need help Pin
waway5-Mar-05 14:05
waway5-Mar-05 14:05 
GeneralRe: please I need help Pin
Ravi Bhavnani6-Mar-05 12:32
professionalRavi Bhavnani6-Mar-05 12:32 
GeneralProtection error: debugger detected Pin
aritosteles5-Mar-05 14:05
aritosteles5-Mar-05 14:05 
GeneralRe: Protection error: debugger detected Pin
aritosteles14-Mar-05 17:14
aritosteles14-Mar-05 17:14 
GeneralRe: Protection error: debugger detected Pin
Dave Midgley25-Feb-11 23:40
Dave Midgley25-Feb-11 23:40 
GeneralUsing Visual Basic 6 dll in Visual C++ 6 Pin
Kumarunster5-Mar-05 10:45
Kumarunster5-Mar-05 10:45 
GeneralRe: Using Visual Basic 6 dll in Visual C++ 6 Pin
Mike Dimmick5-Mar-05 12:51
Mike Dimmick5-Mar-05 12:51 
Generalhard time with dll Pin
gamitech5-Mar-05 10:33
gamitech5-Mar-05 10:33 
GeneralCTabCtrl Pin
lino_i5-Mar-05 10:17
lino_i5-Mar-05 10:17 
GeneralVisual Studio for Web Page Design Pin
Grahamfff5-Mar-05 8:27
Grahamfff5-Mar-05 8:27 

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.