Welcome![Sign In][Sign Up]
Location:
Search - draw menu

Search list

[Button controldock_window_demo

Description: A Powerfull Ownerdraw Menu A fully featured owner-draw menu class CMenuXP is a class derived from CMenu using ownerdraw technology. I named it MenuXP because I expected it to be like the menus found in Office XP and Windows XP, but I failed to accomplish it. The main difficulty that I had was converting the 3D border of the menu into a flat one, but I hope it is still useful to you. I constructed the class from the Scribble sample application and some of the drawing code is copied from the CCoolMenuManager class. Additionally, I have also used a class named CBCGKeyHelper from BCGControlBar to show the accelerator key text.-A Powerfull Ownerdraw Menu A fully featured owner-draw menu class CMenuXP is a class derived from CMenu using ownerdraw technology. I named it MenuXP because I expected it to be like the menus found in Office XP and Windows XP, but I failed to accomplish it. The main difficulty that I had was converting the 3D border of the menu into a flat one, but I hope it is still useful to you. I constructed the class from the Scribble sample application and some of the drawing code is copied from the CCoolMenuManager class. Additionally, I have also used a class named CBCGKeyHelper from BCGControlBar to show the accelerator key text.
Platform: | Size: 66053 | Author: 胡欣 | Hits:

[JSP/Javadraw

Description: mpl.add(new MenuItem(\"DDA画线\")) mpl.add(new MenuItem(\"中点画线\")) mpl.add(new MenuItem(\"Bresenham画线\")) mpl.addActionListener(this) mp2=new Menu(\"画圆\") mp.add(mp2) mp2.add(new MenuItem(\"公式法画圆\")) mp2.add(new MenuItem(\"多边形逼近圆\")) mp2.add(new MenuItem(\"中点画圆\")) mp2.addActionListener(this)
Platform: | Size: 6292 | Author: 李默 | Hits:

[GUI DevelopMenus

Description: 本程序是一个在vc环境下构建菜单程序的实例本人希望所有对vc可视化编程感兴趣的网友们分享本人的一点心得本程序有很强的代表性有利于读者举一反三-this procedure is an environment in vc Construction menu procedures examples I hope that all right vc Visual Programming interested netizens to share my experience of this program is a strong representation is conducive to draw inferences from readers
Platform: | Size: 1960960 | Author: ali | Hits:

[Button controldock_window_demo

Description: A Powerfull Ownerdraw Menu A fully featured owner-draw menu class CMenuXP is a class derived from CMenu using ownerdraw technology. I named it MenuXP because I expected it to be like the menus found in Office XP and Windows XP, but I failed to accomplish it. The main difficulty that I had was converting the 3D border of the menu into a flat one, but I hope it is still useful to you. I constructed the class from the Scribble sample application and some of the drawing code is copied from the CCoolMenuManager class. Additionally, I have also used a class named CBCGKeyHelper from BCGControlBar to show the accelerator key text.-A Powerfull Ownerdraw Menu A fully featured owner-draw menu class CMenuXP is a class derived from CMenu using ownerdraw technology. I named it MenuXP because I expected it to be like the menus found in Office XP and Windows XP, but I failed to accomplish it. The main difficulty that I had was converting the 3D border of the menu into a flat one, but I hope it is still useful to you. I constructed the class from the Scribble sample application and some of the drawing code is copied from the CCoolMenuManager class. Additionally, I have also used a class named CBCGKeyHelper from BCGControlBar to show the accelerator key text.
Platform: | Size: 65536 | Author: 胡欣 | Hits:

[GUI DevelopVB6_CommandBar_Full_Source

Description: The vbAccelerator CommandBar control is a full toolbar/menu control which currently offers configurable styles, colours and a full-object model for configuring the buttons and menus. The control can draw in Office 2003, Office XP, MS Money and System styles, supports icons with alpha-channels and runs on any Windows system. The control is currently a pre-release version, and although it can be used now, some important features have not yet been implemented, particularly MDI support, docking container and toolbar borders. -The vbAccelerator CommandBar control is a full toolbar/menu control which currently offers configurable styles, colours and a full-object model for configuring the buttons and menus. The control can draw in Office 2003, Office XP, MS Money and System styles, supports icons with alpha-channels and runs on any Windows system. The control is currently a pre-release version, and although it can be used now, some important features have not yet been implemented, particularly MDI support, docking container and toolbar borders.
Platform: | Size: 262144 | Author: 陈建军 | Hits:

[JSP/Javadraw

Description: mpl.add(new MenuItem("DDA画线")) mpl.add(new MenuItem("中点画线")) mpl.add(new MenuItem("Bresenham画线")) mpl.addActionListener(this) mp2=new Menu("画圆") mp.add(mp2) mp2.add(new MenuItem("公式法画圆")) mp2.add(new MenuItem("多边形逼近圆")) mp2.add(new MenuItem("中点画圆")) mp2.addActionListener(this) -mpl.add (new MenuItem ( DDA line drawing )) mpl.add (new MenuItem ( in the line stipple )) mpl.add (new MenuItem ( Bresenham line drawing )) mpl.addActionListener (this) mp2 = new Menu ( Circle ) mp.add (mp2) mp2.add (new MenuItem ( drawcircle formula )) mp2.add (new MenuItem ( Polygon approximation circle )) mp2.add (new MenuItem ( midpoint drawcircle )) mp2.addActionListener (this)
Platform: | Size: 6144 | Author: 李默 | Hits:

[OpenGL programSample

Description: 一个OpenGL的编程简单例子,初学者看一看,c++平台上运行,有兴趣可以看看,主要实现画矩形和右击鼠标出现菜单,按 q 实现退出,代码只有几十行。 -OpenGL programming a simple example, take a look at the beginner, c++ Platforms are interested can see that the main draw rectangular and right-click mouse menu appears, press q to achieve withdrawal, code only a few dozen lines.
Platform: | Size: 2363392 | Author: huangwenjun | Hits:

[Graph DrawingDraw

Description: 本次综合设计实验是用C++语言在MFC环境下实现一个的画图程序。程序主要由两个类构成,分别是实现响应菜单和实现作图与图形处理的功能。在作图类里有计算机图形学课本中的各种的与图形相关的算法的具体实现,如DDA画线算法、中点圆算法、种子填充算法、平移、旋转、比例缩放等。-The integrated design of experiments is used C language in the MFC environment realize a drawing program. Procedures constituted mainly by two categories, namely, to respond to the menu and realize realize mapping and graphics processing functions. In the mapping category, there are computer graphics in a variety of textbooks and graphics related to the concrete realization of the algorithm, such as the DDA line drawing algorithm, the midpoint circle algorithm, the seed fill algorithm, translation, rotation, scaling and so on.
Platform: | Size: 3769344 | Author: xiaoqzh | Hits:

[Menu controlSampleMenu_src

Description: 实现了一个自画菜单,包括图标和水平/垂直渐变的2D/3D菜单背景-Realize a self-draw menu, including the icon and level/vertical gradient of 2D/3D menu background
Platform: | Size: 31744 | Author: 严重霄 | Hits:

[GDI-BitmapDebug

Description: 绘制菜单图形,包括对话框,等等的图形界面代码-Draw menu graphics, including dialog boxes, etc. The graphical interface code
Platform: | Size: 1024 | Author: hl | Hits:

[Menu controlMyCoolMenu

Description: 很漂亮的菜单,可以实现自会完美自绘制。自绘菜单的实现具体可参加代码里面的说明-Very nice menu, you can realize will perfect self-mapping. Since the draw menu can take part in the realization of a specific description of the code inside
Platform: | Size: 18432 | Author: 李虎 | Hits:

[GUI Developsmallprogramofvc++

Description: 总结了20个在VC中常用的20个源码程序,主要在窗口绘制上使用,主要有位图菜单项、模式对话框、 限制窗口大小、透明窗、拆分窗口、自动停靠等各种功能-Summed up the 20 commonly used in the VC-source program 20, the main draw of the window to use the main menu item bitmap, mode dialog box to restrict the window size, transparent window, split window, various functions such as automatic call
Platform: | Size: 35762176 | Author: 脉冲信号 | Hits:

[J2MEMenuCanvas

Description: 如何在手机上绘制游戏菜单,使用cavas绘制,采用j2me编程语言!-How to draw the game on your mobile phone menu, use cavas mapping using j2me programming language!
Platform: | Size: 1024 | Author: hzc | Hits:

[GUI DevelopOwnerdrawmenu

Description: owner draw menu 对初学者有益-owner draw menu
Platform: | Size: 30720 | Author: matthew | Hits:

[.netxpStyleMen

Description: Make your menu to xpstyle easily! Just "Draw" this control on your form! This file came from Planet-Source-Code.com...the home millions of lines of source code You can view comments on this code/and or vote on it at: http://www.Planet-SourceCode.com/vb/scripts/ShowCode.asp?txtCodeId=1366&lngWId=10
Platform: | Size: 195584 | Author: yeyuqi | Hits:

[GUI DevelopVC.from.draw.menu.Development

Description: VC编程自绘菜单高级开发代码VC programming code from the draw menu, Advanced Development -VC programming code from the draw menu, Advanced Development
Platform: | Size: 41984 | Author: e | Hits:

[OpenGL programopengl-simple-demo-menu

Description: 简单的图形绘制软件包示例程序:要求能实现画文本、画线、三角形、矩形和点的绘制及菜单。-Simple drawing package sample program: Request to draw text, draw lines, triangles, rectangles, and points to draw menu
Platform: | Size: 8192 | Author: 絮春风 | Hits:

[Menu controlmenu

Description: 第一步:将所有菜单项设置为MF_OWNERDRAW,即自绘模式 第二步:在WM_MEASUREITEM消息中设置菜单项的大小 第三步:在WM_DRAWITEM消息中进行菜单项的绘制-The code of owner draw menu for VC++ designer
Platform: | Size: 24576 | Author: 蒋涛 | Hits:

[Internet-Networkopengl-simple-demo-menu

Description: 简单的图形绘制软件包示例程序:要求能实现画文本、画线、三角形、矩形和点的绘制及菜单。-Simple drawing package sample program: Request to draw text, draw lines, triangles, rectangles, and points to draw menu
Platform: | Size: 8192 | Author: dentBar | Hits:

[Graph DrawingDraw-menu

Description: 开发一个基于MFC的OpenGL图形系统,菜单绘制-Develop a MFC-based OpenGL graphics system, draw menu
Platform: | Size: 2531328 | Author: 蓝澜 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 13 »

CodeBus www.codebus.net