Welcome![Sign In][Sign Up]
Location:
Search - mfc Static

Search list

[GUI DevelopVC++(MFC)Face

Description: 说明: 1.copy these four files to your pragram folder, 2.add \"*.Lib\",\"*.h\" to the project if USING MFC DLL, the files in \"DLL\" Folder, if using static lib,the files in \"static\" folder 3.add #include\"SkinMagicLib.h\" to the C*APP.cpp 4.In C*APP::InitInstance(), before show window, add: InitSkinMagicLib( GetModuleHandle(NULL), NULL, NULL,NULL) LoadSkinFile(\".\\\\Tusk.smf\") SetWindowSkin(AfxGetApp()->m_pMainWnd->m_hWnd , \"MainFrame\" ) SetDialogSkin(\"Dialog\") -: 1.copy these four files to your pragram folder, 2.add "*. Lib" "*. h" to the project if USING MFC DLL, the files in "DLL" Folder, if using static lib, the files in the "static" folder 3.add # include "sk inMagicLib.h "to the C * C * APP.cpp 4.In APP : : InitInstance (), before show window, add : InitSkinMagicLib (GetModuleHandle (NULL) NULL, NULL, NULL) LoadSkinFile (. " \\ \\ Tusk.smf ") SetWindo wSkin (AfxGetApp () -
Platform: | Size: 502104 | Author: 好军 | Hits:

[OtherRegularDll

Description: 这个DLL的例子,属于静态链接到MFC 的规则DLL。静态链接到MFC的规则DLL与MFC库(包括MFC扩展 DLL)静态链接,将MFC库的代码直接生成在.dll文件中。在调用这种DLL的接口时,MFC使用DLL的资源。因此,在静态链接到MFC 的规则DLL中不需要进行模块状态的切换。-the DLL example, belong to the static link to the rules MFC DLL. MFC static link to the rules and MFC DLL libraries (including MFC extension DLL) static link, MFC will direct the generated code in. dll file. In calling this DLL interface, using MFC DLL resources. Therefore, the static link to the rules MFC DLL module does not require state switch.
Platform: | Size: 27103 | Author: zhengyan | Hits:

[Othervc++

Description: 一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类。- A simple digital clock procedure, date kind of derivation to MFC CStatic base class.
Platform: | Size: 19456 | Author: | Hits:

[Windows DevelopCClockST_src

Description: 一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类。-a simple digital clock procedures, which date the category MFC CStatic derived from the base class.
Platform: | Size: 6144 | Author: 易天行 | Hits:

[Dialog_WindowDialogBar调用切分窗口

Description: MDI生成切分窗口,并相互调用。 ◎MFC生成MDI程序框架,并允许切分窗口。 ◎静态生成左右两个切分窗口,分别与视图类CLeftView、CRightView建立关联。 ◎生成DialogBar,在DialogBar中添加Copy按钮和Clear按钮。 ◎在左侧的切分窗口中可以手动画线。点击Copy按钮可以将已经画的线拷贝到右侧切分窗口中,点击Clear按钮将左右窗口清空。-MDI production segmentation window, and call each other. MFC generation MDI procedural framework, and allow segmentation window. static generated about two split window, with the category CLeftView View, CRightView establish linkages. DialogBar generation, in addition DialogBar Copy button and the Clear button. cut in the left-hand window can be animated line. Click on the Copy button to draw the line has been copied to the right segmentation window, click on the Clear button to clear the window around.
Platform: | Size: 57344 | Author: 马克 | Hits:

[Static controlMeter1

Description: MFC编写的虚拟仪器,是一个封装很好的STATIC控件-MFC prepared by the virtual instrument, is a very good package STATIC Control. .
Platform: | Size: 68608 | Author: wuyu | Hits:

[Otherlabelexx

Description: 做用户界面的时候经常要用到一些静态文本控件,显示一些文字信息,但是 MFC 提供的 CStatic类的功能过于简单,无法满足高级需求。为此我从 CStatic 派生了一个类 CLabelEx,扩展了CStatic。第一次投稿,水平不足请大家见谅。-do the user interface, often have to use some static text control, showing some textual information, but the MFC CStatic functional categories are too simple, unable to meet senior needs. This, I CStatic derived from a type CLabelEx, expanded CStatic. The first drop, the level of inadequate Please be forgiven.
Platform: | Size: 23552 | Author: | Hits:

[GUI DevelopVC++(MFC)Face

Description: 说明: 1.copy these four files to your pragram folder, 2.add "*.Lib","*.h" to the project if USING MFC DLL, the files in "DLL" Folder, if using static lib,the files in "static" folder 3.add #include"SkinMagicLib.h" to the C*APP.cpp 4.In C*APP::InitInstance(), before show window, add: InitSkinMagicLib( GetModuleHandle(NULL), NULL, NULL,NULL) LoadSkinFile(".\\Tusk.smf") SetWindowSkin(AfxGetApp()->m_pMainWnd->m_hWnd , "MainFrame" ) SetDialogSkin("Dialog") -: 1.copy these four files to your pragram folder, 2.add "*. Lib" "*. h" to the project if USING MFC DLL, the files in "DLL" Folder, if using static lib, the files in the "static" folder 3.add# include "sk inMagicLib.h "to the C* C* APP.cpp 4.In APP : : InitInstance (), before show window, add : InitSkinMagicLib (GetModuleHandle (NULL) NULL, NULL, NULL) LoadSkinFile (. " \ \ Tusk.smf ") SetWindo wSkin (AfxGetApp ()-
Platform: | Size: 501760 | Author: 好军 | Hits:

[Windows Developpin_tu

Description: 基于MFC的一个拼图的游戏程序 其中用到了静态文本空间、图片控件、状态栏、位图的操作、菜单的操作、自定义对话框,此外还增加了一些其他功能。-a puzzle game in which procedures used space static text, photos controls, status bar, Bitmap operation, the operation of the menu, since the definition of the dialog, in addition to adding a number of other functions.
Platform: | Size: 677888 | Author: peterpan | Hits:

[OtherLoadGif

Description: 目前在网上有一个CPictureEx类,用于加载GIF动画,不过该类是mfc封装类,对于不使用mfc的c++程序员来讲,不能使用。为了让该类能够让更多的人方便的使用,使其不再被局限于MFC,本人花时间改造了一下这个类,改造后,该类可以应用于任何MFC、 WTL/ATL及其它WINDOWS API编程。   由于原来的CPictureEx是继承于CStatic类,本人改造后,在CPictureEx中直接封装了一个窗口句柄HWND。   假设您在一个弹出式Dialog对话框中加载gif动画,您要做的就是在对话框中放一个控件,可以是BUTTON、STATIC等等。假设您加的这个控件的ID是IDC_FLASH,您的对话框窗口句柄是hDlg,则要使用CPictureEx,将非常简单。详情参见源代码。-present on the Internet which is a CPictureEx category for loading GIF animation, But such is mfc Packaging category for the non-use of the c mfc speaking programmers, which can not be used. To allow such to allow more people to use, it will not be confined to the MFC. I spend time on this transformation of the type that after transformation, and these can be applied to any MFC. WTL/ATL and other Windows API programming. As the original CPictureEx inherited from CStatic category, I transform, In CPictureEx directly Packaging a window handle HWND. Suppose you in a pop-up dialog box loaded Dialog gif animation You need to be done is up in a dialog box controls can be BUTTON, STATIC, and so on. Suppose you added in the control ID is IDC_FLASH, your dialog window handle is hDlg, CPictureEx w
Platform: | Size: 365568 | Author: 王易 | Hits:

[OtherRegularDll

Description: 这个DLL的例子,属于静态链接到MFC 的规则DLL。静态链接到MFC的规则DLL与MFC库(包括MFC扩展 DLL)静态链接,将MFC库的代码直接生成在.dll文件中。在调用这种DLL的接口时,MFC使用DLL的资源。因此,在静态链接到MFC 的规则DLL中不需要进行模块状态的切换。-the DLL example, belong to the static link to the rules MFC DLL. MFC static link to the rules and MFC DLL libraries (including MFC extension DLL) static link, MFC will direct the generated code in. dll file. In calling this DLL interface, using MFC DLL resources. Therefore, the static link to the rules MFC DLL module does not require state switch.
Platform: | Size: 26624 | Author: zhengyan | Hits:

[GUI DevelopCommonCtrls

Description: mfc窗口程序的所有例子,综合到了一起。 按钮 组合框控件 编辑框 TreeView控件 Static控件 PropertySheet RichEdit ListView/ListBox 可以很直观的了解所有控件的使用,对初学者帮助很大-mfc window procedure all the examples, integrated together. Button combo box edit box control TreeView control Static Control PropertySheet RichEdit ListView/ListBox can be an intuitive understanding of the use of all controls, very helpful for beginners
Platform: | Size: 3333120 | Author: 游弋人生 | Hits:

[Static controlbeautiful_static

Description: vc++ 漂亮的mfc静态文本控件,可以做成多种形式的文本!-vc++ beautiful mfc static text controls, can cause various forms of text!
Platform: | Size: 3515392 | Author: Qin Qiang | Hits:

[Static controlstatic07

Description: mfc static control mfc static control
Platform: | Size: 91136 | Author: hong | Hits:

[Static controlStaticExample

Description: mfc static control mfc static control
Platform: | Size: 220160 | Author: hong | Hits:

[Button controlMFC

Description: 这个控件类库结合静态文本框的动态变化,初学者的福音。-The combination of static text box control library dynamic changes, beginner' s Gospel.
Platform: | Size: 4039680 | Author: 荣尚石 | Hits:

[Windows DevelopMFC_static_link_library_Dynamic_Analysis_Tutorial.

Description: MFC动态静态链接库解析教程MFC static link library Dynamic Analysis Tutorial-MFC static link library Dynamic Analysis Tutorial MFC static link library Dynamic Analysis Tutorial
Platform: | Size: 293888 | Author: et | Hits:

[Internet-NetworkVC-MFC-STATIC-color

Description: MFC中修改STATIC的文本颜色和文本字体等-MFC modify the the STATIC text color and text font, etc.
Platform: | Size: 153600 | Author: tc | Hits:

[GDI-BitmapStatic-control-mouse-events

Description: MFC中的静态控件一般不支持鼠标响应函数,该程序弥补了这一不足,通过重载静态控件,是控件能够响应鼠标事件-MFC static control does not support the mouse response function, the program up for this shortfall by overriding the static control, the control can respond to mouse events
Platform: | Size: 69632 | Author: 敏晓郭 | Hits:

[HtmlCtrl

Description: 在MFC中STATIC 控件上显示网页或HTML字符串(In the MFC static control to display a web page or HTML string)
Platform: | Size: 4096 | Author: 求求86 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net