Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modal forms?
Message
From
29/08/2000 10:53:46
 
 
To
28/08/2000 18:01:58
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00410044
Message ID:
00410270
Views:
18
This is the code I am using.

DEFINE WINDOW newwhl ;
AT 0.000, 0.000 ;
SIZE 9.000,95.000 ;
TITLE "Create New System" ;
FONT "MS Sans Serif", 8 ;
FLOAT ;
CLOSE ;
NOMINIMIZE ;
DOUBLE ;
FILL FILE LOCFILE("BACKGRND.BMP","BMP|ICO|PCT|ICN", ;
"Where is backgrnd?")
MOVE WINDOW newwhl CENTER


IF WVISIBLE("newwhl")
ACTIVATE WINDOW newwhl SAME
ELSE
ACTIVATE WINDOW newwhl
ENDIF

Tyler
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform