Click here to Skip to main content
16,007,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Audio streaming Pin
Alexander M.,3-Jul-05 0:22
Alexander M.,3-Jul-05 0:22 
QuestionHow to hide a modal dialog ? Pin
gohappy_19991-Jul-05 19:02
gohappy_19991-Jul-05 19:02 
AnswerRe: How to hide a modal dialog ? Pin
ThatsAlok1-Jul-05 19:08
ThatsAlok1-Jul-05 19:08 
Generalthanks Pin
gohappy_19997-Jul-05 17:25
gohappy_19997-Jul-05 17:25 
GeneralRe: thanks Pin
ThatsAlok7-Jul-05 20:39
ThatsAlok7-Jul-05 20:39 
AnswerRe: How to hide a modal dialog ? Pin
John R. Shaw2-Jul-05 18:43
John R. Shaw2-Jul-05 18:43 
GeneralRe: How to hide a modal dialog ? Pin
ThatsAlok3-Jul-05 18:43
ThatsAlok3-Jul-05 18:43 
GeneralaxWebBrowser in MC++ Pin
osama_mirza1-Jul-05 18:51
sussosama_mirza1-Jul-05 18:51 
Hello everybody!
I am using VS .NET 2003, trying to use axWebBrowser COM.When I draged and droped the axWebBrowser control from tool box to my windows form it added the references for SHDocVw and AxSHDocVw also. I compiled it, it compiled fine but when I ran my program it gave me a run time error:
An unhandled exception of type 'System.ExecutionEngineException' occurred in axinterop.shdocvw.dll
just to be on the safe side I have added "using namespace System::Runtime::InteropServices;" in my form's .h file but still I am getting the same error. For axWebBrowser I have wrote only this code:
1 String* url = S"c:\Test.XML";
2 axWebBrowser1->Navigate(url,0,0,0,0);
All I want to do is to display a .XML file in browser control which I did in my MFC application with the same control and with the same way as I have mentioned above.
Please help me!!!!!!
osAma
GeneralCreate setup package Pin
op_oap1-Jul-05 15:38
op_oap1-Jul-05 15:38 
Generalstrange in NTFS sector Pin
bghuang1-Jul-05 15:25
bghuang1-Jul-05 15:25 
GeneralNeed a few more testers to try C++ XML Library. Pin
Stuart Konen1-Jul-05 13:07
Stuart Konen1-Jul-05 13:07 
GeneralRe: Need a few more testers to try C++ XML Library. Pin
Tom Archer1-Jul-05 13:57
Tom Archer1-Jul-05 13:57 
GeneralRe: Need a few more testers to try C++ XML Library. Pin
Jack Puppy1-Jul-05 15:36
Jack Puppy1-Jul-05 15:36 
GeneralRe: Need a few more testers to try C++ XML Library. Pin
ThatsAlok1-Jul-05 19:10
ThatsAlok1-Jul-05 19:10 
GeneralRe: Need a few more testers to try C++ XML Library. Pin
Jack Puppy2-Jul-05 12:29
Jack Puppy2-Jul-05 12:29 
GeneralRe: Need a few more testers to try C++ XML Library. Pin
g3e3-Jul-05 19:35
g3e3-Jul-05 19:35 
GeneralRe: Need a few more testers to try C++ XML Library. Pin
Stuart Konen14-Jul-05 16:07
Stuart Konen14-Jul-05 16:07 
Generalbusy dlg Pin
pnpfriend1-Jul-05 11:29
pnpfriend1-Jul-05 11:29 
GeneralRe: busy dlg Pin
PJ Arends1-Jul-05 16:06
professionalPJ Arends1-Jul-05 16:06 
GeneralRunning multiple exe's in same window Pin
Bill Chan1-Jul-05 11:03
Bill Chan1-Jul-05 11:03 
GeneralRe: Running multiple exe's in same window Pin
2249171-Jul-05 22:38
2249171-Jul-05 22:38 
GeneralRe: Running multiple exe's in same window Pin
Bill Chan2-Jul-05 15:36
Bill Chan2-Jul-05 15:36 
GeneralWrong behavior of __int64 Pin
Kristian Kratzenstein1-Jul-05 10:49
Kristian Kratzenstein1-Jul-05 10:49 
GeneralRe: Wrong behavior of __int64 Pin
PJ Arends1-Jul-05 15:49
professionalPJ Arends1-Jul-05 15:49 
GeneralRe: Wrong behavior of __int64 Pin
evilhehe1-Jul-05 15:59
evilhehe1-Jul-05 15:59 

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.