Tutorials for PureBasic


These are the Turorials I wrote for PureBasic so far. As there is still a big lack of Tutorials, I thinks I am going to write some more, if I have the time. (which is the biggest problem here)


English Tutorials:
Drag & Drop with ExplorerGadgets
Explains how to implement drag&drop between an ExplorerListGadget and an ExplorerTreeGadget.
View    Download (5Kb)
Background Download/COM
Shows how to download a file from the Internet in background. Also shows how to create your own COM object in PureBasic
View    Download (7Kb)
Windows Types
A Collection of Types needed to do WinAPI programming, and their corresponding PureBasic Types.
View    Download (3Kb)
Editable TreeView
A really short Tutorial on how a TreeVieGadget can be made editable for the User.
View    Download (3Kb)
Editable ListView
Making Listview Gadgets editable. You should read the TreeGadgetEdit Tutorial first, as this one only contains information on how to modify the first one to support ListIcon Gadgets.
View    Download (1Kb)
Drag&Drop with ListIconGadget
A basic tutorial on how to do drag & drop between ListIconGadgets.
View    Download (4Kb)
German Tutorials:
Pointer Tutorial
Everything you need to know about Pointers in PureBasic.
View    Download (15Kb)