geckofx - example uploaded - what am i doing wrong?
Hey all, on my hunt to get firefox into my application, i found geckofx
Quote:
GeckoFX is an open-source component which makes it easy to embed Mozilla Gecko (Firefox) into any .NET Windows Forms application.
http://geckofx.org/
http://code.google.com/p/geckofx/
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
Re: geckofx - example uploaded - what am i doing wrong?
is no1 able to see why this is not working?
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
Re: geckofx - example uploaded - what am i doing wrong?
Thanks for your help, sort of got it working now :) i hav to refer to an actual folder.
how can i add a folder to my project and include it? so that it automatical gets added to the debug folder etc, and gets included when i publish?
Thanks