In the last few months, as I've been learning PowerBASIC, I've had to visit MSDN a lot. Unfortunately, finding the good stuff was a lot of trial and error. Folks here told me to "look it up in MSDN" - easier said than done.
So, here's my (hopefully) helpful list of links to the primary MSDN topics that have been of value to me in learning PowerBASIC.
I actually like the MSDN content. It's generally well written and includes background/summary information that is useful to those of us who have not done much SDK-style programming. Finding the right page that addressed my PowerBASIC-related questions was the hard part.
Windows
http://msdn.microsoft.com/en-us/library/ms632595(VS.85).aspx
Window Procedures
http://msdn.microsoft.com/en-us/library/ms632593(VS.85).aspx
Messages
http://msdn.microsoft.com/en-us/library/ms632590(VS.85).aspx
Dialog Boxes
http://msdn.microsoft.com/en-us/library/ms632588(VS.85).aspx
Controls
http://msdn.microsoft.com/en-us/library/bb773173(VS.85).aspx
Common Controls
http://msdn.microsoft.com/en-us/library/bb773169(VS.85).aspx
Subclassing Controls
http://msdn.microsoft.com/en-us/library/bb773183(VS.85).aspx
Window Procedure SuperClasssing
http://msdn.microsoft.com/en-us/library/ms633569(VS.85).aspx#winproc_superclassing
Menus
http://msdn.microsoft.com/en-us/library/ms646977(VS.85).aspx
Keyboard Input
http://msdn.microsoft.com/en-us/library/ms645530(VS.85).aspx
Mouse Input
http://msdn.microsoft.com/en-us/library/ms645533(VS.85).aspx
Clipboard
http://msdn.microsoft.com/en-us/library/ms648709(VS.85).aspx
Cursors
http://msdn.microsoft.com/en-us/library/ms646970(VS.85).aspx
If you have suggestions for a missed topic, add it to the thread!
So, here's my (hopefully) helpful list of links to the primary MSDN topics that have been of value to me in learning PowerBASIC.
I actually like the MSDN content. It's generally well written and includes background/summary information that is useful to those of us who have not done much SDK-style programming. Finding the right page that addressed my PowerBASIC-related questions was the hard part.
Windows
http://msdn.microsoft.com/en-us/library/ms632595(VS.85).aspx
Window Procedures
http://msdn.microsoft.com/en-us/library/ms632593(VS.85).aspx
Messages
http://msdn.microsoft.com/en-us/library/ms632590(VS.85).aspx
Dialog Boxes
http://msdn.microsoft.com/en-us/library/ms632588(VS.85).aspx
Controls
http://msdn.microsoft.com/en-us/library/bb773173(VS.85).aspx
Common Controls
http://msdn.microsoft.com/en-us/library/bb773169(VS.85).aspx
Subclassing Controls
http://msdn.microsoft.com/en-us/library/bb773183(VS.85).aspx
Window Procedure SuperClasssing
http://msdn.microsoft.com/en-us/library/ms633569(VS.85).aspx#winproc_superclassing
Menus
http://msdn.microsoft.com/en-us/library/ms646977(VS.85).aspx
Keyboard Input
http://msdn.microsoft.com/en-us/library/ms645530(VS.85).aspx
Mouse Input
http://msdn.microsoft.com/en-us/library/ms645533(VS.85).aspx
Clipboard
http://msdn.microsoft.com/en-us/library/ms648709(VS.85).aspx
Cursors
http://msdn.microsoft.com/en-us/library/ms646970(VS.85).aspx
If you have suggestions for a missed topic, add it to the thread!
Comment