AxWebbrowser -> basic doubts! help needed

Rui

Member
Joined
Feb 22, 2004
Messages
6
first of all i would like to say hi to everybody and hope i can have a good time on the board and perphaps in the future help others instead asking for help like im doing now :)

Im trying to make a small proggy that uses AxWebbrowser control but i got some questions (prolly stupid ones):

- Why do I got external .dlls now after i compile the program (in vb6 such werent needed)

- How can i check the current viewed page title and do something if the title corresponds to what i want?

- Is it possible to make the browser not load images? (only raw html code and such)?

Thanks in advance
Regards
Rui
 
About the Dlls. You can set the properties of the project to not copy localy the dll you refer to, but its very possible that if you transfer your files in another pc, that has slighly different installation of the operating system or the .net framework it wont be able to locate the dlls.
 
ohh i see...guess they will stay where they are then ;)

thanks alot for the feedback people!
 
Back
Top