Click here to Skip to main content
15,888,461 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Disable bitmap button Pin
hari_honey14-Aug-08 1:02
hari_honey14-Aug-08 1:02 
AnswerRe: Disable bitmap button Pin
_AnsHUMAN_ 13-Aug-08 21:57
_AnsHUMAN_ 13-Aug-08 21:57 
AnswerRe: Disable bitmap button Pin
Jijo.Raj13-Aug-08 22:30
Jijo.Raj13-Aug-08 22:30 
AnswerRe: Disable bitmap button Pin
Hamid_RT13-Aug-08 23:50
Hamid_RT13-Aug-08 23:50 
QuestionHow can Check .chm file is open or not? Pin
Le@rner13-Aug-08 19:14
Le@rner13-Aug-08 19:14 
AnswerRe: How can Check .chm file is open or not? Pin
sashoalm13-Aug-08 20:24
sashoalm13-Aug-08 20:24 
GeneralRe: How can Check .chm file is open or not? Pin
Le@rner13-Aug-08 20:33
Le@rner13-Aug-08 20:33 
GeneralRe: How can Check .chm file is open or not? Pin
sashoalm13-Aug-08 20:45
sashoalm13-Aug-08 20:45 
const char* help_file_path = "help.chm";
HWND hwnd = AfxGetMainWnd()->GetSafeHwnd();
const char* topic = NULL;
HtmlHelp(hwnd, help_file_path, HH_DISPLAY_TOPIC, (DWORD) topic);


You have to include htmlhelp.h and link with htmlhelp.lib, you'll find them inside the directory of your html workshop, for example "c:\Program Files\HTML Help Workshop"

There is sufficient light for those who desire to see, and there is sufficient darkness for those of a contrary disposition.
Blaise Pascal

GeneralRe: How can Check .chm file is open or not? Pin
Le@rner13-Aug-08 20:54
Le@rner13-Aug-08 20:54 
QuestionUsing Notes C++ API to access Lotus Notes DBs on Visual C++/MFC Pin
afterruins13-Aug-08 19:13
afterruins13-Aug-08 19:13 
AnswerRe: Using Notes C++ API to access Lotus Notes DBs on Visual C++/MFC [modified] Pin
Jijo.Raj13-Aug-08 22:34
Jijo.Raj13-Aug-08 22:34 
QuestionInternet Explorer Socket Programming? [modified] Pin
Ehsan Baghaki13-Aug-08 19:11
Ehsan Baghaki13-Aug-08 19:11 
QuestionHow cab Bold the Caption of Property Pages? Pin
Le@rner13-Aug-08 18:28
Le@rner13-Aug-08 18:28 
AnswerRe: How cab Bold the Caption of Property Pages? Pin
Paresh Chitte13-Aug-08 21:20
Paresh Chitte13-Aug-08 21:20 
GeneralRe: How cab Bold the Caption of Property Pages? Pin
Le@rner13-Aug-08 21:45
Le@rner13-Aug-08 21:45 
GeneralRe: How cab Bold the Caption of Property Pages? Pin
Mark Salsbery14-Aug-08 4:58
Mark Salsbery14-Aug-08 4:58 
QuestionFTPConnection Stalls - Won't Restart or Finish Pin
Stan Bartsch13-Aug-08 15:35
Stan Bartsch13-Aug-08 15:35 
QuestionCan I use _beginthread in a MFC OCX project? Pin
fantasy121513-Aug-08 14:44
fantasy121513-Aug-08 14:44 
AnswerRe: Can I use _beginthread in a MFC OCX project? Pin
Stephen Hewitt13-Aug-08 16:36
Stephen Hewitt13-Aug-08 16:36 
QuestionRe: Can I use _beginthread in a MFC OCX project? Pin
fantasy121513-Aug-08 16:56
fantasy121513-Aug-08 16:56 
AnswerRe: Can I use _beginthread in a MFC OCX project? Pin
Mark Salsbery13-Aug-08 17:02
Mark Salsbery13-Aug-08 17:02 
QuestionHow can I hide/Show Group Box Pin
sabdalla8013-Aug-08 11:02
sabdalla8013-Aug-08 11:02 
AnswerRe: How can I hide/Show Group Box Pin
Joe Woodbury13-Aug-08 11:53
professionalJoe Woodbury13-Aug-08 11:53 
GeneralRe: How can I hide/Show Group Box Pin
Le@rner13-Aug-08 18:30
Le@rner13-Aug-08 18:30 
GeneralRe: How can I hide/Show Group Box Pin
toxcct13-Aug-08 22:28
toxcct13-Aug-08 22:28 

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.