On dimanche 28 septembre 2008, Joshua Higgins wrote:
> Hello.
>
> I am making a task bar in gambas3. For each task I have a container panel
> which has a label and a button in. How can I create one of these for each
> task and set the options of the label and button?
>
>
> Currently I am up to here
Hello.
I am making a task bar in gambas3. For each task I have a container panel
which has a label and a button in. How can I create one of these for each
task and set the options of the label and button?
Currently I am up to here:
Dim swindows As Array
Dim swindow As Integer
swindows = Deskto