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
About Me

student, programming, keeping it simple

Interests
programming, reading
PC Specs
q6600, asus p5b deluxe, 4gb gskill ddr2-800, evga 8800 gts...
Favorite Tags
Member Avatar for suntec

Hi! I have a real simple problem :) I wrote an application in VB.NET and I need to loop through multiple files. Now my code looks like this: [code] Private Files() As String = System.IO.Directory.GetFiles(My.Application.Info.DirectoryPath & "\Data", "*.spe") [/code] which allows only one file to be opened. I have 12 …

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
166
Member Avatar for shuey79

Hey, I wanted to know how I could create custom forms in VB.NET such as: [URL="http://www.oobox.com/music/graphics/InstrumentTunerV2.gif"]http://www.oobox.com/music/graphics/InstrumentTunerV2.gif[/URL] It seems like all the programming I've done in .Net has the typical square edged forms. Is this even possible in .Net or is it some other language? Thanks

Member Avatar for waynespangler
0
114
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
99
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
192
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
209
Member Avatar for Dr_computer

Hi, can you help me i want code that show a picture and another code to save picture finaly how can add flash on my programme please please give me answer quickly best wishes

Member Avatar for Jx_Man
0
219
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
212