Join 307,015 VB.NET Programmers for FREE! Get instant access to thousands of VB.NET experts, tutorials, code snippets, and more! There are 2,073 people online right now. Registration is fast and FREE... Join Now!
I think it would be very beneficial to have a tutorial on printing from different types of object, ex. Datagrid, listview, etc. There are not that many tutorial that I have been able to find on this subject. The ones that I have been able to find are usually on only one type.
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.
a simple tutorial for vb.net and asp.net ... with an example proj would be a help for me.... with a sql server as back end.... biradar.vishwanath@rediffmail.com
I am looking for a code which can convert Binary File into an ASCII (.txt) file which I can open and see what is there inside? Can someone please help me?
I am looking for a code which can convert Binary File into an ASCII (.txt) file which I can open and see what is there inside? Can someone please help me?
CODE
Dim binFile() As Byte = IO.File.ReadAllBytes("binfile") Dim encoder As New Text.ASCIIEncoding IO.File.WriteAllText("newfile", encoder.GetString(binFile), System.Text.Encoding.ASCII)
Hi there. I`d like to know how to build my own wizard in vb.net. I read about an idea with creating multiple tabs, going forward through them and setting the tabs invisible at runtime, so the users will see just the "wizard". I still don`t know how to apply the idea. I would appreciate your help. Regards.
A basic tutorial on creating installers and uninstallers for VB.NET programs would be great. Click Once is absolutely retarded and it seems to be a bit of a mission to get the other installer to work properly.
Ill see what I can come up with this before, its not the first time Ive hard this complaint. You need to be aware that if you're using any of the Express Edition versions you're stuck with CLickOnce, or gt Wise Install or InstallShield
Due to the Visual Basic / VB.NET split, we are now officially on the bottom of the programming ladder, with acceptance to web languages such as ColdFusion, etc. Bottom line is, well, we are the bottom line.
PsychoCoder and I seem to be doing the only real writing at the moment, with jayman doing the background work. If you have a request, or a tutorial, please submit it, and we can put VB.NET back in its rightful place, on top.
Milestones to beat (13/1/08)
In order from smallest to largest.
C#
PHP
JAVA
VB
Most importantly: C++
Remember, when creating your tutorial, make sure it's a quality in-depth article. Overall, Quality is more important than quantity by far.
hi every body i would like to see a tutorials about how to make a general search in vb.net i try many steps but all give me error useing sql2000 and vb.net2005 and also how to control element in formA by a checkbox in formB thanks
c0de, I'm currently working on a large contract project (well actually 2 but only 1 has a deadline), this one has a lot of XML parsing in it so I will write that tutorial as I go and will post it as soon as it is completed. I will more than likely do a VB.Net & C# version
QUOTE(flodi @ 20 Jan, 2008 - 11:56 PM)
hi every body i would like to see a tutorials about how to make a general search in vb.net i try many steps but all give me error useing sql2000 and vb.net2005 and also how to control element in formA by a checkbox in formB thanks
Have you read the SQL Basics in VB.Net Tutorial I wrote a while back, it gives an example of searching for records by certain values, that may help.
i'm beginner of vb.net..and may i knw what difference between vb.net and vb.net2005 ? can u all please tell me or got any link for me to view and learn.. thankx in advance...
i'm beginner of vb.net..and may i knw what difference between vb.net and vb.net2005 ? can u all please tell me or got any link for me to view and learn.. thankx in advance...
There is no difference technically. VB.Net 2005 is .Net 2.0, VB.Net 2003 is .Net 1.1, VB.Net 2008 is .Net 3.0+
I'd like to see one on managing distributed databases - where the database is stored on a single computer and other clients access information through a remote connection - possibly LAN or through the internet. It's something I've wanted to learn for a long time.