View Single Post
  #2 (permalink)  
Old 03-10-2008, 05:44 PM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 3,325
Default

A small example is attached.
This is the code:
Code:
Sub Globals
    'Declare the global variables here.

End Sub

Sub App_Start
    Form1.Show
    bar.New1("panel1",10,10,200,30)
    bar.Value = 40
End Sub
Attached Files
File Type: sbp 1.sbp (453 Bytes, 14 views)
Reply With Quote