上一页 1 ··· 76 77 78 79 80 81 82 83 84 ··· 107 下一页

2006年11月8日

Showing Tool Tips on controls

摘要: CToolTipCtrl can be used to attach tool tips for controls. The tool tips can be placed on any controls using AddTool(), a member function of CToolTipCtrl. This article explains how to show Tool Tips f... 阅读全文

posted @ 2006-11-08 22:41 cy163 阅读(337) 评论(0) 推荐(0) 编辑

2006年11月6日

UNICODE Conversions in Visual C++

摘要: Introduction If you live in Eastern Europe, Japan or the Middle East, and you write computer programs, you are probably familiar with UNICODE. If you are writing programs in Visual C++/MFC, then you p... 阅读全文

posted @ 2006-11-06 22:47 cy163 阅读(861) 评论(0) 推荐(0) 编辑

看此文 学会利用 CEvent实现从主线程 终止 线程

摘要: MSDN Library > Development Tools and Languages > Visual Studio 2005 > Visual Studio > Visual C++ > Reference > Libraries Reference > MFC > Classes > CEvent Class Collapse All Language Filter : All... 阅读全文

posted @ 2006-11-06 22:41 cy163 阅读(1341) 评论(0) 推荐(0) 编辑

CEvent, terminate thread

摘要: MSDN Library > Development Tools and Languages > Visual Studio 2005 > Visual Studio > Visual C++ > Reference > Libraries Reference > MFC > Classes > CEvent Class Collapse All Language Filter : All ... 阅读全文

posted @ 2006-11-06 13:38 cy163 阅读(908) 评论(0) 推荐(0) 编辑

2006年11月5日

文档 视图 框架窗口间的关系和消息传送规律 作者:闻怡洋

摘要: 在MFC中M$引入了文档-视结构的概念,文档相当于数据容器,视相当于查看数据的窗口或是和数据发生交互的窗口。(这一结构在MFC中的OLE,ODBC开发时又得到更多的拓展)因此一个完整的应用一般由四个类组成:CWinApp应用类,CFrameWnd窗口框架类,CDocument文档类,CView视类。(VC6中支持创建不带文档-视的应用) 在程序运行时CWinApp将创建一个CFrameWnd框架窗... 阅读全文

posted @ 2006-11-05 23:47 cy163 阅读(492) 评论(0) 推荐(0) 编辑

重庆大学光电工程学院 贾旭滨 对 “句柄” “指针” 有下面的描述(AfxGetMainWnd GetSafeHwnd() AfxGetAppName() AfxGetThread)

摘要: http://www1.ustc.edu.cn/personal/csli/vc_note/frame.htm 句 柄 出处: 方塘2003.9.22 整理,之所以前面引用了 贾旭滨 先生的这段描述,因为他写的是在精彩!=== 重庆大学光电工程学院 贾旭滨 对句柄有下面的描述: 句柄概念在WINDOWS编程中是一个很重要的概念,在许多地方都扮演着重要的角色。但由此而产生的句柄概... 阅读全文

posted @ 2006-11-05 23:25 cy163 阅读(6285) 评论(2) 推荐(0) 编辑

How to access UI controls from a user defined class (CFormView based SDI application)

摘要: Answers from codeproject (cy163cy163)GetActiveWindow() is thread-specific. You have no active windows in your worker thread.Why not add a CHhhhView* member to your MyClass class (pass it in in the co... 阅读全文

posted @ 2006-11-05 20:09 cy163 阅读(258) 评论(0) 推荐(0) 编辑

怎样在对话框中得到Document指针

摘要: 饮水思源 - 精华区文章阅读 发信人: thebestone (Simple life), 信区: VC 标 题: 【合集】怎样在对话框中得到Document指针 发信站: 饮水思源 (2002年04月11日19:23:13 星期四), 站内信件 ... 阅读全文

posted @ 2006-11-05 00:30 cy163 阅读(995) 评论(0) 推荐(0) 编辑

2006年11月4日

You should not be calling AfxGetMainWnd in a worker thread

摘要: Author Problems Initializing in the MainFrame ... 阅读全文

posted @ 2006-11-04 22:37 cy163 阅读(1406) 评论(0) 推荐(0) 编辑

Creating your first MFC Doc/View application

摘要: Introduction Creating applications using the MFC document/view architecture can save time, can help you create more structured programs, and can also help alleviate a lot of tedious boilerplate coding... 阅读全文

posted @ 2006-11-04 06:00 cy163 阅读(987) 评论(0) 推荐(0) 编辑

上一页 1 ··· 76 77 78 79 80 81 82 83 84 ··· 107 下一页

导航