VS 2010 FlowLayoutPanel help needed
I have a UserControl (parent) which consists of a ToolStrip at the top and a FLP docked below it. On that FLP I am adding (and removing) instances of another UserControl (child) dynamically. What I...
View ArticleVS 2008 Convertion Calculator [Weight & Length]
Hello, I'm new member here.. I'm a student semester 1 and my teacher immediately called a program using VB 2008 by taking random paper that has numbers in it. And I get questions like this .. please...
View ArticleFileSystem.ReadAllText with more users?
Hello Guys. First. Sorry for my bad englisch ;) Ok. Lets begin. i creat little program with this function Code: Public Function ReadLine(ByVal filename As String, _ Â Â Â ByVal line As Integer) As...
View Articleexit on menu
I am finishing up this program and have a small bug with my exit on my menu I created. In my code below, if I click on the exit button on my form or right click the form and click exit, it asks me if I...
View ArticlePrivate Text Encryption (Protect Your Secrets..!)
Hello every body. How are you all? I hope you are in the best of health. Many developers working on the .NET Framework depend on “Windows Registry keys" and "Application Settings files" to store and...
View ArticleVS 2010 Select From SQL Then Value To Text Box
Hi all, as a beginner i am struggling slightly with a bit of code. Basically I want to connect to a sql database, grab a value from a table and put the result into a text box. I would greatly...
View ArticleReference Required... I cannot find it!
I am trying to upgrade a VB6 app to .Net. I have imported the app into VS 2008. I have an Error that I cannot solve. The following code looks good. It seems to open the connection. Code:...
View ArticleMdi child form problem
Hello Everyone, I am having problem with displaying Mdi child forms. I have a Mdi parent container and some Mdi child forms A, B, C. When I open form A, It displays fine inside the parent container....
View ArticleNo data exists for the row/column error
No data exists for the row/column error occurs from my following VB.NET code but can't find any problem. I checked the database and correct data exists in the record. Dim mycmd As OleDbCommand Dim dr...
View ArticleVS 2010 Imagebox
I have two form and on the first form I have a picture box that effectively opens the second form but I want the first form two close after the picture has been clicked and the second form opens. Is...
View ArticleVS 2008 See content of CommandText in SQL statement
I can see the Commandtext of my Select statement with the following, Code: MsgBox(cmd.CommandText.ToString) but i would like to see the content of the statement. how can i do this? I need to see the...
View ArticleGetting Definition From Urban Dictionary
Hello guys I am new to this forum and was hoping to get some help. I am trying to make an application in which the user inputs a word into a textbox, presses the button, and a messagebox pops up with...
View ArticleVS 2010 Plug-in Based Application (Step by Step)
Hi, I've been searching the web on how to create an application which uses plugins. Now there are a lot of websites, but it seems they all use the same method, which I don't understand. (Seems they all...
View Articleusing FileSystemWatcher to look for only *.bat files
i am using FileSystemWatcher to see if a *.bat file exists in the directory and if so then process it but it's processing all files and crashing the app. here is the code i am using. Code: Private Sub...
View ArticleDatabase Table not being premanently Updated in vb 2012 Express
I am new to VB 2012, trying to update an Access Database mdb file on a VS Express 2012 Windows Desktop Form, using a Win 8 computer. Everything looks good (Field shows as updated) until I exit the...
View ArticleVS 2010 [RESOLVED] Remove several items from a list (of t)
I have the following code which takes the selected items in a listbox and removes them from a list. As you can see, I call Dict.Remove for each individual selected object. I feel there will be a...
View ArticlePanel / FlowLayoutPanel ScrollBars
Hello, First of all what is the difference between a Panel and a FlowLayoutPanel? Second, in any of them, how can I show both the Horizontal and Vertical Scroll Bar, no matter if the content is larger...
View ArticleVS2012 - Visual Basic Image Componants
VS2012 - Visual Basic Image Components Hi all, I've been away from VB for some 7/8 years and just installed 2012 studio (Express). I've just knocked up my first application, which opens an image and...
View ArticleVS 2010 Date of Birth - Automatic age input
Hi. This one is pretty much the same as my last one, but im not sure how i can add it to this one. When i add a date of birth into a masked textbox, how can i get it so it also adds the age of the...
View ArticleVS 2010 DataGridView shows all the collumn headers but no rows.
Hiyo, I am having a lot of problems getting this datagridview to fill up properly, i would like to have some input on what i am doing wrong it is driving me bananas !! So what i am trying to do is fill...
View Article