Ignore:
Timestamp:
May 9, 2007, 9:43:24 PM (17 years ago)
Author:
イグトランス (egtra)
Message:

Control周りの修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/Classes/System/Windows/Forms/Message.ab

    r223 r240  
    7070
    7171    Static Function Create(hwnd As HWND, msg As DWord, wp As WPARAM, lp As LPARAM) As Message
    72         Dim m As Message
    73         With m
     72        Create = New Message
     73        With Create
    7474            .hwnd = hwnd
    7575            .msg = msg
     
    7777            .lp = lp
    7878        End With
    79         Return m
    8079    End Function
    8180
Note: See TracChangeset for help on using the changeset viewer.