- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
8 Posted Topics
One way to do it is with a For loop (however, I believe VB.NET does offer controls that work with directories automatically). I created a new project real quick, with one Form. I placed a ListBox (ListBox1) and a Button (Button1) in the form. the ListBox I am using to …
Hello, Is it possible to change the connection string after setting up a Data Source? I'd like to set up a Data Grid View, but the user must be able to change the location of the database file at a later time (over a network). i've been trying: My.Settings.db1ConnectionString1 = …
I've been wondering this same thing. This could come in handy for many situations (creating splash screen, creating skinned interface, etc.). I think it's a matter of hiding the titlebar, first of all, to get rid of default windows gui. Then if you want rounded or customized looking window, you …
I'm a VB.NET developer in training (still in college), and I'm working on my first ASP.NET web application. I'm extremely new to the concepts of ASP.NET and only know what I've read from a few chapters of a book. That being said, I have a web form with 3 textboxes …
Hello, I'm an application developer (still in college though). I'm working on a little web project. I've thought over and researched how this could be done, and this is what I plan to do (however, I don't know if this goes against web programming best practices or if it's completely …
Hi all, I'm training at college in VB.NET, I'm not that far along, but know the basics. My father is in the IT dept at a printing firm. A programmer developed a fairly simple "Label Printer" application for his company in VB6. They've been running it on the shop-floor computers …
You can use the PictureBox control to show pictures (however there are other methods). Likewise, you can change the picture that is being displayed during runtime with the picturebox properties. If you want to change the picture that is being displayed and make the program remember that picture, you could …
Hello, I'm fairly new to VB.NET I'm trying to add a textbox to a tabpage, which neither exist at design/compile time. The TabControl1 already exists, but the textboxes and tabpages don't. Here is my code so far (without any way to add the textboxes). [CODE] Private Sub Button1_Click(ByVal sender As …
The End.