Visual C++ 编程资源大全(英文源码 控件)


1,01.zip<br>3D Text<br>显示3D文字(6KB)<END><br>2,02.zip<br>A button within a button<br>按纽中的按纽(13KB)<END><br>3,03.zip<br>Flat Owner Drawn Buttons<br>浮动的自画按纽(13KB)<END><br>4,04.zip<br>Flat-look Buttons <br>浮动的工具条按纽(6KB)<END><br>5,05.zip<br>Showing disabled combo text in black<br>ComboBox的只读属性(5KB)<END><br>6,06.zip<br>Combobox Color Picker <br>选择颜色的ComboBox(6KB)<END><br>7,07.zip<br>Switch between drop down & drop list mode <br>处理drop down和drop list方式之间的转换(32KB)<END><br>8,08.zip<br>Drop down a popdown window instead of a dropdown list from a combobox 在ComboBox中用Drop down方式代替dropdown list方式(32KB)<END><br>9,09.zip<br>Change listbox width of combo boxes<br>在ComboBox中改变列表框的宽度(2KB)<END><br>10,10.zip<br>Owner Drawn Font Selection ComboBox <br>自画的字体选择ComboBox(5KB)<END><br>11,add.zip<br>This sample was developed on stage at the Washington Software Association's WinSIG meeting on the ninth of September, 1996 using Visual C++ 4.2. (13KB)<END><br>12,apibrow.zip<br>The project demonstrates the use of common control callback items in an MFC applicationthat manages a CListCtrl control in a CListView. (16KB)<END><br>13,colorlb.zip<br>The COLORLB sample shows how to implement an owner-draw list box. (53KB)<END><br>14,comper.zip<br>COMPER is an example of the ATL Composite Control. (123KB)<END><br>15,custfile.zip<br>This sample shows how to add a couple of extra buttons to a CFileDialog. (23KB)<END><br>16,custlist.zip<br>CUSTLIST shows how to use custom draw in a list view control. (23KB)<END><br>17,div.zip<br>This sample shows how floating-point exceptions may be captured and handled in an MFC application. (14KB)<END><br>18,doodads.zip<br>The project demonstrates many Windows common controls, including the extensive use of image lists. (83KB)<END><br>19,doubleedit.zip<br>DOULBEEDIT shows how to sublcass an edit control inside a form view and react to double-clicks on the edit control by handling the WM_LBTNDOUBLECLICK message. (18KB)<END><br>20,dumpsome.zip<br>DUMPSOME is a project for Visual C++ 4.x that shows how to write a CGI server extension which uses MFC and DAO. (8KB)<END><br>21,edpos.zip<br>EDPOS is a MDI-based MFC application that shows an edit control in its primary view. (35KB)<END><br>22,edstream.zip<br>this sample shows how to use the StreamIn() and StreamOut() members of the CRichEditCtrl class in MFC. (36KB)<END><br>23,findrich.zip<br>RICHFIND is a dialog-based MFC application for Visual C++ 6.0. (24KB)<END><br>24,floatlist.zip<br>The FloatList sample is an MFC-based SDI application with an edit view as its main window. (49KB)<END><br>25,fully.zip<br>FULLY shows how to make an MFC application make one of its views go full-screen active. (43KB)<END><br>26,holder.zip<br>HOLDER contains the Internet Explorer web browser control using CHtmlView in an MFC application. (67KB)<END><br>27,langload.zip<br>LANGLOAD shows how to use the LANGUAGE keyword in a resource file to mark language-specific resources. (2KB)<END><br>28,listfind.zip<br>This sample shows how to use the CList<> template. (9KB)<END><br>29,ndbrow.zip<br>This Visual C++ 6 project shows how to create an MDI application that hosts CHtmlView (20KB)<END><br>30,mfctalk.zip<br>MFCTALK was originally published with Mike's article on ISPAI programming with MFC in the May (23KB)<END><br>31,mfctlist.zip<br>MCTTLIST is a dialog-based application that provides the same functionality as the TLIST sample in the SDK. (28KB)<END><br>32,mruless.zip<br>MRULESS shows a way to strip the empty "Recent Files" item off the "File" menu when there are no entries in the MRU. (32KB)<END><br>33,mtprint.zip<br>MTPRINT demonstrates the use of a secondary thread to perform printing in an application that uses MFC's document/view architecture. (21KB)<END><br>34,multitop.zip<br>MULTITOP shows how to write an SDI application which has multiple top level windows and uses the MFC doc/view architecture.(30KB)<END><br>35,njfind16.zip<br>This 16-bit DOS tool traverses all directories on all drives on your machine and finds files which match the template you specify. (33KB)<END><br>36,noform.zip<br>This sample shows how to make an application that doesn't have the doc/view architecture but still offers a form in the client area of the application's main window. (33KB)<END><br>37,odcombo.zip<br>ODCOMBO.ZIP is a VC++ 6.0 dialog-based project that contians an onwer-drawn combo box. (23KB)<END><br>38,picknew.zip<br>It demonstrates calling CDocTemplate::OpenDocumentFile(). (49KB)<END><br>39,primecon.zip<br>PrimeCon is a VC++ 6.0 sample which uses MFC in a console application.(60KB)<END><br>40,q1.zip<br>Q1 is a VC++ 6.0 project that creates two threads. (79KB)<END><br>41,scrl.zip<br>This dialog-based application shows how to use the CListCtrl::Scroll() member. (14KB)<END><br>42,spinrange.zip<br>SpinRange is a VC++ 6.0 project that shows how to subclass a CSpinButtonControl to dramatically extend the range of the control. (24KB)<END><br>43,splits.zip<br>This VC++ 5.0 project shows how to manage views within a splitter window. (36KB)<END><br>44,stealth.zip<br>This SDI application shows how to create an application that doesn't show up in the task bar in Windows 95 or Windows NT 4.0. (29KB)<END><br>45,tenhook.zip<br>Because the Windows dialog manager eats all keystrokes, you'll need to install a Windows keyboard hook if you want to get keyboard input to your dialog without other controls getting in the way. (19KB)<END><br>46,treestore.zip<br>Tree views are capable of storing hierarchical data, which isn't intuitively serialized. (41KB)<END><br>47,writeres.zip<br>This console application shows how to bake resources into console applications. (566KB)<END><br>48,xctrl.zip<br>The XCTRL sample is an ATL "full control" ATL Control. (100KB)<END><br>49,Button_Tute.zip<br>How to get a button control wired-in and working(34KB)<END><br>50,BetterBmpButton_src.zip<br>An improvement on the CBitmapButton class.(22KB)<END><br>51,hoverbutton.zip<br>A simple drop-in class that provides a 'hot' look button using the _TrackMouseEvent function(17KB)<END><br>52,CLedButton_src.zip<br>A button that looks like a LED.(24KB)<END><br>53,EllipticalButtons.zip<br>A class that turns rectangular buttons into elliptic buttons.(29KB)<END><br>54,RoundButtons.zip<br>A class that turns rectangular buttons into round buttons.(17KB)<END><br>55,AniButton.zip<br>A class that show AVIs inside a button.(49KB)<END><br>56,CButtonST26.zip<br>A fully featured owner-draw button class - it's got the lot!(225KB)<END><br>57,coolbtn.zip<br>This article shows the use of a Push button with a drop down menu, similar to the one found in the Office 2000 suite.(31KB)<END><br>58,CustomButtons.zip<br>A class to make working with radio buttons easier, and another for custom drawing buttons(45KB)<END><br>59,CWBButton.zip<br>CWBButton is a resizable bitmap button like GTK+ or Window Blinds.(44KB)<END><br>60,ComboDropWidth.zip<br>A simple tutorial explaining how to set the width of a combo dropdown list so that all items are fully visible(18KB)<END><br>61,ComboBox_Tut_demo.zip<br>An entry level tutorial on using the CComboBox control(65KB)<END><br>62,ListBox_Tut_src.zip<br>An entry level tutorial on using the CListBox control(62KB)<END><br>63,BitmapPickerCombo.zip<br>A combo box that can be used to display bitmaps(26KB)<END><br>64,mccombobox.zip<br>A multicolumn, customizable, editable combobox(27KB)<END><br>65,disableditemscombobox_src.zip<br>combobox with disabled items(3KB)<END><br>66,checkcombo.zip<br>A combo box with check boxes(21KB)<END><br>67,ColourPickerCB.zip<br>A combobox derived class that provides a simple color picker(36KB)<END><br>68,ComboBoxInit_src.zip<br>Learn how to programmatically initialize a combo box.(3KB)<END><br>69,IconComboBox_src.zip<br>2 Freeware MFC icon selection combo box classes(19KB)<END><br>70,ComboCompletion_demo.zip<br>A combobox that autocompletes as you type(17KB)<END><br>71,IDComboDemo.zip<br>An extremely simple but useful CComboBox entension(12KB)<END><br>72,MRUCombo.zip<br>A combobox that encapsulates the functionality of CRecentFileList(29KB)<END><br>73,combobox_flatcombo.zip<br>A drop-in replacement combobox that gives your apps the flat Office-style look(53KB)<END><br>74,readonlycombo_src.zip<br>Show a disabled dropdown style combobox like a read only edit box.(2KB)<END><br>75,VBLikeCombo.zip<br>Creates a combo box similar to those in Visual Basic.(27KB)<END><br>76,ComboTree.zip<br>ComboBox with a tree control drop down(36KB)<END><br>77,multichecklistbox.zip<br>Extends the CCheckListBox class to have multiple check box columns(19KB)<END><br>78,disableditemslistbox_src.zip<br>Listbox with disabled items.(2KB)<END><br>79,ImageLB.zip<br>A list box for viewing images(25KB)<END><br>80,LVCustomDraw.zip<br>Using the custom-draw features in version 4.70 of the common controls to customise the look and feel of list controls(28KB)<END><br>81,ListCtrlDemo.zip<br>Everything you need to know about using the standard list control in your applications(68KB)<END><br>82,filedroplistctrl.zip<br>This article explains how to support file drag and drop in your CWnd-derived object(40KB)<END><br>83,DrivePickerList.zip<br>A control that shows drive names and icons like Explorer(23KB)<END><br>84,ListEditor.zip<br>This article shows you how you can navigate through a multi-column, editable list view(42KB)<END><br>85,LogControl_src.zip<br>Learn how to use printf-like functionality to debug your GUI applications.(46KB)<END><br>86,PropertyListCtrl.zip<br>An object properties list control than can change based on the objects state.(64KB)<END><br>87,supergrid.zip<br>A combination list control and tree control with checkbox capability(87KB)<END><br>88,Listview_callback.zip<br>Shows how to use text callbacks in list controls(16KB)<END><br>89,HeaderCtrlEx.zip<br>How to make the CListCtrl's header Multiline(29KB)<END><br>90,listPrint_demo.zip<br>Printing the contents of a CListCtrl or CListView with multiple pages(56KB)<END><br>91,TreeListCtrlGerolf.zip<br>A custom-drawn tree-list hybrid, with explanations on how the control was developed.(39KB)<END><br>92,PrtTView_demo.zip<br>Code to add printing capabilities to a Tree View(32KB)<END><br>93,treelist.zip<br>A tree control / list control hybrid(81KB)<END><br>94,FileTree_src.zip<br>Implements a tree control similar to the left hand side of Windows Explorer.(46KB)<END><br>95,TreeOpt_src.zip<br>A freeware MFC class to provide a tree options control.(32KB)<END><br>96,ShTree.zip<br>A very simple manager for shared folders using tree control drag & drop (42KB)<END><br>97,NetworkTreeCtrl.zip<br>A CWaitingTreeCtrl-derived class to display network resources(40KB)<END><br>98,ProgressHourglassFX.zip<br>Two animation provider classes to add animation effects to any CWaitingTreeCtrl-derived class(33KB)<END><br>99,ShellTreeCtrl.zip<br>A CWaitingTreeCtrl-derived class to display Shell's resources(39KB)<END><br>100,WaitingTreeCtrl_src.zip<br>A CTreeCtrl derived class that populates the branches of a tree only when necessary, with optional visual effects.(5KB)<END><br>101,PathPicker.zip<br>An article on Browsing my computer and the network using a TreeCtrl(82KB)<END><br>102,Tree2Excel.zip<br>This article is a light sample showing how to iterate and export a tree control content to an Excel file.(44KB)<END><br>103,lbtab.zip<br>A better looking tab control(89KB)<END><br>104,CXTabControl_demo.zip<br>An easier tab control(32KB)<END><br>105,ResizableProperties.zip<br>Two CPropertySheet/CPropertyPage derived classes to implement resizable property sheets or wizard dialogs with MFC(96KB)<END><br>106,saprefs.zip<br>A base class for a prefereneces dialog, similar to that used in Netscape(39KB)<END><br>107,wizardpropertysheet_src.zip<br>A simply class to turn CPropertySheet into wizard mode without needing to alert the property pages within(2KB)<END><br>108,AutoRichEditCtrl.zip<br>CAutoRichEditCtrl - automate rich edit formatting and RTF handling(49KB)<END><br>109,AutomaticSplitter.zip<br>A tutorial that shows how to automatically split a view, and also how to indicate which view has the focus(31KB)<END><br>110,usefulsplitter.zip<br>An extension to MFCs CSplitterWnd that provides splitter locking and dynamic view replacement(25KB)<END><br>111,rulers_src.zip<br>Using fixed panes to add rulers to your view(5KB)<END><br>112,StaticCtrl_Tut_demo.zip<br>An entry level tutorial on using the CStatic control(64KB)<END><br>113,rotated_bevel.zip<br>A bevelline control that displays vertical and horizontal text(83KB)<END><br>114,Ticker.zip<br>A class that provides a news/stock ticker for your MFC applications(47KB)<END><br>115,StaticCounter.zip<br>A control to display time, floating point numbers or integers using an LED digital-style display(41KB)<END><br>116,CStaticTime.zip<br>A control to display times and numbers using an LED digital-style display(52KB)<END><br>117,alexf_histogram.zip<br>A simple histogram control for displaying data(23KB)<END><br>118,static_fader.zip<br>A CStatic class that gently fades text into view(99KB)<END><br>119,CLabel_demo.zip<br>A fully stocked owner drawn CStatic class(52KB)<END><br>120,DigiString.zip<br>A control to display text or numbers with a 14 or 7 segment display(176KB)<END><br>121,cstatic_filespec.zip<br>Lightweight class for displaying long filespecs that may need to be truncated(16KB)<END><br>122,tip_static.zip<br>A tip-of-the-day control that uses a cool sliding effect to show each tip(133KB)<END><br>123,UsingCtrlsInDialogs_Tut_demo.zip<br>An entry level tutorial on using one of the Windows Common Controls in a dialog(42KB)<END><br>124,CmdUIDemo.zip<br>A C++/MFC sample how to implement UI notifications for user-defined controls(15KB)<END><br>125,SubclassDemo.zip<br>An introduction to subclassing the Windows common controls using MFC(19KB)<END><br>126,CustomControl.zip<br>An introduction to creating custom controls using MFC(22KB)<END><br>127,graph2d.zip<br>A comprehensive set of classes for displaying 2 dimensional data(386KB)<END><br>128,3dMeter_demo.zip<br>An Analog Meter Control for displaying real-time data(42KB)<END><br>129,analog_meter.zip<br>A control that displays a numerical value as an analog meter(45KB)<END><br>130,oscope.zip<br>A control that graphically displays numerical information(31KB)<END><br>131,swing_demo.zip<br>A set of MFC classes the duplicate the Java Swing look and feel(76KB)<END><br>132,ReportCtrl.zip<br>An Outlook 98/2000 Style SuperGrid Report Control that tries to overcome some of the weaknesses of other implementations.(179KB)<END><br>133,controls_pager.zip<br>This article presents a wrapper class for the pager control(28KB)<END><br>134,RulerCtrl.zip<br>A simple ruler control to allow users to set margins or indents(21KB)<END><br>135,CSizer.zip<br>A class that provides the ability to move and size controls at run-time (34KB)<END><br>136,controls_avi_demo.zip<br>Demonstrates the use of the windows animation control(145KB)<END><br>137,CMapPin_src.zip<br>A Freeware MFC class to implement Map pins.(286KB)<END><br>138,CFCtrl.zip<br>The simplest way to change color, font or set blinking mode for any standard control(53KB)<END><br>139,CPushPin_src.zip<br>A Freeware MFC PushPin button class.(15KB)<END><br>140,CWndSlider.zip<br>An article on using an Outlook style window slider control.(98KB)<END><br>141,cxwndAnimate_demo.zip<br>An animation control that uses a bitmap imagelist instead of an AVI file(25KB)<END><br>142,hyperlink.zip<br>A simple drop-in hyperlink control(28KB)<END><br>143,ViewObjSnap.zip<br>How to take a snapshot of an OCX without using HWNDs.(38KB)<END><br>144,lbspin.zip<br>A spin button whose arrows automatically disable themselves when they are at their maximum or minimum value.(27KB)<END><br>145,SubclassWnd_demo.zip<br>A plug in class that allows you to intercept and handle messages for any window class(266KB)<END><br>146,resize_at_runtime_demo.zip<br>A method to allow the user to visually resize and position any control at run time(15KB)<END><br>147,RoundSliderCtrl.zip<br>A round slider control to allow users to adjust an angle or similar values(90KB)<END><br>148,EasyFavorite.zip<br>An application demonstrating the windows Thumbnail control(42KB)<END><br>149,TGroupBox.zip<br>A very simple group box replacement to enhance your user interface(3KB)<END><br>150,WndImg.zip<br>An easy-to-use control to display bitmaps (stretch, scale, tile)(128KB)<END><br>151,URLCell_src.zip<br>A new class that adds hyperlink support to the MFC Grid Control(3KB)<END><br>152,gridctrl.zip<br>A fully featured MFC grid control for displaying tabular data. The grid is a custom control derived from CWnd(381KB)<END><br>153,GridTreeCtrl.zip<br>A set of classes derived from CGridCtrl that embed a tree control, button controls, and virtual cells within the grid(221KB)<END><br>154,gridctrl_demo220.zip<br>Explains how to use comboboxes to edit cells in the MFC Grid Control(203KB)<END><br>155,AddHTMLy.zip<br>A quick and simple example of using MSHTML to modify the DOM(36KB)<END><br>156,Process_HTMLFORM.zip<br>A simple method to processing HTML forms From a CHtmlView(60KB)<END><br>157,ColorButton.zip<br>A simple modification to Chris Maunder's "Office 97 style Colour Picker" control(44KB)<END><br>158,ColorSpace_demo.zip<br>A replacement color picker control allowing you full visual control over RGB and HSB selections(288KB)<END><br>159,ColorDlg.zip<br>A simple color chooser dialog that uses slifer controls to allow the user to combine different RGB values(37KB)<END><br>160,choicelistbutton_demo.zip<br>A dropdown menu button with checkbox menu items(25KB)<END><br>161,HotList.zip<br>A control for selecting items from a list, with tool tips and mouse tracking(33KB)<END><br>162,colour_picker.zip<br>A simple drop in color chooser control(54KB)<END><br>163,progresswnd.zip<br>A popup window containing a progress control and cancel button - no resource file needed(34KB)<END><br>164,ProgressCtrlX.zip<br>An enhanced progress control that supports gradient shading, formatted text, 'snake' and reverse modes, and vertical modes(80KB)<END><br>165,GradientProgressCtrl.zip<br>Subclasses the standard CProgressCtrl to allow for gradient fills. Supports vertical progress controls as well.(52KB)<END><br>166,piectrl.zip<br>A progress control with a difference(149KB)<END><br>167,text_progressctrl_demo.zip<br>A smooth progress control with text(15KB)<END><br>168,ProgressBar.zip<br>An easy way to add a progress control to a status bar(33KB)<END><br>169,ProgressTimeToComplete.zip<br>A progress control that tells the user how long an operation has left to complete(26KB)<END><br>170,IProgressDialog_demo.zip<br>A wrapper class for the progress dialog provided by IE 5.(20KB)<END><br>171,rotary.zip<br>A rotary knob similar to that used in the Windows 2000 CD Player(67KB)<END><br>172,SizeDemo.zip<br>An MS-Word like drop down window for creating tables(37KB)<END><br>173,ToolTipEx.zip<br>A drop-in multiline extendable tooltip control(1052KB)<END><br>174,Multiline_Titletips_demo.zip<br>A class that allows you to display data for a control that is otherwise not large enough to display the full text(23KB)<END><br>175,CHtmlView_Search_demo.zip<br>Could be used to create a Visual C++ like search combo for CHtmlViews...<br>Update: Now you can highlight all matching words!(36KB)<END><br>176,AssociationGrid.zip<br>Grid control with vertical column headers.(85KB)<END><br>





























- 粉丝: 18
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


最新资源
- COMSOL中基于EWFD与EWBE模块的波导模式分析及传输效率计算
- 基于MPAPF技术的无人船复杂遭遇环境避碰与路径规划研究及MATLAB实现
- ANSOFT ANSYS Maxwell有限元仿真在无线电能传输及电机建模中的应用
- 基于动态窗口法DWA与模糊自适应权重调整的路径规划算法MATLAB实现
- 复合材料领域功能梯度板壳振动分析:改进精化板理论及其PythonMATLAB代码实现
- 铁路信息网络管理办法[最终版].pdf
- 汽车工程中基于模糊控制的主动悬架PID控制器优化模型及其MatlabSimulink实现
- 四轮转向汽车MPC路径跟踪Simulink-simscape仿真及MATLAB实现
- 中易智联汽车美容维修软件-积客系统-PPT课件.pptx
- 网络实名收费服务协议.docx
- 工地无线监控方案网络模板.doc
- 中职计算机应用专业人才培养方案.doc
- 湖南软件公司市场推广策划方案概要.doc
- 自动售货机C++.doc
- PLC自动包装机控制系统及仿真:基于西门子S7-1200编程与WinCC组态的技术应用
- 深度学习即回归“真学习”.pdf


