[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 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 Articleform not responding and the progress bar not loading.
Need some help, when im uploading the form stops responding and the progress bar is not loading. someone can help me in this problem. Thank you so much for advance :) -> Heres my whole code Code:...
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 ArticleRichtextbox not finding all words
Hi all, I have a vb.net program that I want to search a webpage that has Hyperlinks and if the Hyperlink contains a certain word, it will show a message. Here is my code : Dim all As...
View ArticleVB.NET ReportViewer print preview shows blank pages
Hi All, I developed my app using VS 2012. I designed my report using the Report Viewer control. The data on my report is not tabular. It is a fixed-field form that spans several pages. I set the data...
View ArticleObtaining USB History with VB.NET
Hi All, I am attempting to retrieve USB Usage History using VB.NET. I am using VS 2012. The following block of code lists this entry. Code: Dim RegKey As RegistryKey =...
View ArticleVS 2008 freeze the header part of crystal report in the crystal report...
how to freeze the header part of crystal report in the crystal report viewing time. (the header part should be always displayed while the user scroll down to the report) if anybody knows please tell me.
View ArticleVS 2010 Help me with my MySQL error
Hello, i am trying to make a very very simplistic game in visual basic with using mysql kind of as the server to hold all account information such as name, coins, etc. Can you please check why I am...
View ArticleVS 2010 Best way for two routines to use the same array/list
Good Morning Everyone, I am struggling to figure out the best way to allow two separate routines access the same array/list. I will be having a routine that will simply add to the array/list and...
View ArticleVS 2010 Is there a way to set auto resize column only for particular column...
Hi all, I have a datagridview with 4 columns defined in it and i would like to set the auto resize column only for the 3rd and 4th columns only. This is because the data being added to these 2 columns...
View ArticleVS 2010 can't resize itempanel height
i cant change the item panel height for some reason it keeps giving me this error can anyone help ? Code: Me.GalleryContainer3.DefaultSize.Height = ItemPanel1.Size.Height Code: Value of type 'Integer'...
View Article