Join 300,412 VB.NET Programmers for FREE! Get instant access to thousands of VB.NET experts, tutorials, code snippets, and more! There are 1,585 people online right now. Registration is fast and FREE... Join Now!
If you would like to see a certain topic covered in VB.Net post your request or suggestion here. The tutorial, more than likely, wont be written the instant you post your suggestion but someone will work on it for you.
Are there any ideas people have for suggestions, things they'd like to see covered in VB.Net? If you do please post them here for all VB.Net experts to see and we will get them in the process.
i would like to see... making a database with vb.net. Like if i wanted to make a database for all the tickets i give. so i would put there name in and i could add or just view what that person has done in the last 6 months while deployed here.
or if thats to much then just a generic over view of what is possible with vb.net and databases
So are you referring to actually creating the database with VB.Net code, or creating it with the software provided with the database software you're using?
Either way I think I can come up with something, then show how to make a simple User Interface for working with the data in the database.
i have vb 2008beta express, if i could just use that it would be better. and would it be possible to make it on my computer and transfer it to another computer without vb software and still work?
Any .Net application has to have the .Net runtime installed on any machine its going to run on. I am already at work on the code for creating the database, tables and stored procedures needed for this tutorial.
Having been around the internet and all over dozens of forums, I'd say that I'd like to see a tutorial for beginners on vb .net & SQL 2005. Personally I think it would be good to learn the basics, such as all of the steps necessary to select, insert, update & delete, using vb .net code rather than the adapter objects that so many try to teach you to use by dragging and dropping them on a form. LOL... unless I get all of the information first, then I'll post it for you.
Just wanted to say also that I've been around the other forums and couldn't get any assistance for my menial questions... This forum is by far the best I've come across for beginners in vb .net.
Just wanted to say also that I've been around the other forums and couldn't get any assistance for my menial questions... This forum is by far the best I've come across for beginners in vb .net.
Thank you very much! I try to help everyone, whether it be an advanced topic, or a basic one, it doesn't really matter to me.
I think Im going to write a tutorial on creating a basic calculator in VB.Net since there seems to be quite a lot of questions on creating one, anyone got a problem with this?
How about a tutorial on handling applications in different resolutions. When ever I run applications I make on others' PCs, half the form is hidden because they're computer screens are different. If this is a problem a lot of people face, it could make a good tut. I've not been able to fix this problem completely though.