VS 2010 Quick Question
Ok i have a question i wanna add a uploader on my tool now the thing is the uploader i want them to upload to my List View box in my Image List can it be done ? i heard it can i be done with mysql
View ArticleHow to create a Desktop Shortcut to a VB 2012 Application
This seemingly simple task turned out to be a nightmare compared to setting a shortcut in VB6. After much research and being unable to find a solution, I stumbled onto a simple way shown below: The...
View Articlewebcam line detection
Hello, is it possible to build an application in vb.net that reads in a video through a webcam and scan the position of a line? This to scan and know if an object is in center or how far it is out of...
View ArticleError trying to install a VB 2012 pgm on a Win 7 computer
I am trying to install my first VB2012 express pgm created on a win 8 computer onto a win 7 computer (64 bit). I am getting the error message "Unable to satisfy all prerequisites for MyPgmName. What do...
View ArticleVS 2008 Detect and suppress keypress
Hello! Is it possible to detect and suppress the pressing of some specific keys while the application is running (even when it is not focused)? How could I do that? I mean, if the user presses one of...
View ArticleVS 2010 Embedding DLL into another DLL
I am creating a "data layer" DLL in which I want to embed System.Data.SQLite.dll into. How do I reference an "embedded dll" from my project? I've already added the dll to the project and set it's Build...
View ArticleVS 2010 Trying to Combine 2 Functions into one
I am a first year Visual Basic student and I have a question about my code. We are making a program that will allow the user to input the number of spools of wire in an order as well as how many are in...
View ArticleVS 2010 ComboBox Defaults
I am very new to Vb Net and I'm trying to create some dropdowns or ComboBoxes in VB 2010 Express and I was hoping to have them auto populate with default values, then the user can choose to change...
View ArticleVS 2008 Month Calender help
I have a button1 that when clicked, it opens a monthcalendar1 form. I would like to have the user select a date from the calendar and whatever date they selected shows up in the a textbox but in...
View Article[RESOLVED] Release date does not update
Hello, I use Visual Basic 2008 express edition. I publish the application. However releasedate property retrieves the old date. Code: Me.lblRlsDate.Text =...
View ArticleDynamic picturebox problem?
I'm making a game with pictureboxes. Basically, the idea is, I can drop food with the e button, and I dynamically create a picturebox with this code: Code: Dim food As New PictureBox...
View ArticleVS 2010 Back/Next Buttons
Hello all, I'm new to programming. I have Microsoft Visual Basic 2010 Express. I want to make a text box that will scroll accordingly with back/next buttons, kind of like a list box. Could anyone help...
View ArticleVS 2010 How do you change "WindowsApplication1" when I right click on my...
I've pretty sure I've changed everything in the properties of my program, but I can't get this changed: Thanks
View ArticleVS 2010 Thread Issue's
Hi all, Could someone maybe shed some light on this weird result im having with the VS2010 express editor. Here's the situation, I have a class that has several objects defined and after it is called...
View ArticleVS 2010 Problem using ObjectListView in VB.net
hi, Previously I try to learn add, edit and delete using ObjectListView in C# ( I still learn about C# ) but now I try to use it in vb net, now I'm confuse how to addobject in vb, I don't know how to...
View ArticleDouble buffering and a form or picturebox control?
I have a series of images made up of 1 background and several character images and would like to animate the characters moving on the background. Since Windows Forms have a doublebuffer property, what...
View ArticleTruncate the excess characters
I have data from a textbox. It may have too many characters. How do you truncate the excess characters?
View ArticleVS 2010 Opening .GSC file and displaying on RTB
Okay, so I know i can open the file because i can open them in notepad but i would like to create my own program to open them. When i use OpenFileDialog it will not let me open the files. How could i...
View ArticleSet startup form via checkbox during runtime?
Is there anyway to set startup form via a checkbox during runtime? When I check a checkbox I want it to set another form than the default to the startform. What's the code for this? :) (Sorry for my...
View ArticleObject reference not set to an instance of an object.
Code: For row As Integer = 1 To ExportDataGrid.RowCount - 1 writer.WriteLine(ExportDataGrid.Rows(row).Cells(0).Value.ToString & vbNewLine +...
View Article