problem with keydown event
In my project which is a tile scroller similar to a JRPG, the user presses the arrow keys to move his sprite, home to open his menu and F1 for help. All these work flawlessly, but for some reason, when...
View ArticleAdding characters to file name to prevent overwriting?
Hi, I'm making a small application where the user inputs some files in a listbox, and then the files are converted and saved in a folder. However, I still don't know how to make it see if there are...
View ArticleHow to Read Command Line Commands to your program?
I probably phrased that in a very dumb way. What I mean is let's say my program is ping.exe (the ping tool) How would I make it so that when I type in "ping vbforums.com" my program can receive the...
View Articlemove button from one flowlayoutpanel to another
Hi All, I have been trying to use drag and drop to move a button from one flowlayoutpanel to another but have decided this will not work as I have to create a new button dynamically (as far as i can...
View ArticlePrinting a List Box
I am trying to get the contests of a list box to print. I have 4 colums in the list box with data underneath. here is my code. Code: Â Â Private Sub PrintDocument1_PrintPage(ByVal sender As...
View Article[RESOLVED] VB 2010 Loop Help
Hello all.....been awhile since I was last here, but I have run into a problem and require some assistance. I am in the middle of a programming assignment requiring loops. Loops are not my strong suit....
View ArticleVS 2010 BinaryFormatter: Default values?
Hello everybody, I have a little problem. I am using a BinaryFormatter to serialize and deserialize objects to/from a file. Some of the classes which are being saved and loaded might change over time....
View ArticleChanges to all textboxes in a form
Hiya...I've came to another problem. Why the code bellow is not working properly although all my textboxes names starting with tb_name, tb_adress, etc... Code: Â Â Â For Each GB As Control In...
View ArticleVS 2010 Getting the number from the string
Hi Guys. I am looking for a little advice on how I can do something. Please give me your suggestions. Pretend I have some string values like this: Document1_789123456.docx...
View ArticleVS 2010 [Help] Gather Information from console app to vb.net program
Hey folks What i am trying to do here is i want to get all the information from a console app i have (See below) Attachment 95313 And i want it all to go into a textbox i have in a windows form (See...
View ArticleBuilding a Web Browser
I am building a web browser in 2012 ultimate and most of it is already done but in the TextBox that I put the URL in to make it go to that URL I have to click on the Go button and I can't find any...
View ArticleVS 2010 Form and Access Database
Once ive built some forms i want to use and built a table on access database with users usernames, names, etc etc how do i with a press of a button on the log in screen, validate the usernames and...
View ArticleVS 2010 Info on access database compared to the form
Hello again, with relation to my last thread. When a person logs in with a username which has already been validated with whats on the access database, i want it to be able to search the persons...
View Article[RESOLVED] I need help with finding a numer in a listview
I have a listview with several numbers in one of its rows. I would like to be able to find the largest and the smallest number in the row. I have no idea and I have looked all over the internet with no...
View ArticleExplorer - Open Folder but hide navigation and path display
when a user clicks on a particular button in my vb.net application i want to force windows to open the folder for viewing / modifiying the content outside of my application....
View ArticleVS 2010 KeyPress event on a DataGridView not firing
All I'm trying to do is to validate what the user types into particular cells but I'm not able to trap the KeyDown and KeyPress events to begin doing this (if indeed that's the best way). In trying to...
View ArticleVS 2010 "Start New Instance" - can I make that a button somewhere?
If you right-click a project in your solution - under the DEBUG menu - there is a START NEW INSTANCE selection. Can I customize some toolbar somewhere to have that as a button - or somehow make it more...
View ArticleTurn strings backwards?
Hello, I want to create a small program that basically will take the input you put into a text box and then swap the input backwards at the push of a button. It would look like this basically Input:...
View ArticleI have another question about sorting numbers in a listview
I am trying to sort numbers in my listview from smallest to largest using array.sort but it is not working. Here is what I have, Thanks For i = 0 To lvwScores.Items.Count - 1 Dim currentVal As Double =...
View ArticleHTML Auto Editor
Hello everyone, My project is an Html editor (I call it HTML Codesigner). Essentially, the user types html code in a rich text box, which automatically turns that code (after EVERY change) into an HTML...
View Article