码迷,mamicode.com
首页 >  
搜索关键字:mfc 菜单资源id加载 对话框 弹出菜    ( 11155个结果
Spring声明式事务配置管理方法
环境配置项目使用SSH架构,现在要添加Spring事务管理功能,针对当前环境,只需要添加Spring 2.0 AOP类库即可。添加方法:点击项目右键->Build Path->Add librarys:打开Add Libraries对话框,然后选定 MyEclipse Libraries:点击Nex...
分类:编程语言   时间:2014-05-19 18:23:14    阅读次数:539
[游戏学习23] MFC 画尺子
>__ 2 class CMyApp:public CWinApp 3 { 4 public: 5 virtual BOOL InitInstance(); 6 }; 7 class CMainWindow:public CFrameWnd 8 { 9 public:10 CMain...
分类:其他好文   时间:2014-05-19 14:55:06    阅读次数:400
[游戏学习24] MFC 各种绘图 字体学习
>__ 2 class CMyApp:public CWinApp 3 { 4 public: 5 virtual BOOL InitInstance(); 6 }; 7 class CMainWindow:public CFrameWnd 8 { 9 public:10 CMain...
分类:其他好文   时间:2014-05-19 14:51:43    阅读次数:364
[游戏学习22] MFC 井字棋 双人对战
>_____ 2 #include "TicTac.h" 3 #include 4 #include 5 #include 6 using namespace std; 7 CMyApp myApp; 8 /*ofstream Cout("out.txt"); 9 void CM...
分类:其他好文   时间:2014-05-19 14:34:51    阅读次数:430
[游戏学习28] MFC 时钟
>____ 2 #include 3 #include "TAO_CLOCK.h" 4 5 #define SQUARESIZE 20 6 #define ID_TIMER_CLOCK 1 7 #define kuan 60 8 #define miaoL 200 9 #def...
分类:其他好文   时间:2014-05-19 13:27:41    阅读次数:379
android 请求网络异步加载
/** * 封装ProecssDialog对话框 * */ public class LoadDialog extends ProgressDialog { private String title = "进度对话框"; private String message = "加载数据中...."; public LoadDialog(Context context, int theme)...
分类:移动开发   时间:2014-05-18 15:42:07    阅读次数:314
Qt计算器开发(三):运行效果及项目总结
这是我的Qt计算器项目开发的第三篇,主要内容是程序的运行效果,及整个工程的文件目录。还有我对于这个项目的一些总结,顺便吐槽一下MFC与Qt。...
分类:其他好文   时间:2014-05-18 14:52:53    阅读次数:377
Ogre嵌入MFC傻瓜完全教程(三)
经过前两两篇博文的讲解,我们已经完成了渲染工作,但只是渲染而没有交互性,本篇博文我们就来加上事件的处理方法。 首先我们需要为项目添加一个帧监听类:CMyFrameListener,为了直观,在这直接贴上代码 头文件 #pragma once #include "ogre.h" #include "OgreConfigFile.h" #include "OgreFrameListener.h"...
分类:其他好文   时间:2014-05-18 14:48:46    阅读次数:285
在fragment中显示对话框出现异常
异常类型为:android.view.WindowManager$BadTokenException: Unable to add window 我在fragment中public View onCreateView(LayoutInflater inflater, ViewGroup container,Bundle savedInstanceState) {中试图调用对话框静态工...
分类:其他好文   时间:2014-05-18 04:27:35    阅读次数:240
jquery dialog 参数说明
var dialog = art.dialog({ title: '欢迎', content: '欢迎使用artDialog对话框组件!', icon: 'succeed', follow: document.getElementById('btn2'), ok: function(){ this.title('警告').content('请注意artDialog两秒后将关闭!').l...
分类:Web程序   时间:2014-05-18 04:14:13    阅读次数:411
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!