[GB.DB.FORM]
* BUG: new form.type and form.border adaptation git-svn-id: svn://localhost/gambas/trunk@1328 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
cc737eae7b
commit
f51960f7a6
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@ Public Sub _New()
|
||||||
|
|
||||||
$hForm = New Form As "LstForm"
|
$hForm = New Form As "LstForm"
|
||||||
Object.Attach($hForm, Me, "LstForm")
|
Object.Attach($hForm, Me, "LstForm")
|
||||||
$hForm.Border = Form.None
|
$hForm.Border = False
|
||||||
|
$hForm.Type = Form.Popup
|
||||||
$hForm.SkipTaskbar = True
|
$hForm.SkipTaskbar = True
|
||||||
$hForm.Arrangement = Arrange.Fill
|
$hForm.Arrangement = Arrange.Fill
|
||||||
$hForm.Stacking = Form.Above
|
$hForm.Stacking = Form.Above
|
||||||
|
|
Loading…
Reference in a new issue