give you one way : 1、run a program in pc "B",it transfer pc "B" time to PC "A" program whit udp or tcp protocol.
echozeng
Posts
-
Time -
C++ and ADO problemi think the program will throw a exception,you can look at the exception for finding out the error informtion.
-
Disable warning [modified]it is so easy question,i am very glad to answer it add "#pragma warning(disabled:4996)" in the head of header file and then the warning informaion will disappear. echozeng ----->rose rose i love you
-
Icon problem [modified]Have you changed the function's parameter ,for example ,if you want show the new icon which ID is IDR_NEW on the dialog, you can modify the LoadIcon function . CTestIconDlg::CTestIconDlg(CWnd* pParent /*=NULL*/) : CDialog(CTestIconDlg::IDD, pParent) { //{{AFX_DATA_INIT(CTestIconDlg) // NOTE: the ClassWizard will add member initialization here //}}AFX_DATA_INIT // Note that LoadIcon does not require a subsequent DestroyIcon in Win32 // modify this sentense m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME); m_hIcon = AfxGetApp()->LoadIcon(IDR_NEW); } echozeng ----> nose nose i love you