Jump to content
Xtreme .Net Talk

Web Document object question... AGAIN... ;-)


Recommended Posts

Guest _RIP_DREAMS
Posted
sorry I don't have Visual Studio on this machine

just add the browser to your form and in form_load put

webbrowser1.navigate2 "myTestPage.htm"

replace "myTestPage.htm" with a page you have and preferably one you have written so that you know what is going on inside it

 

in the document_complete event put

webbrowser1.zorder

and place a line break on this line

 

run your program, when it breaks open the "Quick Watch Window" and drag "webbrowser1" into it

 

now click on the little box with the cross in it, then do the same with "Document" and you will see all the elements and events of the DOM.

 

I can make an example for you later, but it will only be the same as above

 

i sucefully made this in vb6, but anyone knows how to do that in vb.net..?

im really needing to know how to do that

Guest _RIP_DREAMS
Posted
also, looks like Zorder is not supported by .NET

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...