Tagged Questions
0
votes
1answer
94 views
Gecko:Login to website
I am new to web browser control geckoFx. I want to login to a webpage using it. So how can i do it in vb.net
I tried navigating to the webpage using navigate method.
InitializeComponent()
...
1
vote
0answers
144 views
How To set “Textbox” value in Gecko Browser?
if its Source name="login" then how can i set User Name Value
Source Html For userbname textbox:
0
votes
1answer
343 views
visual studio skybound.gecko component disable right click?
I'm designing a program with visual studio 2010 and I'm using skybound gecko component that is firefox 3.5 based web browser control.
I want to disable right click menu.
How can I disable or hide ...
0
votes
1answer
587 views
skybound's GeckoWebBrowser gives “The connection is Untrusted” while running https site
I am using Skybound's GeckoWebBrowser to access some site and it works fine with http. If I use a particular https site with certificate it gives error."This Connection is Untrusted".
This site is ...
0
votes
1answer
176 views
How would I alter HTML displayed in VB.net application using Gecko
I would like to know how I would go about altering the HTML that is displayed by my VB.net application using GeckoFX. What I would like to do restrict certain words/names/attributes from showing in ...
4
votes
1answer
3k views
How do I embed a Gecko or FireFox browser into a VB.NET application?
I am having some problems trying to embed Gecko or Firefox into my VB.net application - specifically when running on Vista or Windows 7. Is this possible to do? Or should I look for a different ...