Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ShowWindow and TitleBar
Message
From
11/06/2001 23:29:19
Jimi Lee
Pop Electronic Products Ltd.
Hong Kong, Hong Kong
 
 
To
11/06/2001 07:25:38
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00517656
Message ID:
00518202
Views:
12
Hi Cetin and Mobeen,

I already do it in this way:
define class oMainForm as Form
  ShowWindow=2
  WindowType=0
  movable=0
  closable=0
  maxbutton=0
  minbutton=0
  caption=""
  TitleBar=0
  halfheightcaption=.F.
  borderstyle=2
  ...........
enddefine
in this As-top level form, I'll also call some In-top level form on it. All those In-top level form can be set to Titlebar=0, but only for this main form, with above settings, it still have a Titlebar which is blue in color, have no text nor buttons on it, a plain blue Titlebar :-(

Even in the sample MSDN Solution Sample, I dont see any As-top level form with Titlebar=0 is defined..

Thanks for your help!
error(503): file structure failure, signature file corrupted.
Previous
Reply
Map
View

Click here to load this message in the networking platform