Click here to Skip to main content
15,902,814 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CString parameters Pin
Stephane Rodriguez.22-Jan-03 19:13
Stephane Rodriguez.22-Jan-03 19:13 
GeneralRe: CString parameters Pin
r i s h a b h s22-Jan-03 19:22
r i s h a b h s22-Jan-03 19:22 
GeneralRe: CString parameters Pin
Stephane Rodriguez.22-Jan-03 20:57
Stephane Rodriguez.22-Jan-03 20:57 
GeneralRe: CString parameters Pin
r i s h a b h s22-Jan-03 22:36
r i s h a b h s22-Jan-03 22:36 
GeneralRe: CString parameters Pin
Christian Graus22-Jan-03 21:00
protectorChristian Graus22-Jan-03 21:00 
GeneralRe: CString parameters Pin
Stephane Rodriguez.22-Jan-03 19:05
Stephane Rodriguez.22-Jan-03 19:05 
QuestionHow to embedded with IE? Pin
TianYang22-Jan-03 18:01
TianYang22-Jan-03 18:01 
AnswerRe: How to embedded with IE? Pin
chepuri_uk22-Jan-03 19:58
chepuri_uk22-Jan-03 19:58 
Either you can Embedd Web Browser component and load respective html page or
use following in a DialogBox for invoking Html page:
HWND h = FindWindowEx(NULL,NULL,NULL,"Microsoft Internet Explorer");
ShellExecute(h,"open","http:\\\\www.funducode.com",NULL,NULL,SW_SHOWNORMAL);

GeneralAre Named Pipes Supported in Windows XP Pin
Lim Bio Liong22-Jan-03 17:53
Lim Bio Liong22-Jan-03 17:53 
GeneralSharing Dial-Up-Connection Pin
Deepak Bajaj22-Jan-03 17:52
Deepak Bajaj22-Jan-03 17:52 
Generalfastest, easiest XML library, C++ Pin
Roman Nurik22-Jan-03 17:52
Roman Nurik22-Jan-03 17:52 
GeneralRe: fastest, easiest XML library, C++ Pin
Stephane Rodriguez.22-Jan-03 19:02
Stephane Rodriguez.22-Jan-03 19:02 
QuestionDoes anyone know of universal naming convention (UNC) path? Pin
Anthony_Yio22-Jan-03 16:46
Anthony_Yio22-Jan-03 16:46 
AnswerRe: Does anyone know of universal naming convention (UNC) path? Pin
Chris Richardson22-Jan-03 19:10
Chris Richardson22-Jan-03 19:10 
Generalhelp needed Pin
BORICUA22-Jan-03 16:30
BORICUA22-Jan-03 16:30 
GeneralRelative Path not available in startup Pin
fordge22-Jan-03 15:21
fordge22-Jan-03 15:21 
GeneralRe: Relative Path not available in startup Pin
Chris Richardson22-Jan-03 19:16
Chris Richardson22-Jan-03 19:16 
GeneralRe: Relative Path not available in startup Pin
fordge23-Jan-03 14:08
fordge23-Jan-03 14:08 
GeneralRe: Relative Path not available in startup Pin
Chris Richardson24-Jan-03 6:47
Chris Richardson24-Jan-03 6:47 
GeneralRe: Relative Path not available in startup Pin
jimNLX24-Jan-03 10:44
jimNLX24-Jan-03 10:44 
GeneralWhy does the following code call the same Dialog box twice? <Long> Pin
VanHlebar22-Jan-03 13:52
VanHlebar22-Jan-03 13:52 
GeneralRe: Why does the following code call the same Dialog box twice? <Long> Pin
Christian Graus22-Jan-03 14:02
protectorChristian Graus22-Jan-03 14:02 
GeneralRe: Why does the following code call the same Dialog box twice? <Long> Pin
Chris Losinger22-Jan-03 14:03
professionalChris Losinger22-Jan-03 14:03 
GeneralRe: Why does the following code call the same Dialog box twice? <Long> Pin
VanHlebar22-Jan-03 16:07
VanHlebar22-Jan-03 16:07 
GeneralRe: Why does the following code call the same Dialog box twice? <Long> Pin
Roger Allen23-Jan-03 2:25
Roger Allen23-Jan-03 2: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.