Results 1 to 9 of 9

Thread: VB .NET TUtorials

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2003
    Posts
    137

    VB .NET TUtorials

    I would like to know if anyone has good links to either html tutorials or video tutorials. I would love anyone of those formats. The tutorials can be basic to advance. I am new to vb.net but i have some VB 6 knowledge so anyhelp would be good
    Live to love, Not to hate

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Nov 2003
    Posts
    137
    Some good tutorials would be:
    1. How to read/write to a txt file.
    2. How to read/write a ini file.
    3. How to use API in .NET.
    4. How to have fun with this stuff. (jk Joke)

    1. Can be this also:
    http://msdn.microsoft.com/library/de...dLineTopic.asp
    Last edited by AtomSoft; Jan 20th, 2004 at 12:55 PM.
    Live to love, Not to hate

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Nov 2003
    Posts
    137

    Read?Write a text file...

    Umm.. This would help me more a real good tut to read/write text files.
    Last edited by AtomSoft; Jan 20th, 2004 at 01:30 PM.
    Live to love, Not to hate

  4. #4
    Frenzied Member
    Join Date
    May 2002
    Posts
    1,602
    Two good links

    www.asp.net


    www.learnvisualstudio.net <<<--- very good with videos!!!



    kind regards
    Henrik

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Nov 2003
    Posts
    137
    ONLY $29.95 for 3 Months, or $59.95 for 1 Year

    wow why should i pay? I didnt pay to watch 3d studio max video tutorials. Why sholdnt this be free.
    Live to love, Not to hate

  6. #6
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

  7. #7
    Member
    Join Date
    Nov 2003
    Location
    Amsterdam, The Netherlands
    Posts
    53
    Originally posted by AtomSoft
    wow why should i pay? I didnt pay to watch 3d studio max video tutorials. Why sholdnt this be free.
    Because people have invested a lot of time and effort to teach you how to use this software. If you want free go experiment..

  8. #8

    Thread Starter
    Addicted Member
    Join Date
    Nov 2003
    Posts
    137
    www.3dbuzz.com has a bunch of free video tutorials. Are you tryng to say that they dont evest alot of time ? Are you saying there tutorials arent worth it ? Because they have theres free and why should we pay to learn ? School is different because they teach a variaty of subject. And on a pc it doesnt cost anything to make a video tutorial just time and caring of others education. I guess they dont care about anything but the money
    Live to love, Not to hate

  9. #9
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    2. How to read/write a ini file.
    You shouldn't, you should use xml or a config file. XML files or config files are the new INI files and if you are using .NET you should probably move to them as well.

    3. How to use API in .NET.
    Most managed code is pretty much just a wrapper around the APIs so most of the time you wont need them. On the rare cases where you do then they haven't really changed except the length of an integer and no more as any. Anywhere in a VB6 declaration of an API call switch Longs for Integers. The As Any will have to be cast to a specific type now.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width