Date: 02-16-2022
Return to Index
created by gbSnippets
'In SDK style programming, windows and child windows (controls) are created using the
'CreateWindowEx.
Classname:
'To be used in CreateWindow, a window classes must be registered with Windows. You can come
'up with your own custom class or you can use one of the pre-define, pre-registered window classes.
'See snippet http://gbl_00354 for an example of defining and registering a custom window
'Windows comes with these predefined, usable class names
'Edit ListBox MDIClient
'Static Scrollbar RichEdit
'Button Combobox RichEdit_Class
'The PowerBASIC controls derived from windows predefined classes are:
'Edit 'Textbox
'Static 'Graphic, Image, ImageX, Label, Line
'Button 'Button, Check3State, Checkbox, Frame, ImgButton, ImgButtonX, Option
'ListBox 'ListBox
'Combobox 'Combobox
'Scrollbar 'Scrollbar
'gbs_00384
'Date: 03-10-2012
http://www.garybeene.com/sw/gbsnippets.htm