Connecting Tech Pros Worldwide Help | Site Map

VC++ and ActiveX Microsoft Web Browser

  #1  
Old July 23rd, 2005, 05:59 AM
Zawa
Guest
 
Posts: n/a
Why, when a I put and ActiveX Microsoft Web Browser component on my dialog
(e.g. CBrowserDlg) and then call DoModal() dialog doesn't appear and
DoModal() reasult -1 ? Should I register somehow this ActiveX in my project?



  #2  
Old July 23rd, 2005, 05:59 AM
Alf P. Steinbach
Guest
 
Posts: n/a

re: VC++ and ActiveX Microsoft Web Browser


* Zawa:[color=blue]
> [off-topic][/color]

--
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
  #3  
Old July 23rd, 2005, 05:59 AM
Victor Bazarov
Guest
 
Posts: n/a

re: VC++ and ActiveX Microsoft Web Browser


Zawa wrote:[color=blue]
> Why, when a I put and ActiveX Microsoft Web Browser component on my dialog
> (e.g. CBrowserDlg) and then call DoModal() dialog doesn't appear and
> DoModal() reasult -1 ? Should I register somehow this ActiveX in my project?[/color]

Why, when there are ActiveX programming newsgroups and MFC programming
newsgroups and MS Windows programming newsgroups, specifically created
for these questions, do we get those posts here, in a _language_ forum?
  #4  
Old July 23rd, 2005, 05:59 AM
Zawa
Guest
 
Posts: n/a

re: VC++ and ActiveX Microsoft Web Browser


Sorry, my mistake ...


  #5  
Old July 23rd, 2005, 06:00 AM
Ron Natalie
Guest
 
Posts: n/a

re: VC++ and ActiveX Microsoft Web Browser


Zawa wrote:[color=blue]
> Why, when a I put and ActiveX Microsoft Web Browser component on my dialog
> (e.g. CBrowserDlg) and then call DoModal() dialog doesn't appear and
> DoModal() reasult -1 ? Should I register somehow this ActiveX in my project?
>
>
>[/color]
Make sure you do OLEInitialize or something appropriate if you're going
to use COM/ActiveX in your app.
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Run ocx on IIS haiminnu answers 2 December 4th, 2008 09:49 PM
ActiveX Web Control <--> ASP.Net Weston Fryatt answers 3 November 30th, 2005 06:35 PM
ActiveX type control or similar in C# Alex answers 8 November 17th, 2005 08:13 AM
ActiveX or not ??? StrathClyde@gmail.com answers 1 July 23rd, 2005 02:28 AM