Click here to Skip to main content
16,005,473 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: HtmlView Pin
john563216-Sep-07 19:20
john563216-Sep-07 19:20 
Questioncode or link for desktop application like webshot desktop application Pin
Dhiraj kumar Saini16-Sep-07 18:53
Dhiraj kumar Saini16-Sep-07 18:53 
QuestionNeed for ClassFactory. Pin
nbugalia16-Sep-07 18:45
nbugalia16-Sep-07 18:45 
AnswerRe: Need for ClassFactory. Pin
GauranG Shah16-Sep-07 19:02
GauranG Shah16-Sep-07 19:02 
AnswerRe: Need for ClassFactory. Pin
Stephen Hewitt16-Sep-07 21:42
Stephen Hewitt16-Sep-07 21:42 
QuestionHow to change F1's default help file's name? Pin
Peter, Chan16-Sep-07 17:11
Peter, Chan16-Sep-07 17:11 
AnswerRe: How to change F1's default help file's name? Pin
Nishad S16-Sep-07 18:30
Nishad S16-Sep-07 18:30 
AnswerRe: How to change F1's default help file's name? [modified] Pin
Roger Broomfield16-Sep-07 19:00
Roger Broomfield16-Sep-07 19:00 
CWinApp has a member LPCTSTR m_pszHelpFilePath that is initialized before InitInstance() is called using a _tcsdup(), so you could free() the current m_pszHelpFilePath and _tcsdup() your own path in your InitInstance(). NOTE: during termination MFC will call free() on m_pszHelpFilePath assuming that it has been allocated using _tcsdup() so DO NOT set it to a static string.


-- modified at 3:30 Monday 17th September, 2007

If you are using VC6 then you will also need to override WinHelp either in theApp or in the mainFrame.
If you are using VC7 and above then forget the suggestion above and just call EnableHtmlHelp() in your WinApp constructor.
Question[SOLVED] Need help with using struct with template - syntax problem [modified] Pin
Vaclav_16-Sep-07 16:31
Vaclav_16-Sep-07 16:31 
AnswerRe: Need help with using struct with template - syntax problem Pin
Vaclav_16-Sep-07 17:21
Vaclav_16-Sep-07 17:21 
GeneralRe: Need help with using struct with template - syntax problem Pin
Vaclav_16-Sep-07 17:57
Vaclav_16-Sep-07 17:57 
GeneralRe: Need help with using struct with template - syntax problem Pin
Cedric Moonen16-Sep-07 20:33
Cedric Moonen16-Sep-07 20:33 
QuestionErrors in David Nash's code for Win API Pin
Larry Mills Sr16-Sep-07 13:38
Larry Mills Sr16-Sep-07 13:38 
AnswerRe: Errors in David Nash's code for Win API Pin
Michael Dunn16-Sep-07 15:57
sitebuilderMichael Dunn16-Sep-07 15:57 
QuestionFile reading Pin
Jelle De Vos16-Sep-07 11:43
Jelle De Vos16-Sep-07 11:43 
AnswerRe: File reading Pin
Christian Graus16-Sep-07 12:25
protectorChristian Graus16-Sep-07 12:25 
GeneralRe: File reading Pin
David Crow17-Sep-07 2:58
David Crow17-Sep-07 2:58 
AnswerRe: File reading Pin
Hamid_RT16-Sep-07 19:14
Hamid_RT16-Sep-07 19:14 
QuestionAssert Modal Dialog wincore.cpp Pin
zqueezy16-Sep-07 11:19
zqueezy16-Sep-07 11:19 
AnswerRe: Assert Modal Dialog wincore.cpp Pin
Hamid_RT16-Sep-07 19:19
Hamid_RT16-Sep-07 19:19 
GeneralRe: Assert Modal Dialog wincore.cpp Pin
zqueezy16-Sep-07 20:40
zqueezy16-Sep-07 20:40 
GeneralRe: Assert Modal Dialog wincore.cpp Pin
Roger Broomfield16-Sep-07 22:05
Roger Broomfield16-Sep-07 22:05 
QuestionTime delay Pin
pourang16-Sep-07 10:59
pourang16-Sep-07 10:59 
AnswerRe: Time delay Pin
Garth J Lancaster16-Sep-07 12:52
professionalGarth J Lancaster16-Sep-07 12:52 
GeneralRe: Time delay Pin
pourang16-Sep-07 23:14
pourang16-Sep-07 23:14 

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.