Changeset 240 for Include/Classes/System/Windows/Forms/Message.ab
- Timestamp:
- May 9, 2007, 9:43:24 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/Classes/System/Windows/Forms/Message.ab
r223 r240 70 70 71 71 Static Function Create(hwnd As HWND, msg As DWord, wp As WPARAM, lp As LPARAM) As Message 72 Dim m AsMessage73 With m72 Create = New Message 73 With Create 74 74 .hwnd = hwnd 75 75 .msg = msg … … 77 77 .lp = lp 78 78 End With 79 Return m80 79 End Function 81 80
Note:
See TracChangeset
for help on using the changeset viewer.