im having real probloms working out how to get it into my application, could someone write me step by step steps on how to get the web browser control onto an aplication? ( VB2008 )
also if poss, if you could post a basic form with it on, it would be realy great
Thanks
Paul
Please Rate If I helped you.
Please remember to mark threads as closed if your issue has been resolved.
While I bet the file is in the location you think it is, it's not where the app thinks it SHOULD be... when running an app, remember it does NOT run in the project folder... it actually runs in the DEBUG subfolder.... so, if you are looking for a file that is in the same folder as the application, you need to make sure that it too gets copied into the sub folder. First, make sure you are showing all files in your solution explorer, then click the HTML file and look at it's properties. Make sure that the Copy Local setting is at least "Copy if Newer" if not "Copy Always".
Re: geckofx - example uploaded - what am i doing wrong?
Well you are not specifying a file, you are just specifying Application.StartupPath and nothing else so unless that Initialize method is looking for a directory rather than a file then its not going to work. I have no idea what that Initialize method wants you to pass in but I would assume its documented on their website