-
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.
-
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.
-
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
-
Re: Learning VB ...
Thanks very much for your help, I'll check msdn today !
C.
-
Re: Learning VB ...
Thanks a lot, I'll try and find the book !
C.