Changeset 478 for trunk/Include/basic/command.sbp
- Timestamp:
- Mar 13, 2008, 9:06:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/basic/command.sbp
r457 r478 4 4 #ifndef _INC_COMMAND 5 5 #define _INC_COMMAND 6 7 #require <windows.sbp>8 #require <Classes/System/Environment.ab>9 #require <Classes/ActiveBasic/Windows/Windows.ab>10 6 11 7 Const _System_Type_SByte = 1 … … 67 63 68 64 Macro MSGBOX(hwnd As HWND, str As String)(title As String, boxType As DWord, ByRef retAns As DWord) 69 Dim ret = ActiveBasic.Windows.Detail._System_MessageBox(hwnd, ToSCStr(str), ToSCStr(title), boxType)70 If VarPtr(retAns) Then71 retAns = ret72 End If65 ' Dim ret = MessageBox(hwnd, ToTCStr(str), ToTCStr(title), boxType) 66 ' If VarPtr(retAns) Then 67 ' retAns = ret 68 ' End If 73 69 End Macro 74 70
Note:
See TracChangeset
for help on using the changeset viewer.