WindowsApplication4.Form1

System.Windows.Forms.Form
WindowsApplication4.Form1

ipc

private IPC ipc

lbPort

private System.Windows.Forms.ListBox lbPort

components

private System.ComponentModel.Container components

Form1

public Form1()

ipc_OnMessage

private void ipc_OnMessage(string message)

Dispose

protected override void Dispose(bool disposing)

InitializeComponent

private void InitializeComponent()

summary> Required method for Designer support - do not modify the contents of this method with the code editor.  </summary>

Main

static void Main()

Form1_Load

private void Form1_Load(object sender,
System.EventArgs e)

label1_Click

private void label1_Click(object sender,
System.EventArgs e)

WindowsApplication4.IPC

MessageAction

public delegate void MessageAction(string message)

OnMessage

public event MessageAction OnMessage

tbPort

private TextBox tbPort

WM_IPC_GETPORT

private const int WM_IPC_GETPORT

IPC

public IPC()

SendMessage

private static extern int SendMessage(int hWnd,
int wMsg,
int wParam,
int lParam)

tbPort_TextChanged

private void tbPort_TextChanged(object sender,
System.EventArgs e)

PreFilterMessage

public bool PreFilterMessage(ref Message m)
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)
private void InitializeComponent()
summary> Required method for Designer support - do not modify the contents of this method with the code editor.
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)
Close