How 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 ArticleRead Excel using SQL Statements
Hello: I am trying to read excel data into data tables, and then join the tables. It is working, however I am having difficulty with assigning the data types. In the code below, I am trying to have the...
View ArticleVS 2008 Get client ip
in asp.net ( excuse please it's a duplicate thread) how to get the client ip vb.net Code: Dim Ip_TcpIp As StringIp_TcpIp = Request.UserHostAddress() but it is resulting me ::1
View ArticleUncompress byte array problem with vb2008
Hello everyone, before I apologize for my english level... I have a problem on decompressing data zip. I made a python script to perform this decompression using zlib and it works correctly. Now I have...
View ArticleVS 2010 Synchronizing scrolling between a DataGridView and a TreeView
Is there any way to synchronize the scrolling of a DataGridView and a TreeView so that when you scroll one the other scrolls an equal amount?
View ArticleVS 2010 ListBox Question
Ok, I'm making a movie program like netflix i wanna use a list box every time somebody click on the movie inside the list box it opens a web browser in the link gos inside of the web browser every time...
View ArticleVS 2010 Removing vowels from string
I was wondering if someone could please look at this for me? I am trying to remove vowels from the user input and displaying them in the edited label. This is what I have so far but I really don't know...
View ArticleVS 2010 DLL or something better/more universal across platforms??
I have created a function that accepts a string and then spits out another string. This uses many string functions/system text calls. I know this will work on a windows machine. Whats the easiest...
View ArticleVS 2010 Reading HTML to memory stream and then Webbrowser
Could anyone help me with this? I have a project in which I want to be able to read a number of short HTML files into memory at program start, then display them in a WebBrowser control as appropriate....
View Article[RESOLVED] Prevent drop down list from moving when column deleted.
I have a spreadsheet that has a few drop down lists. The problem I will encounter is when data is pasted onto a tab, said data will fill columns A-J, columns A & B will be deleted, thus the last...
View ArticleGraphic animation for card game.
Hi Guys! I am designing a card game with VB.NET. I have a deck of cards (52 cards) spanned horizontally along. I will request from the user to pick 5 cards. I want an effect like iOS dock. Is it...
View Article