www.pudn.com > ControlRemote.zip > ServerIP.h, change:2003-07-10,size:353b
#if !defined(SERVERIP_H) #define SERVERIP_H #include#include #include class CServerIP { public: CServerIP(); ~CServerIP(); BOOL OnInitDialog(HWND hDlg,HWND hwndFocus, LPARAM lParam); void OnCommand(HWND hDlg,int iId,HWND hWndCtl,UINT iCodeNotify); char szIP[255]; UINT port; }; #endif