Open a Browser Window

  • Thread starter Thread starter nyousfi
  • Start date Start date
N

nyousfi

Hi,

Can someone please tell me how I can open a browser window from VB.NET
code bearing in mind that I have limited permissions.

I have limited permissions because the code is a Client Control that
will be downloaded to the client's machine from a webpage. The
client control is written in VB.NET.

Any help will be greatly appreciated.

Thanks
 
Hi,

Does your client control run in the browser? If so search for this on
Google Groups:

"Can windows forms control in IE trigger events to web browser?"

That thread will tell you how to talk to the web browser. By talking to the
web browser you could have it run a javascript function that launches the
browser and totally bypass any permissions issues you may have. Good luck!
Ken.
 
Thanks a lot Ken, that helped a lot :D Good luck

Larry, what was the point of your post? Thanks anyway.
 
I see the problem. You changed the subject line. For those of us who only
show unread messages in their newsreader your change of subject made it look
like a new post. Might I suggest that you keep the same subject, so as to
maintain the flow of the thread (prefixed by RE:, as suggested by most
newsreaders), or at the very least retain the previous conversation in your
reply.

Just a thought.

Charles
 
nyousfi said:
Larry, what was the point of your post? Thanks anyway.


Look at your post with the subject; any help? Anyone?

That was all I saw from you....

LFS
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top