System.Windows.Forms.Form |
WindowsApplication4.Form1 |
WindowsApplication4. | |
ipc | |
lbPort | |
components | |
Form1 | |
ipc_OnMessage | |
Dispose | |
InitializeComponent | summary> Required method for Designer support - do not modify the contents of this method with the code editor. |
Main | |
Form1_Load | |
label1_Click | |
WindowsApplication4.IPC | |
MessageAction | |
OnMessage | |
tbPort | |
WM_IPC_GETPORT | |
IPC | |
SendMessage | |
tbPort_TextChanged | |
PreFilterMessage |
private IPC ipc
private System.Windows.Forms.ListBox lbPort
private System.ComponentModel.Container components
public Form1()
private void ipc_OnMessage( string message )
protected override void Dispose( bool disposing )
summary> Required method for Designer support - do not modify the contents of this method with the code editor.
private void InitializeComponent()
static void Main()
private void Form1_Load( object sender, System. EventArgs e )
private void label1_Click( object sender, System. EventArgs e )
public delegate void MessageAction( string message )
public event MessageAction OnMessage
private TextBox tbPort
private const int WM_IPC_GETPORT
public IPC()
private static extern int SendMessage( int hWnd, int wMsg, int wParam, int lParam )
private void tbPort_TextChanged( object sender, System. EventArgs e )
public bool PreFilterMessage( ref Message m )