Welcome![Sign In][Sign Up]
Location:
Search - VC icon toolbar

Search list

[WinSock-NDISPlaceIcontoToolbarofIE

Description: VisualC++6.0做的在IE工具栏中加入快捷图标-VC 6.0 done in IE toolbar icon speedy accession
Platform: | Size: 40584 | Author: ZHOU | Hits:

[GUI DevelopIEButton2

Description: 在IE工具栏中加入快捷图标,属于VC-IE toolbar icon speedy accession, belonging to VC
Platform: | Size: 30382 | Author: leepp | Hits:

[Dialog_Windowchengxudai

Description: 例子代码:如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法,增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条,如何为应用程序添加启动画面 比较基础,给学习VC的朋友.-code examples : MFC AppWizard how to amend the framework Generation Wizard process and the appearance of size, change icon, cursor, background of the three methods, to increase and delete the toolbar button, how to increase application toolbars, how to display and hide the toolbar. Custom status bar, the status bar add clock, CTime category and usage. Add the state of progress of the column, how to add application startup screen basis for comparison, to study VC friends.
Platform: | Size: 52944 | Author: 王理 | Hits:

[Windows DevelopVC视图绘制动态曲线图

Description: ======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : TestDrawCurve_26 ======================================================================== AppWizard has created this TestDrawCurve_26 application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your TestDrawCurve_26 application. TestDrawCurve_26.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. TestDrawCurve_26.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the CTestDrawCurve_26App application class. TestDrawCurve_26.cpp This is the main application source file that contains the application class CTestDrawCurve_26App. TestDrawCurve_26.rc This is a listing of all of the Microsoft Windows resources that the program uses. It includes the icons, bitmaps, and cursors that are stored in the RES subdirectory. This file can be directly edited in Microsoft Visual C++. TestDrawCurve_26.clw This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store information needed to create and edit message maps and dialog data maps and to create prototype member functions. res\TestDrawCurve_26.ico This is an icon file, which is used as the application's icon. This icon is included by the main resource file TestDrawCurve_26.rc. res\TestDrawCurve_26.rc2 This file contains resources that are not edited by Microsoft Visual C++. You should place all resources not editable by the resource editor in this file. ///////////////////////////////////////////////////////////////////////////// For the main frame window: MainFrm.h, MainFrm.cpp These files contain the frame class CMainFrame, which is derived from CFrameWnd and controls all SDI frame features. res\Toolbar.bmp This bitmap file is used to create tiled images for the toolbar. The initial toolbar and status bar are constructed in the CMainFrame class. Edit this toolbar bitmap using the resource editor, and update the IDR_MAINFRAME TOOLBAR array in TestDrawCurve_26.rc to add toolbar buttons. ///////////////////////////////////////////////////////////////////////////// AppWizard creates one document type and one view: TestDrawCurve_26Doc.h, TestDrawCurve_26Doc.cpp - the document These files contain your CTestDrawCurve_26Doc class. Edit these files to add your special document data and to implement file saving and loading (via CTestDrawCurve_26Doc::Serialize). TestDrawCurve_26View.h, TestDrawCurve_26View.cpp - the view of the document These files contain your CTestDrawCurve_26View class. CTestDrawCurve_26View objects are used to view CTestDrawCurve_26Doc objects. ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named TestDrawCurve_26.pch and a precompiled types file named StdAfx.obj. Resource.h This is the standard header file, which defines new resource IDs. Microsoft Visual C++ reads and updates this file. ///////////////////////////////////////////////////////////////////////////// Other notes: AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize. If your application uses MFC in a shared DLL, and your application is in a language other than the operating system's current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to German.) If you don't do this, some of the UI elements of your application will remain in the language of the operating system. /////////////////////////////////////////////////////////////////////////////
Platform: | Size: 1967656 | Author: xiayang168 | Hits:

[Internet-NetworkPlaceIcontoToolbarofIE

Description: VisualC++6.0做的在IE工具栏中加入快捷图标-VC 6.0 done in IE toolbar icon speedy accession
Platform: | Size: 45056 | Author: ZHOU | Hits:

[Button controlIconToolbar

Description: 做项目时别人用的一个类,VC默认的工具栏不支持文字,这个类解决了这个问题-a project to others of a category, VC default toolbar does not support text, the type solved the problem
Platform: | Size: 13312 | Author: liulixing | Hits:

[GUI DevelopIEButton2

Description: 在IE工具栏中加入快捷图标,属于VC-IE toolbar icon speedy accession, belonging to VC
Platform: | Size: 29696 | Author: leepp | Hits:

[ToolBarVC6_toolbar

Description: 6.0关于工具条的设计,包括如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。-6.0 on the tools of the design, including how to amend the MFC AppWizard Wizard generated in the framework of the procedures appearance and size, the icon changes, cursor, background of the three methods. How to increase and delete the toolbar button, how to increase application toolbars, how to display and hide the toolbar. Custom status bar, the status bar add clock, CTime category and usage. Add the state of progress of the column (the main window after the immediate progress of the ingenious idea, OnCreate function not directly address that we had to use information from the definition of the methods). Coordinates of the mouse, in which access to state CView column object in several ways. Application procedures for how to add the startup screen.
Platform: | Size: 57344 | Author: 常攀峰 | Hits:

[Dialog_Windowchengxudai

Description: 例子代码:如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法,增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条,如何为应用程序添加启动画面 比较基础,给学习VC的朋友.-code examples : MFC AppWizard how to amend the framework Generation Wizard process and the appearance of size, change icon, cursor, background of the three methods, to increase and delete the toolbar button, how to increase application toolbars, how to display and hide the toolbar. Custom status bar, the status bar add clock, CTime category and usage. Add the state of progress of the column, how to add application startup screen basis for comparison, to study VC friends.
Platform: | Size: 3674112 | Author: 王理 | Hits:

[source in ebooklesson9

Description: 孙鑫老师VC视频第九课代码:如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。-SUN Xin ninth video lesson teacher VC code: how to modify the MFC AppWizard Wizard to generate the appearance of the framework of procedures and size, modify the icon, cursor, background three methods. How to add and remove toolbar buttons, how to increase the application toolbar, how to show and hide the toolbar. Custom status bar, add in the status bar clock display, CTime class and its usage. In the status bar to add the progress bar (the main window immediately after the progress bar the ingenious ideas, in the OnCreate function should not directly deal with, to use a custom message to the method). Mouse coordinates shows that access to the status bar in the CView object in several ways. How to add a splash screen applications.
Platform: | Size: 57344 | Author: shanyingying | Hits:

[GDI-BitmapToolIcon

Description: 在工具栏中使用bmp图标,增强VC程序的表现力-Bmp using the toolbar icon, and enhance the performance of VC procedures edge
Platform: | Size: 43008 | Author: nick | Hits:

[source in ebookahfls

Description: 工具栏编程源码,工具栏图标编程是编程人间经常碰到的,这个源码供大家共同参考学习.并发表意见.-Toolbar source programming, toolbar icon programming is frequently encountered programming world, this common reference source for everyone to learn. And to express their views.
Platform: | Size: 2395136 | Author: zhu | Hits:

[Graph DrawingBmpTest

Description: 简单画图板程序 实现windows画图板的部分简单功能 基本功能: (1)绘制直线、曲线; (2)绘制各种形状,比如矩形、椭圆形 (3)绘制各种实心形状,比如实心矩形、实心椭圆等 (4)添加文字 (5)设置不同的绘制颜色 (6)显示磁盘上已有的图片文件 (7)具备“橡皮擦”的功能,进行擦除 (8)填充功能 (9)画刷功能 (10)设置图形边框线宽 (11)不同功能实现鼠标的形状的变化 (12)工具栏图标选中与否的变化 (13)添加打开程序的欢迎界面-Simple procedures for drawing board drawing board windows realize some simple function of the basic functions: (1) Draw a straight line, curve (2) Draw the various shapes, such as rectangular, oval-shaped (3) rendering a variety of solid shapes, such as a solid rectangle, solid elliptical, etc. (4) add language (5) set up different color rendering (6) shows that there is a disk image file (7) have the " eraser" function, to erase (8) filled function (9) paint brush function (10) set the graphics frame linewidth (11) different functions realize the changes in the shape of mouse (12) toolbar icon to select whether or not changes in (13) to open the procedure to add interface welcome
Platform: | Size: 4439040 | Author: 李刚 | Hits:

[GUI Develop200942411001199VCusefulexamplesofcode

Description: 十个有用的VC编程实例: 实例1 重启动和关闭计算机 实例2 实现QQ程序的抽屉效果 实例3 进制转换 实例4 读写系统时间 实例5 网络聊天:WINSOCK-TCP 实例6 拷贝、删除和移动文件 实例7 屏蔽系统热键和隐藏任务栏 实例8 在IE工具栏中加入快捷图标 实例9 获得主机名和IP地址 实例10 获得Windows系统安装目录-10 VC useful programming examples: Example 1 restart and shut down your computer Example 2 drawer procedures to achieve the effect of QQ example 3 example 4 hexadecimal conversion system time to read and write examples of 5 online chat: WINSOCK-TCP examples of 6-copy, delete, and move Examples of system shielding paper 7 hotkey and hide the task bar examples 8 to join in the IE shortcut icon on the toolbar example 9 to obtain the host name and IP address of an example installation of 10 access to Windows system directory
Platform: | Size: 6120448 | Author: 若水 | Hits:

[Picture ViewerAddIconInIE

Description: 可以在IE工具栏添加图标,VC++实现,简单易用-You can add the IE icon on the toolbar
Platform: | Size: 1914880 | Author: taozhao04 | Hits:

[Dialog_WindowTOOLBar

Description: VC VB界面编程可能用到的工具栏图标,欢迎下载-VC VB programming interface may be used in the toolbar icon, please download
Platform: | Size: 3885056 | Author: lili | Hits:

[ISAPI-IEIEButton

Description: VC++在IE工具栏中加入一个图标,不懂的朋友可以下载这个示例程序,你会从中学到方法,现在的不少软件像迅雷、MSN、网际快车等,在安装完成后都会在IE的工具栏中加入一个图标,以方便用户使用软件,其实这种功能不赞成使用,如果每个人都把自己的软件添加这么一个功能,那IE的工具栏岂不是太热闹了? -VC++ to add a toolbar in the IE icon, but not the friends can download the sample program, you will learn methods, and now many software like the Thunder, MSN, Flashget, etc., will, after completion of the installation tool in IE column by adding an icon, a user use the software, in fact, this feature is deprecated, if everyone gives to their software to add such a feature, IE toolbar that it not be too lively?
Platform: | Size: 21504 | Author: madud00079 | Hits:

[ToolBarToolBar

Description: vc++向对话框的工具栏添加图标,图标是位图,可以是外部图片,-vc++ dialog box toolbar to add the icon, the icon is a bitmap, which can be external images,
Platform: | Size: 3873792 | Author: | Hits:

[OtherA163400867-27044

Description: VC++向IE的工具条上添加自定义的按钮图标,本测试源码,是将windows自带的计算器图标添加到IE的工具栏窗口中,不过现在360对于这种向工具栏添加图标的功能会拦截,测试时候会被360拦截,若想看到测试效果请放行,若只是测试下,可以选择阻止。(Vc + + to add custom on IE toolbar button icon, this test source code, is to add Windows's own calculator icon to the IE toolbar window, but it is now 360 for this kind of the function of add to the toolbar ICONS can intercept, test will be blocked by 360, if you want to see the test result, please release, if just under test, you can choose to stop.)
Platform: | Size: 13312 | Author: 小阿七 | Hits:

[OtherVC-MFC中使用工具栏控件详解

Description: vc中关于mfc的应用,其中主要关于工具栏的,工具栏中添加图标文字和响应消息(The application of MFC in VC, which is mainly on the toolbar, adding icon text and response messages in the toolbar)
Platform: | Size: 238592 | Author: achang | Hits:
« 12 »

CodeBus www.codebus.net