C# Class SimpleEpub2.Tools.AutoClosingMessageBox

ファイルを表示 Open project: henryxrl/SimpleEpub2

Public Methods

Method Description
AutoClosingMessageBox ( Form f, String text, String caption, Int32 timeout ) : System
Show ( Form f, String text, String caption, Int32 timeout ) : void

Private Methods

Method Description
FindWindow ( String lpClassName, String lpWindowName ) : IntPtr
OnTimerElapsed ( object state ) : void
SendMessage ( IntPtr hWnd, UInt32 Msg, IntPtr wParam, IntPtr lParam ) : IntPtr

Method Details

AutoClosingMessageBox() public method

public AutoClosingMessageBox ( Form f, String text, String caption, Int32 timeout ) : System
f System.Windows.Forms.Form
text String
caption String
timeout System.Int32
return System

Show() public static method

public static Show ( Form f, String text, String caption, Int32 timeout ) : void
f System.Windows.Forms.Form
text String
caption String
timeout System.Int32
return void