VS 2008 : Get Current URL From Firefox And/or IE?
Oct 18, 2009
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 Replies
ADVERTISEMENT
May 6, 2012
I have this code, with wich I'm able to get the current url of a running ie instance.[code]...
View 3 Replies
Apr 15, 2011
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 ?
View 1 Replies
Oct 7, 2009
How would I get a "Firefox webbrowser" and add it to toolbar?
View 1 Replies
Dec 31, 2009
How would I go about changing/retreiving settings for firefox in about:config in a form application?
View 2 Replies
Jul 28, 2009
I was making a little application, but i was wondering, if it's possible to get the window title from Firefox and VLC Player. How to do this?
View 6 Replies
May 14, 2009
Is their a way to make drop down menus like they do in Firefox? Like when you click File, it drops down a menu giving you options.
View 4 Replies
Dec 28, 2011
I have following link in a.aspx file:
<a href="a.htm" target="iframe">A</a>
I want to set link from a.aspx.vb page according to what person is viewing the page. How can i change this so that if user clicks on link it will replace current frameset contained in current window with a url provided according to user?
Or in another way:
How will i replace href code in aspx page by giving it value from aspx.vb page?
View 1 Replies
Sep 20, 2011
Is that possible to get current Enumerator (...or iterator? Don't know which tern is the correct one) in a LINQ query ? For example, I try to create a XML output (via LINQ to XML) of all currently loaded assemblies. [code] is it possible to somehow get current "index" (counter?) from LINQ's Selects? I would like to use it in XML. [code]
View 1 Replies
Oct 30, 2009
How would I get the app's name? So if I named my program "Blank.exe" the app's name would be "Blank"
View 2 Replies
Jun 14, 2010
I have an application in Visual Studio 2005 (vb). I want to use firefox to send webrequest and receive response instead of ie.
View 7 Replies
Sep 12, 2011
I have a datagridview having 3 columns (qty,scraft factor,actuall qty). What I want is if the user encode 50 in qty and 2 in scraf factor, actuall qty will automatically computed based on qty multiply by 2. I was using keyup event. Now I am using endedit to get the current value of the current row and column, now the problem is if the amount to be encoded is more than one digit it will not accept because of endedit. What event do I have to used? or any solution with this scenario.
[Code]...
View 1 Replies
Feb 7, 2012
I dont know how to get the current date in visual basic 2008. Here is a sample code
regDate = Format(Date.Now(), "ddMMMyyyy")
The output is like 7/02/1900
View 1 Replies
Dec 13, 2009
I want to add a ; at the end of the current line I'm typing on by using ctrl+end or other keys.. im using a richtextbox..
View 2 Replies
Jun 11, 2010
What I'd like to is get the name of the current Module running in a VB app. If I am in a Form, I can use "Me.Name", but in a Module that will not work. I tried: System.Reflection.Assembly.GetExecutingAssembly().GetModules()(0).Name But that gives the name of the app (like "WindowsApplication1.exe") rather than "Module1", which is what I'd be looking for.
View 2 Replies
Jun 20, 2010
I have a picturebox in a groupbox (which was generated by code). The click value of the picturebox has been assigned a click event. AddHandler pctIcon.Click, AddressOf FooClick Inside the groupbox there are two labels aswell. I want to get the name of the groupbox, so I can use it in a for each loop.
[Code]....
View 2 Replies
May 25, 2009
is it possible to retrieve the current song (mp3) that is being played through your computer's speakers? No matter which program is playing the song.. This has to be possible since when a program plays an mp3 some code has to be passed through Windows telling it to play the song SongABC.mp3 using the computer's default speakers...
View 9 Replies
Oct 2, 2009
How would I get the current mouse position?
View 2 Replies
Aug 16, 2010
Wanting to do something like this:
VB.NET
Private Sub MaximizeCare()
For Each p As Process In Process.GetProcessesByName("clinical_carestation")
ShowWindow(p.MainWindowHandle, SHOW_WINDOW.SW_MAXIMIZE)
[code]....
But the trouble is that if multiple users are using the same terminal I cannot narrow down the process list to just the current user. So if two users run the same application simultaniously only the first user can open the application on the same terminal.
View 2 Replies
Aug 24, 2010
i have a datagridview and i search in it with textbox but i want to select the cell that contain the word i'm searching for
View 18 Replies
Jul 12, 2009
Assign the current Date to a label.
Example, if the current date was 25th December. Then the lblDate.Text property will be set to 25.
Also, how would you do this to get the month, but only the first three letters of the month?
Using the example above, the lblDate.Text property will be set to Dec.
View 6 Replies
Nov 6, 2009
How would I get the current user's folder?Example:"C:Documents and SettingsOwner"
View 1 Replies
Mar 19, 2010
I'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 Replies
Jan 12, 2010
how can i get activex contol for firefox 3.0.17
View 2 Replies
Jun 29, 2011
I 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 Replies
Aug 29, 2009
I 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]...
View 2 Replies
Sep 16, 2009
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 Replies
Jul 14, 2011
I want to get the all URLs of any open browser using vb.net desktop application...[URL]
View 5 Replies
Feb 26, 2011
My 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?
View 3 Replies
Apr 5, 2009
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 Replies