home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / Learn_Visu2048062162007.psc / @PSC_ReadMe_67834_1.txt
Text File  |  2007-02-16  |  3KB  |  36 lines

  1. Title: Learn Visual Basic - Beginners, Start Here
  2. Description: I first found Planet-Source-Code.com in the seventh grade, and as a programming enthusiast (with then only minuscule experience), I instantly latched on to those helpful submissions encompassing so many of the basic aspects of programming. In return for all the help this site has given me over the years (>5 years experience and even as just a high-school senior a job as a programmer) I have decided to finally submit my own contribution.
  3.  I designed this with the near know-nothing computer enthusiast in mind-- those desiring to learn visual basic (as well as general programming concepts) but still having trouble finding good resources of information. From the main menu, you may select a topic, wherein its respective window will appear. You will then be able to actively explore each subject as it will appear to the user and by clicking on the question mark in the lower right-hand corner, draw up a screen showing the exact code and APIs/applicable controls. And for those who have moved beyond these tutorials, there is also the actual program's code to be read. Overall, it should be quite a helpful guide. Covered are subjects such as:
  4.   > Simple animations
  5.   > Button events and properties
  6.   > Combo boxes (and managing their data)
  7.   > Drive, Directory, and File List controls (linking, etc.)
  8.   > File manipulation
  9.   > Input boxes
  10.   > Labels (properties and styles)
  11.   > Listboxes (and managing their data)
  12.   > Loading images from files
  13.   > Loading text from files
  14.   > Message boxes (formatting, styles, and returns)
  15.   > Option buttons
  16.   > Playing .wav files
  17.   > Progress bars
  18.   > Saving image files
  19.   > Saving text files
  20.   > Visual Basic Shapes (styles and properties)
  21.   > Status bars
  22.   > Text to speech
  23.   > Timers
  24. And such general programming concepts as:
  25.   > For loops
  26.   > If...Then...Else statements
  27.   > Select...Case structures
  28.   > And many others in the program's code itself!
  29. I only hope this can be a truly helpful aid for those trying to begin programming, and might perhaps fill in any possible gaps from those programs that so helped me when I was just beginning...
  30. Good luck and happy coding!
  31. * As a side note, XP-styling on controls will only be applied upon compilation execution of the .exe file.
  32. This file came from Planet-Source-Code.com...the home millions of lines of source code
  33. You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=67834&lngWId=1
  34.  
  35. The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
  36.