VS 2010 open a string into a program
If i have associated a type of file with a program, for instance .txt to notepad, when I click on the file it automatically opens in notepad.... how could I import the same thing from a string, where I...
View ArticleHow to create a (DoubleClick) event using "Text" inside a ListView with...
Hi everyone, I found an awesome Code by Paul how to navigate by DoubleClick using the SubItems in the ListView,,, But I cant make it fit in my project. So Basicly my project is getting all the...
View ArticleVS 2010 Search for comma separator in text box.
Ok I am trying to figure out how to have the program take a line of text and separate each comma'd section into it's own field. So far I have been able to write a code that gets an error of "Public...
View ArticleHow to Ignore a Value after comma using the IF Statement? A Bit Hard to Explain!
Hello, here the last couple of days I am trying to get an exact "User Profile" pages from a website with Star Counts and Names, etc... I am right now working on a profile and the Star Count HTML Source...
View ArticleSendKeys help
Im trying to make a spambot but the game requires that you press a button on your keyboard to open up the chat menu, which is the divide "/" I made this code but it doesn't work. I want to make it so...
View ArticleVS 2005 Rnd() Function - Only Randomizes 1 Number - Help
I have a game that is called a Penalty Shootout, I'm having trouble of Randomizing the Goalkeeper's Position after the shot, this is my code, Dim Goalkeeper As Integer Randomize() Goalkeeper =...
View ArticleVS 2008 ListView.Items Not Refreshing
Well, I have been working in a Folder Explorer using (Treeview,Listview w/ imageList And Menustrip.Items). So far it has been working all the code a put, but when I select a new type of file (ex: .jpg)...
View ArticleVS 2010 Phone Number Format Need Code for Errors
I have written a function that will take a phone number and format it to (xxx)-xxx-xxxx. Everything works however I need it to only run if the number is 10 digits long and as long as there are no...
View ArticleVS 2005 Moving A PictureBox To A Certain Location - Help
Attachment 97525 The PictureBox I'm talking about is the Ball, And There Is A Horizontal PowerPack Line Moving Down From The Top of the Goal, and A Vertical PowerPack Line Moving To The Right From The...
View ArticleTry...Catch Exception for connectionstrings
I am using a simple try..catch on my connectionstring in ado sql. I wonder if there is an exception better adapted to find an error to see if the connection is open or closed.
View ArticleHow to calculate without using a calculation or a function within an event...
Hi everyone, I am writing a code for an order status problem. The user enters the number of spools ordered within a text box, and also has a check box to display a Rush Delivery option. The price per...
View ArticleVS 2010 Login + Register Php mysql
Hey, Guys i need help im making a program its going to be a Netflix type application i wanna add a Login + Register php i don't wanna do hwid But the fields i have on the register is Name: Email:...
View ArticleVS 2010 Adding several new listbox.items.add("statement")s by clicking on...
I have looked at the 8th edition of "An Introduction to Programming Using Visual Basic 2010" by David L. Schneider. My desired result: I was wanting to use my button1.click to sequentially add a series...
View ArticleVS 2008 Web Browser-Default Browser
Hi everyone, Is there a code that I can put in my web browser settings to make it the default browser? Thanks!
View ArticleVS 2010 Having an interesting problem with Versioning
In 2009 I wrote a program fora Signature Pad. It used a COM SigPlus OLE Control Module 2.23.0.0. I got a new laptop 8 months ago and need to edit this program. I have a warning that the assembly...
View ArticleFormatting output
I need to format the results of a program so that the result will always appear 0.00. Even if the output is for example 8, I still need it to display two decimal places (8.00). I have tried to use...
View Articleprocess.start timeout
I have this little application that is like a app window. Basically it just has shortcuts that we can click on. I have the below function that runs the shortcut. is there anyway to check for timeout...
View ArticleVS 2010 [Resolved] Need optimization help on a sub
This sub works, but it is really gobbling time from the efficiency of my app. I think I've stared at it for too long because i can't see a way to make it faster. Can someone help? Code: Public Sub...
View ArticleVS 2010 How to set up a Windows Forms Application to read cmdArgs?
Hi All, I'm a newbie (although fluent in another language). VS 2010 Express (expert setting), XP Pro SP3 I wish to determine if cmdArgs (%1) are passed into Form1 and terminate if not. By searching the...
View ArticleTrying to get back into VB coding... Issue with writer.writeint8
Forgive me if this has been answered before. I tried doing a search for writeint8 and the search came up with nothing that seemed to be about what I was needing help with. I originally took a class on...
View Article