Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~3K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

8 Posted Topics

Member Avatar for suntec

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 …

Member Avatar for Begginnerdev
0
1K
Member Avatar for diyerxa

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 = …

Member Avatar for Arunabh Nag
0
172
Member Avatar for shuey79

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 …

Member Avatar for waynespangler
0
121
Member Avatar for diyerxa

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 …

Member Avatar for diyerxa
0
107
Member Avatar for diyerxa

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 …

Member Avatar for diyerxa
0
198
Member Avatar for diyerxa

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 …

Member Avatar for Dhaku
0
214
Member Avatar for Dr_computer

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 …

Member Avatar for Jx_Man
0
227
Member Avatar for diyerxa

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 …

Member Avatar for diyerxa
0
324

The End.