CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: Learning VB ...

  1. #1
    Join Date
    Aug 1999
    Posts
    3

    Learning VB ...

    Hi !

    I'm programming Outlook forms, and need Automation links.
    The best solution I found is to program everything with VB, but I did never program with this language. All I know is C, C++ and Java.

    So I'm looking for help, good learning sotes or tutorial, to learn the basics.

    My problem for now is to create a Msgbox with fields to complete, get the answers, keep them in constants that I will use during the whole program, and create a new Outlook Folder with specified forms that I created.

    Thank you !

    C.

  2. #2
    Guest

    Re: Learning VB ...

    Try starting at www.msdn.microsoft.com. Plenty of info/tutorials there to get you up and running. If you know C++, VB will be a breeze to pick up.


  3. #3
    Join Date
    Aug 1999
    Posts
    16

    Re: Learning VB ...

    Teach Yourself VB in 21 days is an excellent book for Beginers. You can learn simple tasks without any bodies help.

    muralirajan

  4. #4
    Join Date
    Aug 1999
    Posts
    3

    Re: Learning VB ...

    Thanks very much for your help, I'll check msdn today !

    C.

  5. #5
    Join Date
    Aug 1999
    Posts
    3

    Re: Learning VB ...

    Thanks a lot, I'll try and find the book !

    C.

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

Featured