move 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 ArticleVB 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 ArticlePlease help me put my project on the right track.
Hi everyone, I know this is my first post but I should be a regular here as I'm learning and I'm grateful for any assistance you guys can provide to push me in the right direction. Im working iwth...
View ArticleVS 2008 Networkstream issue
Hi all, first of all, i want you to know that i'm a complete newbie to VB .NET. I just find it fascinating what the possibilities are, that's why im trying to learn it a little bit. Now, for the...
View ArticleHow to pin a process to a form or to a panel
Greetings Everybody! I am trying to pin a word document to a panel on a form or at least just pin it to the form. However, when the document opens, it floats above the form. Does anyone know the code I...
View ArticleVS 2008 Ok, so now I'm REALLY gonna look like a greenhorn....
Hi again! So now I've got all this nice code working, doing just what I'm wanting it to do, with one exception: Rather than being a console application, and using console.writeline for all my output,...
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 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 Article