Ignore:
Timestamp:
Jul 21, 2008, 6:31:41 PM (16 years ago)
Author:
イグトランス (egtra)
Message:

EditBox, TaskMsgの追加。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/ablib/src/Classes/ActiveBasic/Windows/UI/Form.ab

    r559 r561  
    2323Protected
    2424    Override Sub GetCreateStruct(ByRef cs As CREATESTRUCT)
    25         cs.style = WS_OVERLAPPEDWINDOW
     25        With cs
     26            .style = WS_OVERLAPPEDWINDOW
     27            .x = CW_USEDEFAULT
     28            .y = CW_USEDEFAULT
     29            .cx = CW_USEDEFAULT
     30            .cy = CW_USEDEFAULT
     31        End With
    2632    End Sub
    2733
Note: See TracChangeset for help on using the changeset viewer.