.MSDN links

Category: .Reference Materials

Date: 02-16-2022

Return to Index


 
'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 direct API or SDK-style programming.
'Finding the right page that addressed my PowerBASIC-related questions was the hard part.
 
'Function listing
By A-Z:  http://msdn.microsoft.com/en-us/library/aa383688%28VS.85%29.aspx
By Category:  http://msdn.microsoft.com/en-us/library/aa383686%28VS.85%29.aspx
 
'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
 
'Window 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
 
'gbs_00282
'Date: 03-10-2012


created by gbSnippets
http://www.garybeene.com/sw/gbsnippets.htm