Main Menu

PlayBasic GUI

Started by empty, September 24, 2005, 07:35:42 AM

Previous topic - Next topic

BlinkOk

#15
i know i should know this but how do i install wingui?

kevin

#16
Just unzip it.     The folder (from memory) comes with WinGUI DLL and an PB use example.   Although the example is really empty's test code, so it's bound to be different in the various revisions.

To use the betas in yoru own projects, Copy the DLL and the WinGUI.PBA file to your projects folder.

At the start of your project type

#include "WinGUI.pba"

Then your code bellow.

There's a lot to grasp and not a lot of doc's.  If you have a query, ask Empty.   (that's what i do :) )



Note:  WinGUI requires PB1.089 or higher.