搜索资源列表
checkmail164110
- 这个程序可以检查pop3邮件信息,纯粹的Winsock和Win32 API,不用 MFC以及Winsock2。所使用的API函数用到了CreateThread,GetOpenFileName,trayicons,SetTimer,sndPlaySound,GetExitCodeThread,TerminateThread等。消息通讯安全功能包括 1. 身份验证,使收件人确信发件人就是他或她就是公开密钥所对应的那个人 2. 机密
checkmail
- 这个程序可以检查pop3邮件信息,纯粹的Winsock和Win32 API,不用 MFC以及Winsock2。所使用的API函数用到了CreateThread,GetOpenFileName,trayicons,SetTimer,sndPlaySound,GetExitCodeThread,TerminateThread等。
filedlging
- Windows 2000有个新的“Open”对话框,这个对话框的左边有一个Places Bar,要想让这个对话框出现,必须在::GetOpenFileName函数中传递OPENFILENAME结构,这个结构隐藏在MFC的CFileDialog类中-Windows 2000 with a new "Open" dialog, the dialog box on the left is a Places Bar, to
filedlging
- Windows 2000有个新的“Open”对话框,这个对话框的左边有一个Places Bar,要想让这个对话框出现,必须在::GetOpenFileName函数中传递OPENFILENAME结构,这个结构隐藏在MFC的CFileDialog类中-Windows 2000 with a new "Open" dialog, the dialog box on the left is a Places Bar, to
checkmail164110
- 这个程序可以检查pop3邮件信息,纯粹的Winsock和Win32 API,不用 MFC以及Winsock2。所使用的API函数用到了CreateThread,GetOpenFileName,trayicons,SetTimer,sndPlaySound,GetExitCodeThread,TerminateThread等。消息通讯安全功能包括 1. 身份验证,使收件人确信发件人就是他或她就是公开密钥所对应的那个人 2. 机密
checkmail
- 这个程序可以检查pop3邮件信息,纯粹的Winsock和Win32 API,不用 MFC以及Winsock2。所使用的API函数用到了CreateThread,GetOpenFileName,trayicons,SetTimer,sndPlaySound,GetExitCodeThread,TerminateThread等。-This process can check pop3 e-mail messages, pure Winsoc
2
- Pop3邮件检查程序 这个程序可以检查pop3邮件信息,纯粹的Winsock和Win32 API,不用 MFC以及Winsock2。所使用的API函数用到了CreateThread,GetOpenFileName,trayicons, SetTimer,sndPlaySound,GetExitCodeThread,TerminateThread等。-Pop3 e-mail screening procedures by:
OpenFile
- 打开“Open”对话框,左边有一个Places Bar,要想让这个对话框出现,必须在::GetOpenFileName函数中传递OPENFILENAME结构,这个结构隐藏在MFC的CFileDialog类中-Open the " Open" Dialog Box, on the left have a Places Bar, to get this dialog box appears, you must:: GetO
zhengjiaobianhuan
- 几个正交变换的例子,对于学习数字图像的新手来说会有点帮助的。-CWinApp CSingleDocTemplate CCommandLineInfo ShowWindow UpdateWindow DragAcceptFiles CDialog CDataExchange CDocument MessageBox GetCurrentDirectory GlobalAlloc GlobalFree CFile CString CCmdU
OpenFileName
- OPENFILENAME结构包含了GetOpenFileName和GetSaveFileName函数用来初始化打开或另存为对话框的信息-OPENFILENAME structure contains GetOpenFileName and GetSaveFileName function used to initialize the Open or Save As dialog box information
getopenfilename-and-printdlg
- 用windows api 函数写出来的打开,保存和打印通用对话框程序-Write out the windows api functions to open, save and print common dialog box procedure
GetOpenFilename
- vba 密码保护和解除,用在Excel里很好用!-Application.GetOpenFilename("Excel文件(*.xls),*.xls,Excel文件(*.xla),*.xla", , "VBA破解")
remotecontrolledcar
- The user is then asked to select an image file using QFileDialog::getOpenFileName(). The selected file is loaded into a QImage. Using a QImage lets us ensure that the selected file is a valid image, and it also allows us