Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - dialog
Search - dialog - List
对话框浏览程序-Browse dialog box procedure
Update : 2024-05-03 Size : 10240 Publisher : 邓华

Displaying a large bitmap file on a dialog box, in its original size, is quite difficult in the VC++ environment. However, it is possible to display a large bitmap to a predefined area of the dialog by using the StretchBlt( ) function.The major disadvantage of this is that the clarity of the image will be lost. Check out this article for displaying large bitmaps into the desired area of your dialog box in its original size with a scrolling technique used to show the entire bitmap. 滚动显示位图 在VC++环境下,在一个对话框中显示一个原始尺寸的大小的位图文件相当是困难的。然而,通过使用 StretchBlt()函数一个给定的区域显示一个大的位图是可能的。主要的缺点是图像将会失真。看了这篇通过卷动技术显示整个位图技术的文章,你将能够以它的原始尺寸在给定对话框的区域内显示一个大位图。 来源: http://www.codeguru.com/bitmap/ScrollBitmap.html- Displaying a large bitmap file on a dialog box, in its original size, is quite difficult in the VC++ environment. However, it is possible to display a large bitmap to a predefined area of the dialog by using the StretchBlt( ) function.The major disadvantage of this is that the clarity of the image will be lost. Check out this article for displaying large bitmaps into the desired area of your dialog box in its original size with a scrolling technique used to show the entire bitmap.
Update : 2024-05-03 Size : 31744 Publisher : 徐丽志

Because my application required the use of a lot of tools (just like 3DS Max), I decided to implement this control. Here I shall share with you the most important details of creating the tabbed toolbar. The implementation of the control is quite simple, actually. The control is primarily a Dialog Bar that manages a tab control and a Tool Bar. Thus, the class is derived from CDialogBar and it creates the CTabCtrl and CToolBar objects. The actual creation of the Tab control and toolbar occurs in the Create function of the Dialog Bar. 创建一个制表工具栏 因为我的应用需要使用许多工具(像3DS Max),我决定实现这个控件。 在这里我将和你共同分享创建制表工具栏的最重要的细节。 实际上控件的创建相当简单。这个控件主要是管理一个制表控件和一个工具栏的对话框。因此,这个类从CDialogBar类继承并且它创建了CTabCtrl 和CToolBar对象。实际上制表和工具栏控件的创建发生在DialogBar函数的创建过程中。-Because my application required the use of a lot of tools (just like 3DS Max), I decided to implement this control. Here I shall share with you the most important details of creating the tabbed toolbar. The implementation of the control is quite simple, actually. The control is primarily a Dialog Bar that manages a tab control and a Tool Bar. Thus, the class is derived from CDialogBar and it creates the CTabCtrl and CToolBar objects. The actual creation of the Tab control and toolbar occurs in the Create function of the Dialog Bar
Update : 2024-05-03 Size : 89088 Publisher : 徐丽志

带资源的MFCDLLSHARED的DLL应用,包括在DIALOG和MAINFRAME中使用-MFCDLLSHARED resources with the application DLL, DIALOG and including the use of MAINFRAME
Update : 2024-05-03 Size : 197632 Publisher :

一种带资源的DLL设计,并提供基于DIALOG的测试程序-a DLL with the resources to design and based on the test procedures DIALOG
Update : 2024-05-03 Size : 28672 Publisher :

外国人写的一个菜单类,使用在对话框上,可以方便的在菜单加入自定义图标,可以设定显示为xp菜单方式和普通的菜单方式- The foreigner writes a menu class, uses in the dialog box, may facilitate joins in the menu from the definition chart sign, may establish the demonstration is the xp menu way and the ordinary menu way
Update : 2024-05-03 Size : 69632 Publisher : 吴鸣世

DL : 0
Dialog示例,包含各类控件!-Dialog example, contains various control!
Update : 2024-05-03 Size : 59392 Publisher : zsddsz

DL : 0
This version of dialog, formerly known as cdialog is based on the Debian package for dialog 0.9a (see CHANGES for recent modifications) 这是一个 unix 系统下的对话框管理程序, 你可以将该程序编译后,直接使用。-This version of dialog, formerly known as cdialog is based on the Debian package for dialog 0.9a (see CHANGES for recent modifications) This is a unix system dialog box under the management program, you can compile this program, the direct use.
Update : 2024-05-03 Size : 248832 Publisher : 李金明

Otherscrl
DL : 0
This dialog-based application shows how to use the CListCtrl::Scroll() member. It subclasses a list view control which is in report mode, and forces the control to "snap" its horizontal scrolling to the exact start of each column. The code shows how to retrieve the count of columns in the control, and also demonstrates how to find information about each column. This is a VC++ 5.0 project. Differences from a stock AppWizard dialog-based application are marked with //SAMPLE comments.
Update : 2024-05-03 Size : 13312 Publisher : 陈伟

DL : 0
Suppose you wanted to give the user the ability to modify the size and position on a certain control? This example shows how to implement resizing controls on a dialog box as it is done when drawing controls on a dialog template or visual basic at design time. In order to accomplish this we can use the class CRectTracker to manage all the drawing and resizing of a rectangular frame which also has (optional) 6 resize handlers (as shown in the image above). The first thing, you ll need to do is to invoke a CRectTracker and specify given coordinates: -Suppose you wanted to give the user the ability to modify the size and position on a certain control This example shows how to implement resizing controls on a dialog box as it is done when drawing controls on a dialog template or visual basic at design time. In order to accomplish this we can use the class CRectTracker to manage all the drawing and resizing of a rectangular frame which also has (optional) 6 resize handlers (as shown in the image above). The first thing, you ll need to do is to invoke a CRectTracker and specify given coordinates:
Update : 2024-05-03 Size : 10240 Publisher : 日报

这是Nehe的对话框的OpenGL代码演示-This is the dialog Nehe OpenGL demo code
Update : 2024-05-03 Size : 75776 Publisher : 戴少伟

像winamp样式的自动停靠对话框-like Winamp-style automatic berth dialog
Update : 2024-05-03 Size : 15360 Publisher : 卢德佳

DL : 0
ODCOMBO.ZIP is a VC++ 6.0 dialog-based project that contians an onwer-drawn combo box.
Update : 2024-05-03 Size : 22528 Publisher :

java的对话框.rar-java dialog box. Rar
Update : 2024-05-03 Size : 15360 Publisher :

用dialog bar打开对话框的例子2-dialog with the bar open dialog Example 2
Update : 2024-05-03 Size : 43008 Publisher : 钢子

用dialog bar打开对话框的例子1-bar open dialog with the example of a dialog box
Update : 2024-05-03 Size : 38912 Publisher : 钢子

Creating a View in Dialog (An easy way)
Update : 2024-05-03 Size : 41984 Publisher : waterwhu

CDialogSK-简单的对话框换肤类-CDialogSK-simple dialog Eurocargo category
Update : 2024-05-03 Size : 35840 Publisher : waterwhu

在基于对话框的MFC程序中加入对话框条-based on the MFC dialog process of accession to the dialog
Update : 2024-05-03 Size : 13312 Publisher : 阿九

该代码提供了一个很好的等待对话框例子。-The code provides a good example for dialog.
Update : 2024-05-03 Size : 150528 Publisher : 张连成
« 1 2 3 45 6 7 8 9 10 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.