level 11
写一个小程序,C和Java都可以,调取对方手机系统的信息,通过TCP/IP打包,发回来你的QQ。然后通过QQ将程序发给对方,对方一运行你的程序,就知道手机号了。
2011年04月17日 05点04分
1
level 11
放个例程,一部分的,给大家看看
BEGIN_MESSAGE_MAP(CTestApp, CWinApp)
//{{AFX_MSG_MAP(CTestApp)
ON_COMMAND(ID_APP_ABOUT, OnAppAbout)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW, CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN, CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP, CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()
2011年04月17日 06点04分
6
level 11
新人
前排
求粉新人前排求粉新人前排求粉新人前排求粉, 互相关注
2011年04月17日 06点04分
8