VB.NET School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become a VB.NET Expert!

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!




VB.Net Tutorial Suggestions

7 Pages V < 1 2 3 4 5 > »   

VB.Net Tutorial Suggestions, Is there something you'd like to see covered in VB.Net

fuzzymallets

RE: VB.Net Tutorial Suggestions

4 Dec, 2007 - 06:54 AM
Post #41

New D.I.C Head
*

Joined: 3 Dec, 2007
Posts: 29


My Contributions
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.
User is offlineProfile CardPM
+Quote Post

vishwanath.biradar

RE: VB.Net Tutorial Suggestions

7 Dec, 2007 - 07:32 AM
Post #42

New D.I.C Head
*

Joined: 7 Dec, 2007
Posts: 2


My Contributions
QUOTE(PsychoCoder @ 5 Aug, 2007 - 11:26 AM) *

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
User is offlineProfile CardPM
+Quote Post

PsychoCoder

RE: VB.Net Tutorial Suggestions

9 Dec, 2007 - 09:02 PM
Post #43

I Code, Therefore I am
Group Icon

Joined: 26 Jul, 2007
Posts: 14,919



Thanked: 517 times
Dream Kudos: 11525
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net, jQuery

My Contributions
Theres a new VB.Net Tutorial available:

Custom Structured Exception Handling in VB.Net

Happy Reading smile.gif
User is offlineProfile CardPM
+Quote Post

Louisda16th

RE: VB.Net Tutorial Suggestions

9 Dec, 2007 - 10:28 PM
Post #44

dream.in.assembly.code
Group Icon

Joined: 3 Aug, 2006
Posts: 1,894



Thanked: 5 times
Dream Kudos: 755
My Contributions
Finally its here smile.gif!!! Thank you.
User is offlineProfile CardPM
+Quote Post

PsychoCoder

RE: VB.Net Tutorial Suggestions

27 Dec, 2007 - 08:42 PM
Post #45

I Code, Therefore I am
Group Icon

Joined: 26 Jul, 2007
Posts: 14,919



Thanked: 517 times
Dream Kudos: 11525
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net, jQuery

My Contributions
There is a new VB.Net Tutorial:

Part I - System.IO in VB.Net

Happy Reading! smile.gif
User is offlineProfile CardPM
+Quote Post

SVish

RE: VB.Net Tutorial Suggestions

28 Dec, 2007 - 06:16 AM
Post #46

New D.I.C Head
*

Joined: 28 Dec, 2007
Posts: 1

QUOTE(PsychoCoder @ 27 Dec, 2007 - 09:42 PM) *

There is a new VB.Net Tutorial:

Part I - System.IO in VB.Net

Happy Reading! smile.gif


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?
User is offlineProfile CardPM
+Quote Post

RodgerB

RE: VB.Net Tutorial Suggestions

28 Dec, 2007 - 06:53 PM
Post #47

D.I.C Lover
Group Icon

Joined: 21 Sep, 2007
Posts: 2,238



Thanked: 33 times
Dream Kudos: 2200
Expert In: Dot Net Technologies

My Contributions
QUOTE(SVish @ 29 Dec, 2007 - 01:16 AM) *

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)


Hope that helps. smile.gif
User is offlineProfile CardPM
+Quote Post

PsychoCoder

RE: VB.Net Tutorial Suggestions

1 Jan, 2008 - 09:37 PM
Post #48

I Code, Therefore I am
Group Icon

Joined: 26 Jul, 2007
Posts: 14,919



Thanked: 517 times
Dream Kudos: 11525
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net, jQuery

My Contributions
There is a new VB.Net Tutorial available:

Part II - System.IO in VB.Net

Happy Reading smile.gif
User is offlineProfile CardPM
+Quote Post

radumaster

RE: VB.Net Tutorial Suggestions

7 Jan, 2008 - 10:15 AM
Post #49

New D.I.C Head
*

Joined: 7 Jan, 2008
Posts: 2

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.
User is offlineProfile CardPM
+Quote Post

scalt

RE: VB.Net Tutorial Suggestions

8 Jan, 2008 - 07:26 PM
Post #50

D.I.C Head
Group Icon

Joined: 22 Nov, 2007
Posts: 196



Thanked: 23 times
Dream Kudos: 25
My Contributions
Hi

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.
User is offlineProfile CardPM
+Quote Post

PsychoCoder

RE: VB.Net Tutorial Suggestions

