Can't Launch Particular Program On Button Click
Mar 10, 2011
I am trying to activate Rosetta Stone on a button click (button4). It opens but gives me an error. 2123 is the error code. I guess this may require knowledge of Rosetta Stone more than VB but I have found no luck searching google. Is there alternative code to what I'm trying to do?
Code:
Public Class Form1
Private Sub Chrome_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Chrome.Click
[Code].....
View 14 Replies
ADVERTISEMENT
Jun 28, 2010
I was wanting to run a program from x folder with a click of a button.Want to make my own game launcher for my desktop.
So I will have different buttons for different games and when clicked I would like that game to start up.
I am just getting started in VB so need a lil help on this.
View 4 Replies
Apr 13, 2010
Basically, what I want to do is launch an *.exe file when I click on a button. I want this done in VB.NET. I have Microsoft Visual Basic 2008 Express Edition.The button I have is called 'btnYES'.How can I launch an *.exe file from the click of this button?
View 1 Replies
Sep 9, 2011
I have an asp.net application, where the user would click a button and launch another page (within the same application). The issue I am facing is that the original page and the newly launched page should both be launched. I tried response.redirect, but that tends to unload the original page.
View 3 Replies
May 11, 2010
There is a textbox with web address and a button.I am trying to make an internet explorer is launched, not on vb winform, when a user click the button on the winform by the web address
View 8 Replies
Aug 27, 2011
It's probably the most basic of things, but all I can find is how to launch a program, and not with the interactions I desire. Any tips as to the terms to use to search for answers, or links to topics regarding questions similar to mine, would be very appreciated. I have a wealth of info to read through, but I could use your knowledge to save myself time.Here is what I am trying to do:
Use a Button (A) to Launch a Prompt where User Selects Directory Path to an executable Program. The Selection is to be Persistent after the initial selection (saved in a settings file i assume?), and the Selected Path (or just "programname.exe") is to be Displayed in a Text Field (B). Launch Selected and Indicated Program via a Launch Button (C)
View 3 Replies
Aug 18, 2011
I want to allow a user to click a button that will launch Windows Explorer and go straight to the My Pictures folder when I don't know who the current user is.
[Code]...
View 1 Replies
Jan 31, 2009
How can I make a program so you click a button and select a File using a OpenFileDialog and click send on your computer and it will send the file to a different computer and then a SaveFileDialog will show asking where to save the file on the other computer. Oh ya I cant use WinSock or whatever becuase im using Windows Vista 64 Bit. I need it because I for some reason cant use printer sharing. It might be because im on A 64bit Vista Machine and I want to print a file off of a 32bit XP Home Machine.
View 6 Replies
Mar 21, 2011
opening a program and type something in their textbox or click on button of program if you can tell me refrence or .net platform class that can i access to another filed program
View 12 Replies
Jun 8, 2011
I was wondering how to click a button on the internet or another program via a program in visual basic 2010.An example would be: Have a program being able to click the "Search" button in google or the "I'm feeling lucky" button??
View 3 Replies
Apr 4, 2011
I knew how to do this, but it's been a while now [code]...
View 27 Replies
Jul 7, 2010
Im using VS 2010 and had a question about interacting with other software. For example if i wanted to hit the add button the windows calculator assuming its open what would be the best way to go about doing that?
View 1 Replies
Nov 11, 2009
I am making a simple application and im using a browser embedded on a form im able to tell the nrowser what address i want it to open i would now like to enter some text into a text box and then have the program enter it onto the web page and then i want the program to click the next button on the web page[URL}..that is the site i want opened and then i want the user to have entered the postcode in a textbox in the application and then click a button which opens the page enters the postcode and clicks next
View 5 Replies
Aug 9, 2009
What code do I use to start a new program when I click a button?
View 12 Replies
Apr 15, 2011
I am making a program that requires the user to enter values and select the correct radio button. It freezes when I click Ok button and I am not sure why, I think I am not using the Do Until...Loop properly.
View 19 Replies
Jun 23, 2012
I am trying to click a button programatically . The button is on the 3rd page of the website. and it does not have any id . It has just name , type and value . [code]...
View 1 Replies
May 23, 2010
[code] When I click on the Button that makes the Prog Bar activate then when its all full it spams the MessageBox saying "Hai" Unlimited times.
View 1 Replies
Mar 18, 2011
i have a program that on a button click it plays music. when i click to play i recieve a loader lock. can someone tell me why this is and provide me a possible solution?
View 2 Replies
Apr 4, 2011
I am trying to click a button but i cant figure out how to if it's a java button. I want to click it using my webbrowser in vb.net. [code]...
View 3 Replies
Dec 21, 2011
I have one inputbox, but the problem is when I click the button Cancel my program falls. I wish that when I click on button Cancel, inputbox close. And i wish, when input field empty ,OK button can't be used. I have visual basic 2010
View 6 Replies
Apr 17, 2009
I am trying to build a small program which will allow some one to click on the exit button and the sound will play and at the end of the sound the program will then close. The sound clip is about 3 seconds long Here is what I have:
Imports Microsoft.DirectX
Imports Microsoft.DirectX.DirectSound
Public Class Form1
Private Dsound As CSoundDevice
[code]....
View 14 Replies
Nov 22, 2010
How to validate two textboxes at single button click using vb.net ?[code]...
View 3 Replies
Dec 28, 2010
I have a couple quick questions with the program that I am doing. This program is a hilo program and here are my remaining issues...
1. When I click the high or low button in my program it does not make changes to my token (I want the default tokens to be 100 and added 100 to the text property of my textbox so want to make sure I did that right)
2. In my program it only shows 13 possibilities but want to have the ability to add more
3. I also would like to change 1 to ace, 11 to jack, 12 to queen, and 13 to king and would like to get some assistance with that as well
[Code]...
View 1 Replies
Apr 24, 2010
I wanted to create a simple Visual Basic 2008 program that can log me into my email with a click of a button...what would a the code for the button look like?
View 1 Replies
Sep 4, 2011
I have but a vb project and i have but 5 buttons on the main page i am trying to have so when you click on the button it will install an exe map program.
View 4 Replies
Jan 19, 2010
I want to make a program that will (by timeing) click continuously until I press the stop button or a key like f12. The only problem is I have no idea and got only how to click from other posts of same concept. This is what I have.[code]Now I want a timer to help it click every 1 2 or 3 seconds, whatever it may be in the text box.
View 2 Replies
Feb 12, 2011
I'm trying to do is make a program to where when you click an option, a text outputs for each button clicked, the general design looks like this:
That's just a beginning, since the whole rest of the thing will be the same concept pretty much, and what I want to have it do is, like stated earlier, once the option is chosen, a text output, like this:
I know there is an alternative to solving that, but it will take me 10x more time, and that is, creating a new textbox, setting the visibility to False, and typing what I want outputted in that text box, then putting: RichTextBox1 = TextBox1.Text
I know that works, and gives me my output, but I just wanted to know if there was any other way but that.
View 2 Replies
Apr 14, 2010
How to launch some application installed on PC with button? e.g. in my win for app I insert button and when I click on that button I launch Outlook (basically I will be launching app that are default on PC so the path is the same on all PC's)
View 11 Replies
Aug 13, 2009
I have to create a program where you enter the description, price, and quantity of an item, then click on the Add button. It will then put the description, price, quantity, and total for that line (including tax) in a listbox. The tax is determined by what you put in a text box labeled tax:. When you press Submit Order, it should show a grand total in a text box called Grand Total. It should have a class that is called Items that has a function called GetTotalAmount() that figures out the total including tax. I have started it, but am having a tough time with how to get the subtotals into the text box, then also show the amount including the tax PLUS then do the grand total.
Heres what I have so far:
CODE:
View 3 Replies
Feb 13, 2011
I need to create a program that when I click a button it shows a sentence (took it from a list) random. But after it have to delete the sentence from the list 'cause we dont want to read it again I don't know so much about VB so I'd like some help!
View 25 Replies