C# Class _3PA.Lib.DropFileToWindow

Show file Open project: jcaillon/3P Class Usage Examples

Public Methods

Method Description
Do ( string strToFindInCommandLine, string strToFindInCommandLine2, IList filename, bool giveFocus = true ) : void
Do ( string strToFindInCommandLine, string strToFindInCommandLine2, string filename, bool giveFocus = true ) : void

Private Methods

Method Description
SetForegroundWindow ( IntPtr hwnd ) : bool
ShowWindow ( IntPtr hwnd, int nCmdShow ) : bool

Method Details

Do() public static method

public static Do ( string strToFindInCommandLine, string strToFindInCommandLine2, IList filename, bool giveFocus = true ) : void
strToFindInCommandLine string
strToFindInCommandLine2 string
filename IList
giveFocus bool
return void

Do() public static method

public static Do ( string strToFindInCommandLine, string strToFindInCommandLine2, string filename, bool giveFocus = true ) : void
strToFindInCommandLine string
strToFindInCommandLine2 string
filename string
giveFocus bool
return void