资源列表
[数据库编程] 11019486886DBLinkDemo
说明:通过 IDataSourceLocatorPtr 组件调用[建立ADO连接字符串对话框]-through IDataSourceLocatorPtr components called [ADO connection string establish dialog]<张立明> 在 2008-10-13 上传 | 大小:25.73kb | 下载:0
[界面编程] Marker_demo21
说明:In the demo project, I create a simple graph with four series of data. It demonstrates different options of marker, such as shapes, colors, etc. When the cursor hits a marker, the background data value will be displayed by tool tip. Some API function<cc> 在 2008-10-13 上传 | 大小:25.73kb | 下载:0
[对话框与窗口] hello_dial
说明:这是一个最简单的MFC应用程序,供初学者参考。-This is a simple MFC applications for advanced users.<七夜> 在 2008-10-13 上传 | 大小:25.72kb | 下载:0
[C#编程] 20060802icc
说明:用C#编写的网络检查器,能实现自动检测网络的连接,待网络不通时,服务器自动重启。-C# prepared by the network checkers, able to automatically detect network connectivity, network unreasonable question. the server automatically rebooting.<ben> 在 2008-10-13 上传 | 大小:25.72kb | 下载:0
[对话框与窗口] window_Cwnd
说明:实现窗口透明 只需在创建窗口函数中加入 SetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE, GetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE)^0x80000) HINSTANCE hInst = LoadLibrary(\"User32.DLL\") if(hInst) { typedef BOOL (WINAPI *MYFUNC)(HWND,COL<zhangwei> 在 2008-10-13 上传 | 大小:25.73kb | 下载:0
[进程与线程] MulThreadclass
说明:感觉多线程确实麻烦,线程间要处理好同步与通讯,如果用CWinThread好一点,直接是一个线程对象,如果用AfxBeginThread,那必须定个全局函数,或者写个静态函数,一般是传个this指针进去,然后再用这个指针调用本类函数的成员函数,用起来比较麻烦,现在问题是能不能不用全局或者静态函数来实现呢,于是我实现了这个类,来所简化多线程的创建和关闭的操作。<printer> 在 2008-10-13 上传 | 大小:25.74kb | 下载:0