会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
庚武讲堂
“庚武讲堂” v.gw66.net - 专业编程培训 · 最新IT资讯
CnBlogs
Home
New Post
Contact
Admin
Subscription
上一页
1
···
61
62
63
64
65
66
67
68
69
···
92
下一页
2011年2月11日
calc pos
环境: vs2008 项目文件下载:下载
Read More
posted @ 2011-02-11 17:57 庚武
Views(181)
Comments(0)
Diggs(0)
2011年2月10日
bug
Read More
posted @ 2011-02-10 15:59 庚武
Views(86)
Comments(0)
Diggs(0)
2011年2月9日
dll动态调用
dll项目:Client项目:dll调用方式:动态加载,隐式链接。隐式链接也是用LoadLibrary去加载,故动态加载效率高,且用dumpbin -exports *.dll查看不到依赖函数,但编程较繁琐。
Read More
posted @ 2011-02-09 16:01 庚武
Views(587)
Comments(0)
Diggs(0)
cpp dll导出函数或类 _stdcall
_stdcall为windows函数调用标准,PASCAL,WINAPI相同。C的默认调用约定为 _cdecldll项目:调用者:
Read More
posted @ 2011-02-09 15:29 庚武
Views(721)
Comments(0)
Diggs(0)
Visual Assist X 破解报告,VA
该文被密码保护。
Read More
posted @ 2011-02-09 12:19 庚武
Views(2)
Comments(0)
Diggs(0)
简单dll编写与调用
调用程序: 1.工程->设置->link: Dll1.lib2.复制Dll1.lib Dll1.dll
Read More
posted @ 2011-02-09 01:19 庚武
Views(586)
Comments(0)
Diggs(1)
2011年2月8日
vc6线程同步
#include #include using namespace std; // HANDLE CreateThread( // LPSECURITY_ATTRIBUTES lpThreadAttributes, // pointer to security attributes // DWORD dwStackSize, //...
Read More
posted @ 2011-02-08 21:20 庚武
Views(380)
Comments(0)
Diggs(0)
对话框中按回车转到下一个控件,Tab
//利用default button void CDlgAddTest::OnOK() { if(GetFocus()->m_hWnd== GetDlgItem(IDOK)->m_hWnd){ MessageBox("stoped at ok."); } else{ GetNextDlgTabItem(GetFocus())->SetFocus(); } //CDia...
Read More
posted @ 2011-02-08 04:00 庚武
Views(251)
Comments(0)
Diggs(0)
MFC中访问控件的几种方式
// DlgAddTest.cpp : implementation file // #include "stdafx.h" #include "Text.h" #include "DlgAddTest.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; ...
Read More
posted @ 2011-02-08 02:47 庚武
Views(423)
Comments(0)
Diggs(0)
vc6设置控件的值
文本输入框http://hi.baidu.com/hushaobo_km/blog/item/d4f0b12d114e673f359bf77e.html
Read More
posted @ 2011-02-08 00:30 庚武
Views(391)
Comments(0)
Diggs(0)
上一页
1
···
61
62
63
64
65
66
67
68
69
···
92
下一页
公告