.Credits to contributing authors

Category: PowerBASIC Snippets

Date: 07-23-2010

Return to Index


 
'This PowerBASIC snippets library includes the fundamental snippets of 
'source code that can be used to create a GUI application in PBWin9.  
'DDT style coding is prevalent, but direct API use is also used as 
'needed to provide capabilities not available from DDT. Snippets
'dealing with textboxes or richedit controls are especially SDK-intensive.
 
'To the extent that I am an ongoing student of PowerBASIC, these snippets
'represent what I have learned from the PowerBASIC documentation and
'from the many contributors to the PowerBASIC forums - as well as what
'I have been able to transfer from my experience in programming other
'languages.
 
'Where a snippet is due in large part to a specific author(s), I've tried
'to make sure credit was given in the individual snippet. If I've missed providing
'any appropriate credits, please let me know and I'll ensure that credit is given.
 
'If you have questions you can contact me at:  mailto:gbeene@airmail.net
'My web site is found at:                      http://www.garybeene.com/
'The snippets are available online at:         http://www.garybeene.com/code/
'gbSnippets can be downloaded from:            http://www.garybeene.com/sw/gbsnippets.htm
 
Gary L. Beene
 
'gbs_00001
 
 
 


created by gbSnippets: http://www.garybeene.com