Click here to Skip to main content
16,008,183 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Accelerators in a Dialog Application (non-MFC) Pin
georgiek5010-Nov-02 2:40
georgiek5010-Nov-02 2:40 
GeneralDLL problem Pin
Anatari9-Nov-02 18:11
Anatari9-Nov-02 18:11 
GeneralRe: DLL problem Pin
moliate9-Nov-02 20:46
moliate9-Nov-02 20:46 
GeneralWeird heap problem in WinXP Pin
Yanuar9-Nov-02 16:29
Yanuar9-Nov-02 16:29 
QuestionHTML Help(*.chm) Parameters? Pin
Abin9-Nov-02 16:33
Abin9-Nov-02 16:33 
AnswerNever mind, I found it out Pin
Abin9-Nov-02 18:36
Abin9-Nov-02 18:36 
GeneralRe: Never mind, I found it out Pin
Dominik Reichl10-Nov-02 4:39
Dominik Reichl10-Nov-02 4:39 
GeneralRe: Never mind, I found it out Pin
Abin10-Nov-02 5:33
Abin10-Nov-02 5:33 
// Suppose you have "foo.chm" which consists of
// multiple html pages, and you want to display
// "bar.htm" at this time:
::ShellExecute(NULL, 
              "open", // verb
              "hh.exe", // this file located at Windows directory on every machine which has IE5.0 or higher installed
              "foo.chm::/bar.htm", // yeah this is the trick, you can even do "foo.chm::/bar.htm#blah"
              NULL, // current directory
              SW_SHOW);


Enjoy!
GeneralRe: Never mind, I found it out Pin
Dominik Reichl10-Nov-02 9:41
Dominik Reichl10-Nov-02 9:41 
GeneralRunning a function as the dialog starts Pin
carrie9-Nov-02 9:45
carrie9-Nov-02 9:45 
GeneralRe: Running a function as the dialog starts Pin
Stephane Rodriguez.9-Nov-02 9:59
Stephane Rodriguez.9-Nov-02 9:59 
GeneralRe: Running a function as the dialog starts Pin
carrie9-Nov-02 11:17
carrie9-Nov-02 11:17 
GeneralRe: Running a function as the dialog starts Pin
Stephane Rodriguez.9-Nov-02 11:30
Stephane Rodriguez.9-Nov-02 11:30 
GeneralRe: Running a function as the dialog starts Pin
Michael Dunn9-Nov-02 12:03
sitebuilderMichael Dunn9-Nov-02 12:03 
GeneralRe: Running a function as the dialog starts Pin
carrie9-Nov-02 12:06
carrie9-Nov-02 12:06 
QuestionRegistry - How to write in HKEY_LOCAL_MACHINE section? Pin
julych9-Nov-02 9:31
julych9-Nov-02 9:31 
AnswerRe: Registry - How to write in HKEY_LOCAL_MACHINE section? Pin
Stephane Rodriguez.9-Nov-02 10:00
Stephane Rodriguez.9-Nov-02 10:00 
GeneralRe: Registry - How to write in HKEY_LOCAL_MACHINE section? Pin
julych9-Nov-02 10:26
julych9-Nov-02 10:26 
AnswerRe: Registry - How to write in HKEY_LOCAL_MACHINE section? Pin
Michael Dunn9-Nov-02 12:04
sitebuilderMichael Dunn9-Nov-02 12:04 
GeneralBest Encryption algorithm ! Pin
Hadi Rezaee9-Nov-02 8:53
Hadi Rezaee9-Nov-02 8:53 
GeneralRe: Best Encryption algorithm ! Pin
Ravi Bhavnani9-Nov-02 8:58
professionalRavi Bhavnani9-Nov-02 8:58 
GeneralRe: Best Encryption algorithm ! Pin
ISIS559-Nov-02 9:58
ISIS559-Nov-02 9:58 
GeneralRe: Best Encryption algorithm ! Pin
Hadi Rezaee9-Nov-02 10:09
Hadi Rezaee9-Nov-02 10:09 
GeneralRe: Best Encryption algorithm ! Pin
Scott H. Settlemier11-Nov-02 5:14
Scott H. Settlemier11-Nov-02 5:14 
GeneralRe: Best Encryption algorithm ! Pin
Hadi Rezaee11-Nov-02 7:25
Hadi Rezaee11-Nov-02 7:25 

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.