8 Jan, 2008 - 09:23 PM
Post #51

I Code, Therefore I am
Group Icon

Joined: 26 Jul, 2007
Posts: 14,919



Thanked: 517 times
Dream Kudos: 11525
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net, jQuery

My Contributions
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
User is offlineProfile CardPM
+Quote Post

RodgerB

RE: VB.Net Tutorial Suggestions

12 Jan, 2008 - 05:10 AM
Post #52

D.I.C Lover
Group Icon

Joined: 21 Sep, 2007
Posts: 2,238



Thanked: 33 times
Dream Kudos: 2200
Expert In: Dot Net Technologies

My Contributions
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.
  1. C#
  2. PHP
  3. JAVA
  4. VB
  5. 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.

... go.
User is offlineProfile CardPM
+Quote Post

born2c0de

RE: VB.Net Tutorial Suggestions

12 Jan, 2008 - 06:56 AM
Post #53

printf("I'm a %XR",195936478);
Group Icon

Joined: 26 Nov, 2004
Posts: 4,550



Thanked: 98 times
Dream Kudos: 2825
Expert In: J2ME, 80x86 Assembly, C/C++, VB6, VB.NET, C#, J2SE, Win32 API, Reversing

My Contributions
I'd like to see a tutorial on parsing XML
User is offlineProfile CardPM
+Quote Post

flodi

RE: VB.Net Tutorial Suggestions

20 Jan, 2008 - 11:56 PM
Post #54

New D.I.C Head
*

Joined: 20 Jan, 2008
Posts: 14



Thanked: 3 times
My Contributions
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
User is offlineProfile CardPM
+Quote Post

PsychoCoder

RE: VB.Net Tutorial Suggestions

24 Jan, 2008 - 06:52 AM
Post #55

I Code, Therefore I am
Group Icon

Joined: 26 Jul, 2007
Posts: 14,919



Thanked: 517 times
Dream Kudos: 11525
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net, jQuery

My Contributions
QUOTE(born2c0de @ 12 Jan, 2008 - 06:56 AM) *

I'd like to see a tutorial on parsing XML


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.

User is offlineProfile CardPM
+Quote Post

jessjoe07

RE: VB.Net Tutorial Suggestions

27 Jan, 2008 - 11:11 AM
Post #56

New D.I.C Head
*

Joined: 27 Jan, 2008
Posts: 1

Hi all...

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... biggrin.gif
User is offlineProfile CardPM
+Quote Post

PsychoCoder

RE: VB.Net Tutorial Suggestions

27 Jan, 2008 - 11:16 AM
Post #57

I Code, Therefore I am
Group Icon

Joined: 26 Jul, 2007
Posts: 14,919



Thanked: 517 times
Dream Kudos: 11525
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net, jQuery

My Contributions
QUOTE(jessjoe07 @ 27 Jan, 2008 - 11:11 AM) *

Hi all...

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... biggrin.gif


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+

User is offlineProfile CardPM
+Quote Post

Louisda16th

RE: VB.Net Tutorial Suggestions

7 Feb, 2008 - 10:23 PM
Post #58

dream.in.assembly.code
Group Icon

Joined: 3 Aug, 2006
Posts: 1,894



Thanked: 5 times
Dream Kudos: 755
My Contributions
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.
User is offlineProfile CardPM
+Quote Post

PsychoCoder

RE: VB.Net Tutorial Suggestions

7 Feb, 2008 - 10:29 PM
Post #59

I Code, Therefore I am
Group Icon

Joined: 26 Jul, 2007
Posts: 14,919



Thanked: 517 times
Dream Kudos: 11525
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net, jQuery

My Contributions
Ashwith! Nice to see you back man smile.gif Are you referring to an Access database or MSSQL?
User is offlineProfile CardPM
+Quote Post

Louisda16th

RE: VB.Net Tutorial Suggestions

7 Feb, 2008 - 10:43 PM
Post #60

dream.in.assembly.code
Group Icon

Joined: 3 Aug, 2006
Posts: 1,894



Thanked: 5 times
Dream Kudos: 755
My Contributions
MSSQL. Been busy with learning how to use fedora. smile.gif
User is offlineProfile CardPM
+Quote Post

7 Pages V < 1 2 3 4 5 > » 
Fast ReplyReply to this topicStart new topic

Time is now: 11/21/09 07:34AM

Live VB.NET Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

VB.NET Tutorials

Reference Sheets

VB.NET Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month