Welcome![Sign In][Sign Up]
Location:
Search - DrawItem

Search list

[GUI DevelopDrawItem

Description: 说明:类似QQ选择头像的图片选择界面效果。-: QQ similar choice as the first choice of interface effects pictures.
Platform: | Size: 519893 | Author: 杨勇 | Hits:

[Button controlOwnDrawButton

Description: 一、用ClassWizard生成一个新类,名字假设起为CMyButton,基类选为CButton; 二、在新类中用ClassWizard添加函数:PreSubclassWindow()、DrawItem()、OnMouseMove()、OnLButtonDown()、OnLButtonUp();-one with ClassWizard generate a new category, the names of hypotheses for CMyButton, elected CButton base class; Two of the new type used ClassWizard added function : PreSubclassWindow (), DrawItem (), OnMouseMove (), OnLButtonDown (), OnLButtonUp ();
Platform: | Size: 53265 | Author: 张刚 | Hits:

[ListView/ListBoxlistbox 工具窗口

Description: listbox 的拓展程序,一个自定义的listbox,对DRAWITEM进行重载-listbox expansion process, since the definition of a listbox. for heavy right DRAWITEM
Platform: | Size: 2035433 | Author: 吴忠 | Hits:

[GUI DevelopIconMenu

Description: 在MFC应用程序中为菜单添加图标。CMenu中派生类,并改写DrawItem,MeasureItem方法
Platform: | Size: 54878 | Author: 秋水飘零 | Hits:

[Button controlImageText

Description: 在按钮中绘制图标,通过改写CButton中的DrawItem的方法来实现
Platform: | Size: 73343 | Author: 肖月 | Hits:

[Button controlNotRule

Description: 实现显示不规则按钮的功能,主要通过改写CButton中DrawItem的方法实现自定义按钮的绘制
Platform: | Size: 26915 | Author: 肖月 | Hits:

[Menu controlCoolMenu

Description: 很漂亮的菜单.. 在要使用此类菜单的头文件中加入成员变量(此例中使用:m_mnu), 注意要包括头文件:#include \"MyCoolMenu.h\",在要使用此类菜 单的初始化函数中 (如OnInitDialog):输入下行代码: m_mnu.AttachMenu(GetMenu()->GetSafeHmenu(),IDR_TOOLBAR1,CSize(16,15)) 如果不使用图标,则第一个参数为-1就行了。 最重要的就是在程序中要用窗口的OnDrawItem和 OnMeasureItem来调用 m_mnu.DrawItem(lpDrawItemStruct) m_mnu.MeasureItem(lpMeasureItemStruct) 这两个函数!
Platform: | Size: 21911 | Author: ybc | Hits:

[GUI DevelopDrawItem

Description: 说明:类似QQ选择头像的图片选择界面效果。-: QQ similar choice as the first choice of interface effects pictures.
Platform: | Size: 519168 | Author: 杨勇 | Hits:

[Button controlOwnDrawButton

Description: 一、用ClassWizard生成一个新类,名字假设起为CMyButton,基类选为CButton; 二、在新类中用ClassWizard添加函数:PreSubclassWindow()、DrawItem()、OnMouseMove()、OnLButtonDown()、OnLButtonUp();-one with ClassWizard generate a new category, the names of hypotheses for CMyButton, elected CButton base class; Two of the new type used ClassWizard added function : PreSubclassWindow (), DrawItem (), OnMouseMove (), OnLButtonDown (), OnLButtonUp ();
Platform: | Size: 1943552 | Author: 张刚 | Hits:

[ListView/ListBoxlistbox 工具窗口

Description: listbox 的拓展程序,一个自定义的listbox,对DRAWITEM进行重载-listbox expansion process, since the definition of a listbox. for heavy right DRAWITEM
Platform: | Size: 2034688 | Author: 吴忠 | Hits:

[GUI DevelopTestDrawItemFunction

Description: 转载请注明来源: 开源盛世-源代码下载网 www.vscodes.com-reproduced Source : revenue Spirit-source code download network www.vscodes.com
Platform: | Size: 26624 | Author: 无名 | Hits:

[ListView/ListBoxToolTipListBoxDemo

Description: 该工程实现了可以显示多行内容的ToolTip的ListBox,继承CWnd实现了一个自定义的ToolTip类,再继承CListBox实现了一个自定义的ListBox类-realization of the project can show the contents of multiple lines ToolTip the ListBox, Inheritance CWnd implementation of a custom ToolTip category, CListBox succession again achieved since the definition of a ListBox Class
Platform: | Size: 19456 | Author: jorry | Hits:

[GUI DevelopWin32_SDK_C_TabControl_demo

Description: 用VC实现界面中控件TabControl的基本功能。-VC interface used to achieve the basic functions of TabControl control.
Platform: | Size: 126976 | Author: 张松宝 | Hits:

[Button controlImageText

Description: 在按钮中绘制图标,通过改写CButton中的DrawItem的方法来实现
Platform: | Size: 72704 | Author: 肖月 | Hits:

[Button controlNotRule

Description: 实现显示不规则按钮的功能,主要通过改写CButton中DrawItem的方法实现自定义按钮的绘制-Realize the function of the button shows irregular, primarily by rewriting DrawItem way in CButton realize custom button mapping
Platform: | Size: 26624 | Author: 肖月 | Hits:

[GUI DevelopHabitiInterface-MulLanguage

Description: 使用DrawItem函数个性化界面,多国语言切换使用SetThreadLocale函数就很容易的实现,不过Win2K以上版本的OS中好用。 -The use of personalized DrawItem function interface, multi-language switch SetThreadLocale function can easily use the implementation, but more than Win2K version of the OS in use.
Platform: | Size: 81920 | Author: 王新 | Hits:

[ListView/ListBoxnew_list_ctrl

Description: 以重载DrawItem的方式,实现一个自画的ListCtrl-DrawItem way to heavy-duty, self-realization of a painting ListCtrl
Platform: | Size: 11807744 | Author: chenkuo | Hits:

[Windows DevelopButton

Description: 修改Button的drawitem函数 改变Button的背景色前景色,美化按钮-Button' s drawitem function changes the background color to change Button foreground color, landscaping button
Platform: | Size: 7004160 | Author: 华哥 | Hits:

[Button controlDrawButton

Description: 自绘按钮,在MFC中通过CButton类的DrawItem函数来实现自绘一个按钮,使其看上去更美观-Since the draw button, through CButton in MFC classes to implement owner-draw DrawItem function of a button, and make it look more beautiful
Platform: | Size: 7689216 | Author: monzart | Hits:

[ListView/ListBoxCListViewMultiline

Description: VC++ 界面编程,重载DrawItem,实现多行显示功能,非常经典,值得参考-VC++ interface programming, heavy DrawItem, multi-line display, very classic, it is also useful
Platform: | Size: 1972224 | Author: 明白人 | Hits:
« 12 3 »

CodeBus www.codebus.net