IT Community - Software Programming, Web Development and Technical Support

. IE Launch using IBrowser3 How can I launch Internet Explorer on the PocketPC...

This is a discussion on . IE Launch using IBrowser3 How can I launch Internet Explorer on the PocketPC... within the Mobile Software Development forums, part of the Software Development category; . IE Launch using IBrowser3 How can I launch Internet Explorer on the PocketPC/Smartphone 2003 using the IBrowser3 interface? I ...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Software Development > Mobile Software Development

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 07-24-2007, 11:37 PM
theone theone is offline
D-Web Sr.Programmer
 
Join Date: Jun 2007
Posts: 129
theone is on a distinguished road
Question . IE Launch using IBrowser3 How can I launch Internet Explorer on the PocketPC...

. IE Launch using IBrowser3 How can I launch Internet Explorer on the PocketPC/Smartphone 2003 using the IBrowser3 interface?

I tried the following -
Code Snippet
IBrowser3* pBrowser3 = NULL;
IUnknown* pUnknown = NULL;
hr = CoCreateInstance(CLSID_Browser, NULL, CLSCTX_INPROC_SERVER, IID_IUnknown, (void**)&pUnknown);
if (SUCCEEDED (hr) && (pUnknown != NULL))
{ hr = pUnknown->QueryInterface (IID_IBrowser3, (void**)&pBrowser3); }
if (SUCCEEDED (hr) && (pBrowser3 != NULL))
{ //How do I make the Browser visible?
//On the desktop, we can use IWebBrowser2->put_Visible ()
//What can I do here?
} Please advice & help..
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-27-2007, 06:41 AM
oxygen oxygen is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 633
oxygen is on a distinguished road
Default Re: . IE Launch using IBrowser3 How can I launch Internet Explorer on the PocketPC..

Hi

Internet Explorer Mobile was updated for Windows Mobile 5.0 and those api's have removed from the SDK, you should take a look at the IWebBrowser* interface as these are the updated interfaces.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Customise Internet Explorer Interface vijayanand Operating Systems 1 08-08-2007 05:31 AM
internet explorer and firefox shortcuts vijayanand Operating Systems 0 08-01-2007 05:44 AM
Can applets launch programs on the server? kingmaker Java Programming 1 07-30-2007 08:06 AM
How to launch Real Player program through my j2me midlet program? itbarota J2ME 1 07-25-2007 11:39 PM
Setup Project - Displaying Messages using Launch Conditions raja C# Programming 0 05-08-2007 03:16 AM


All times are GMT -7. The time now is 09:02 PM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0