Ignore:
Timestamp:
Aug 29, 2007, 1:49:36 PM (17 years ago)
Author:
dai
Message:

System.Windows.Forms.Applicationクラスを追加
MessageBox.Showの一つがコンパイルエラーを起こしていたのでコメントアウトしておいた

Location:
trunk/Include/Classes/System
Files:
1 added
3 edited

Legend:

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

    r303 r319  
    9090
    9191    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 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 DialogResult
    9393    End Function
    9494
  • trunk/Include/Classes/System/Windows/Forms/index.ab

    r303 r319  
    55
    66#require <Classes/System/Windows/Forms/misc.ab>
     7#require <Classes/System/Windows/Forms/Application.ab>
    78#require <Classes/System/Windows/Forms/Control.ab>
    89#require <Classes/System/Windows/Forms/Message.ab>
  • trunk/Include/Classes/System/index.ab

    r299 r319  
    1616#require "./Threading/index.ab"
    1717#require "./Runtime/InteropServices/GCHandle.ab"
     18#require "./Windows/Forms/index.ab"
Note: See TracChangeset for help on using the changeset viewer.