Click here to Skip to main content
15,910,787 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionPrinting How? Pin
wow99995-Aug-03 23:42
wow99995-Aug-03 23:42 
AnswerRe: Printing How? Pin
HPSI6-Aug-03 2:21
HPSI6-Aug-03 2:21 
Generalvfw depression Pin
mr pier5-Aug-03 23:37
mr pier5-Aug-03 23:37 
GeneralRe: vfw depression Pin
HPSI6-Aug-03 1:48
HPSI6-Aug-03 1:48 
GeneralRe: vfw depression Pin
Anonymous8-Aug-03 8:52
Anonymous8-Aug-03 8:52 
GeneralWebbrowser::Newwindow() Problem!! Pin
xxhimanshu5-Aug-03 23:22
xxhimanshu5-Aug-03 23:22 
Generalopening documents Pin
BoudewijnEctor5-Aug-03 23:14
BoudewijnEctor5-Aug-03 23:14 
GeneralRe: opening documents Pin
HPSI5-Aug-03 23:29
HPSI5-Aug-03 23:29 
Use ShellExecute():
ShellExecute(m_hWnd, "open", "help.pdf", NULL, NULL, SW_SHOW);

This assumes that Acrobat is installed.


HPS HwndSpy
- GUI developer's aid to visually
locate and inspect windows. For the month of August
only, use coupon code CP-81239 for 30% off.
QuestionopenDirectory dialog? Pin
BoudewijnEctor5-Aug-03 23:10
BoudewijnEctor5-Aug-03 23:10 
AnswerRe: openDirectory dialog? Pin
Toni785-Aug-03 23:17
Toni785-Aug-03 23:17 
GeneralRe: openDirectory dialog? Pin
BoudewijnEctor5-Aug-03 23:58
BoudewijnEctor5-Aug-03 23:58 
GeneralRe: openDirectory dialog? Pin
David Crow6-Aug-03 5:23
David Crow6-Aug-03 5:23 
AnswerRe: openDirectory dialog? Pin
Chao Zuo5-Aug-03 23:39
Chao Zuo5-Aug-03 23:39 
GeneralLog Window Pin
SLiDeR5-Aug-03 22:38
SLiDeR5-Aug-03 22:38 
GeneralRe: Log Window Pin
Chao Zuo5-Aug-03 23:04
Chao Zuo5-Aug-03 23:04 
GeneralRe: Log Window Pin
SLiDeR5-Aug-03 23:15
SLiDeR5-Aug-03 23:15 
GeneralRe: Log Window Pin
HPSI5-Aug-03 23:24
HPSI5-Aug-03 23:24 
GeneralRe: Log Window Pin
Chao Zuo5-Aug-03 23:56
Chao Zuo5-Aug-03 23:56 
GeneralADODB pointer Pin
_crs_5-Aug-03 22:34
_crs_5-Aug-03 22:34 
GeneralRe: ADODB pointer Pin
Chao Zuo5-Aug-03 22:46
Chao Zuo5-Aug-03 22:46 
GeneralRe: ADODB pointer Pin
Toni785-Aug-03 22:49
Toni785-Aug-03 22:49 
GeneralRe: ADODB pointer Pin
Chao Zuo5-Aug-03 23:12
Chao Zuo5-Aug-03 23:12 
GeneralRe: ADODB pointer Pin
_crs_5-Aug-03 23:07
_crs_5-Aug-03 23:07 
GeneralConverting hexadecimal to decimal in C++ Pin
Member 1609885-Aug-03 22:15
Member 1609885-Aug-03 22:15 
GeneralRe: Converting hexadecimal to decimal in C++ Pin
Chao Zuo5-Aug-03 22:35
Chao Zuo5-Aug-03 22:35 

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.