.net Use Firefox Instead Of IE?
Jun 14, 2010I have an application in Visual Studio 2005 (vb). I want to use firefox to send webrequest and receive response instead of ie.
View 7 RepliesI have an application in Visual Studio 2005 (vb). I want to use firefox to send webrequest and receive response instead of ie.
View 7 RepliesI've downloaded and installed the control from here, but I can't get it to work! I've added the component so it appears in my toolbox, but when i try to draw it on a form it isn't visible. It size can't be changed from 0,0 or anything! I can't see a 'URL' section in its properties either, why is that?
View 8 Replieshow can i get activex contol for firefox 3.0.17
View 2 RepliesI was wondering if they was anyway to get webparts working in other browsers except IE if not is they any other free alternative that has the same drag and snap and saving capabilities?
View 3 RepliesI am making a program and I want to press a button, and change to a process, such as firefox.exe, enter in the key sequence "space", textbox1.text, "enter", and the add one to textbox1.text. I think I've got the second half working, but I cant seem to change to firefox.exe :( Here's my code so far:
[Code]...
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.[URL]..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
View 11 RepliesI want to get the all URLs of any open browser using vb.net desktop application...[URL]
View 5 RepliesMy problem's simple. I'm attempting to load a login page for a site in a VB.NET WebBrowser control.
When I go to the site in Firefox, I see the site like normal.When I go to the site with my VB.NET WebBrowser control, I get a 401: Unauthorized error.
What could cause the WebBrowser to load something differently than Firefox? Is there any way around this?
How to do this: I have a webbrowser on a normal form with a listbox undernieth it. I would like the program to get the passwords from IE or FIREFOX so then I could import them into my webbrowser.
View 5 RepliesDoes anyone know how to draw tabs control like in IE9 or Firefox 6/7 ?I know we can draw custom tabs but that's a $!$&!&' hassle to do. I thought that since the tab controls in IE9 and Firefox are almost the same, maybe there's an easier way to do so.
View 1 RepliesCan you please tell me How can i set Firefox web Browser in VB.NET application.
This is the simple code WebBrowser1.Navigate("www.google.com")
This code is ok. It will open Google site with in the Browser. But I need to Open it with Mozilla Firefox. Can you Please tell me How can i do it ?
I have an app. that downloads a file from the web with no problems, but I was wondering if it's possible to get the current URL from Firefox and/or IE, so that the user just has to click 'ok'.
View 4 RepliesHow can i set Firefox web Browser in VB.NET application. This is the simple code
WebBrowser1.Navigate("www.google.com")
This code is ok. It will open Google site with in the Browser. But I need to Open it with Mozilla Firefox. Can you Please tell me How can i do it ?
How would I get a "Firefox webbrowser" and add it to toolbar?
View 1 Replieshow to inject a file into a certain process such as firefox.exe in vb.net.
View 1 RepliesI have this function correctly linked in an external .js file...
function SubmitAge(age, UpdatePanelID, HiddenAgeID) {
$get(HiddenAgeID).value = age;
__doPostBack(UpdatePanelID);
}
and am calling it like this from an onClick of an a href="#" ... html tag (tags removed, please scroll right as stackoverflow has the greatest difficulty in displaying simple content, 7th display related edit,
[Code]...
Why on earth is HiddenAgeId, clearly passed just like UpdatePanelID, is returning an "Undefined identifier Error"??? its perplexed me to the point where i have no room to move! have i missed something guys?edit: Update: turns out it works perfectly (as it should) when i load it up in FireFox, but has the resulting error in Internet Explorer, this is not a browser compatibility issue, it should also work in IE, but it doesn't!
How Do I Change Firefox Homepage In VB2011 Code
I want to change the url homepage of the firefox browser by running that EXE file
I don't know at all how you would clear Mozilla Firefox's History in Visual Basic Code, I've Googled a lot, and I've seen questions similar to mine and they haven't ever been resolved.By the way I do know how to clear it, but not in Visual Basic code.
By History I mean: Cookies, URL history, Form data, etc.
[vb.net] I want to create the program Firefox Optimizer
View 1 Replies[vb.net] I want to create the program Firefox Optimizer I want to approach. I should start ? For example this program [URL]
View 1 RepliesDim browse As HttpBrowserCapabilities
browse = Request.Browser
Dim browser, version As String
browser = browse.Browser.ToString
version = browse.Version.ToString
If browser = "IE" Then
If version < 6.0 Then
[Code]...
Is there some Firefox extension that was written in VB.NET / VB6?
Would be nice to have a template for changes.
I have to intercept the Firefox reloading of data (XML data refreshed regularly by some javascript routines).Pretty much as the extension "tamper" does it (url...)
I have this code, with wich I'm able to get the current url of a running ie instance.[code]...
View 3 RepliesDoes anyone know if it is possible to open a firefox webbrowser in a form.Or does it take you default web browser as the webbrowser to open in form.
Eg - My Default Browser is Firefox - so does that mean the webbrowser control would be a firefox based one.
i want to make a program that will allow the user to enter the internet via my browser. However my browser will let him to choose what the browser he is using(my browser) should seem like (meaning seem like an ie/chrome/firefox etc).How do i do that ? What are the signatures that sites like this [URL]..
View 4 RepliesI want to make a menu like the one shown here i searched online a cant figure it out.
View 4 Replieshow to make a program that reads the url of ie or Firefox.. really Want to make a program like this ..
View 7 RepliesI need to make a program that will log into various websites in firefox. I have done this using the webbrowser control. But now I need to do it using Firefox. I have looked into HTTPWebRequests but with that it seems that you are just pretending to be a web browser. I actually need the page to load and log in in firefox. Considered just bundling a load of sendkeys in but that is very un-professional.
View 1 Repliesmy name is:fahed osama i live in jordan my age is 12 years old i programeng in vb.net and vb 6 i want to make browser like mozila firefox in vb.net how i can made this programme?
View 11 RepliesI have a project i am working on, I want to be able to make a choice in say a Treeview control, and in the code behind Click event i would like it to open a dynamic page in a new browser tab, My difficulty is that the Response.Redirect("http:xxx") opens it in the same browser tab that has focus i have tried to add Target=_blank but not certain if this is usable attribute of the response object, and i also believe if it did work it would be more like a pop-up than a new tab. i have searched for more than a week now and have found nothing that works.
Response.Redirect("~\PM\HTMLSched.htm")
(opens the page in the same tab)
'Dim url = "~\PM\HTMLSched.htm"
[Code].....