Click or drag to resize

SingletonMessageHelperSendOpenFileMessage Method (IntPtr, String)

파일 열기 메시지 전송

Namespace:  SHConnector.Utility.ProcessManager
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public static void SendOpenFileMessage(
	IntPtr MainWindowHandle,
	string FileName
)

Parameters

MainWindowHandle
Type: SystemIntPtr
Window Handle
FileName
Type: SystemString
File Name
See Also