Changeset 319
- Timestamp:
- Aug 29, 2007, 1:49:36 PM (17 years ago)
- Location:
- trunk/Include/Classes/System
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/Classes/System/Windows/Forms/MessageBox.ab
r303 r319 90 90 91 91 Static Function Show(owner As IWin32Window, text As String, caption As String, buttons As MessageBoxButtons, icon As MessageBoxIcon, defaultButtion As MessageBoxDefaultButton, options As MessageBoxOptions) As DialogResult 92 Show = ActiveBasic.Windows.Detail._System_MessageBox(owner.Handle, StrPtr(text), StrPtr(caption), buttons As DWord Or icon As DWord Or defaultButtion As DWord Or options As DWord) As DialogResult92 'Show = ActiveBasic.Windows.Detail._System_MessageBox(owner.Handle, StrPtr(text), StrPtr(caption), buttons As DWord Or icon As DWord Or defaultButtion As DWord Or options As DWord) As DialogResult 93 93 End Function 94 94 -
trunk/Include/Classes/System/Windows/Forms/index.ab
r303 r319 5 5 6 6 #require <Classes/System/Windows/Forms/misc.ab> 7 #require <Classes/System/Windows/Forms/Application.ab> 7 8 #require <Classes/System/Windows/Forms/Control.ab> 8 9 #require <Classes/System/Windows/Forms/Message.ab> -
trunk/Include/Classes/System/index.ab
r299 r319 16 16 #require "./Threading/index.ab" 17 17 #require "./Runtime/InteropServices/GCHandle.ab" 18 #require "./Windows/Forms/index.ab"
Note:
See TracChangeset
for help on using the changeset viewer.