Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - dialog
Search - dialog - List
使用VC++6.0开发的标签页形式的对话框类-use VC++6.0 development of the tab form of dialog category
Update : 2024-05-03 Size : 27648 Publisher : 陈贻斌

DL : 0
to use an ActiveX control in your Win32 Project without MFC with CreateWindowEx or in a dialog box-to use an ActiveX control in your Win32 Proj ect without MFC with CreateWindowEx or in a dial og box
Update : 2024-05-03 Size : 34816 Publisher : ASD

自己的图像处理毕设中的一个对话框窗口类,和大家分-own image processing Albert located in a dialog window class, and we pm
Update : 2024-05-03 Size : 1024 Publisher : 许秋粉

在vc++中的实现建立复杂对话框的源代码-vc++ in the realization of complex dialog source code
Update : 2024-05-03 Size : 1951744 Publisher :

实现了子网广播地址的自动计算。这应该是原来版本中最不好用的一个问题。时不时有网友发邮件给我,说在他们的局域网中用不了。问题其实就是子网广播地址,我是把适用我们公司用的子网广播地址写死在程序了。在其他的局域网中用,要改这个值并重新编译。所以这次把这个问题做掉了,不过解决的并不彻底。程序可以自动取到本机的IP地址,并根据该IP地址的子网掩码计算出子网广播地址。但一台机器上有可能装多个网卡,并绑定多个IP地址,一些虚拟计算机软件也会产生一些虚拟的网卡。我是最不喜欢在程序中加dialog的,所以我就自做主张的取了第一块网卡的第一个IP地址,对于绝大多数的机器这就足够了。如果你不希望用第一块网卡的第一个IP地址,请自己修改程序目录下的conf.ini文件,填入IP地址和相应的子网广播地址就可以了。子网广播地址的计算方法为:(0xFFFFFFFF ^ 子网掩码) | (IP地址 & 子网掩码)。 -realized the subnet broadcast address to the automatic calculation. This should be the original version of the worst of a problem. From time to time a netizen mail to me that in their LAN impossible. Is actually subnet broadcast address, I can apply to our company with the subnet broadcast address was dead in the proceedings. In other LAN used to change the value and recompiled. So, the issue of doing the swap, but is not completely resolved. Automatic procedures can be obtained from the machine's IP address, and according to the IP address and Subnet Mask calculated subnet broadcast address. However, a machine may be loaded with multiple cards, and bundled with a number of IP addresses, Some virtual computer software will also have some virtual card. I most dislike the process increas
Update : 2024-05-03 Size : 58368 Publisher : yanghx

Progress dialog bar.
Update : 2024-05-03 Size : 20480 Publisher : knight

DL : 0
一本很全面介绍WTL编程的书籍,中英双语,共分八章 1.ATL GUI Classes 2.WTL GUI Base Classes 3.Toolbars and Status Bars 4.Dialogs and Controls 5.Advanced Dialog UI Classes 6.Hosting ActiveX Controls 7.Splitter Windows 8.Property Sheets and Wizards-a very comprehensive presentation WTL programming books, in both Chinese and English, GUI is divided into eight chapters 1.ATL Classes 2.WTL GUI Base Classes 3. Toolbars and Status Bars 4.Dialogs and Control Dialog's 5.Advanced UI Classes 6.Hosting Pilkington Activ eX Controls Windows 8.Property She 7.Splitter ets and Wizards
Update : 2024-05-03 Size : 3452928 Publisher : Robby

用VC写的能在Dialog内调用exe(mspaint)的实例,内含工程的详细的使用说明文档-VC in writing within Dialog call exe (mspaint) examples, containing the detailed documentation of the use of
Update : 2024-05-03 Size : 33792 Publisher : 大象

按键激活程序说明 我用Asm写了一个按键激活小程序,它可以列举所有前台窗口,并发送WM_ENABLE消息到窗口中。 enabler.asm:asm原程序 dialog.res :资源文件 MISC02.ICO :图标文件-activation button I use the description of the procedures for programmers wrote a small button activation procedures, It can enumerate all prospects window, and send information to WM_ENABLE window. Enabler.asm : asm2 dialog.res original procedure : MISC02.ICO resources document : document icon
Update : 2024-05-03 Size : 3072 Publisher : 宋芬

打开(任意数量)保存文件对话框类,完美版!推荐下载-open (any number) save dialog category, perfect version! Download
Update : 2024-05-03 Size : 3072 Publisher : 李春兵

这是一个继承CDialog类的一个对话框类,其中实现了对话框的动态变动大小,包括对话框上面的按钮随着对话框的变化而变化,非常好的一个,已经实际应用好几次-This is a kind of inheritance CDialog a dialog box category, a dialog box in which to achieve the dynamic changes in the size, including dialog with the top button of the dialog box and change. a very good one, has several practical applications
Update : 2024-05-03 Size : 114688 Publisher : 阿飞发

示例对话框应用程序,设置格式菜单,改变窗口中文字的字形与颜色-example dialog applications, setting up the format menu and change the text window and font colors
Update : 2024-05-03 Size : 1957888 Publisher : 胡娟

在基于对话框的界面上显示一幅位图bitmap,使用了微软的dibapi.cpp和dibapi.h文件,可以很方便在移植。-based dialog interface displayed on a Bitmap bitmap, the use of the Microsoft dibapi.cpp and dibapi.h documents make it very convenient for the transplant.
Update : 2024-05-03 Size : 55296 Publisher : da

一个很不错的XP风格的对话框和几种控件的例子-a very good XP-style dialog boxes and controls several examples
Update : 2024-05-03 Size : 83968 Publisher : 会员

OpenGL程序配置对话框的编写,不同于MFC的对话框,相信看过的人会有启发。-OpenGL configuration dialog box procedure for the preparation, different from the MFC dialog box, I believe people have seen inspiring.
Update : 2024-05-03 Size : 456704 Publisher : collector

实现令人满意的风格统一的软件界面确实很难, 象网友提到的MessageBox、FileDialog、FontDialog、目录选择对话框等MFC内部甚至系统DLL内的对话框,要想让它变脸可不容易。有人说HOOK技术可以,HOOK技术确实可以,HOOK可以说是无孔不入,但HOOK的使用效率却是令人难以满意的,从目前大多数采HOOK技术的换肤软件使用情况来看,完全可以证明这一点。今天我们将讨论另外一技术来实现FileDialog的变脸,这种技术叫替换窗口过程法-achieve satisfactory style reunification of the software interface is difficult. As netizen's MessageBox, FileDialog, FontDialog. Contents dialog, and other internal MFC DLL system even within the dialog box, in order to allow it faces no easy thing. Some say HOOK technology, the technology can really HOOK, HOOK can be said to be all-pervasive. However, the efficient use HOOK is unsatisfactory. from the most current mining technology HOOK skinnable software situation, we can prove this point. Today, we will discuss other technologies to achieve a FileDialog changing face of this technique is called window replacement process France
Update : 2024-05-03 Size : 610304 Publisher :

DL : 0
一个mfc程序,主要介绍如何使用PropertySheet,做了一个简单的通讯录输入界面-a mfc procedures, mainly on how to use PropertySheet. do a simple directory input interface
Update : 2024-05-03 Size : 54272 Publisher : 姚文杰

DL : 0
图形的绘制,如何使用自定义画笔(颜色,线宽,线型)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。-graphics rendering, since the definition of how to use a paintbrush (color, line width, linear). How procedures for adding options menu and the option to set up the dialog box, use the standard color dialog, how to use the Font dialog box, the dialog box options to achieve preview function. Implementation Options dialog window and type of data exchange. How to change the dialog and control the background color, how to change the text color control, the right button controls special treatment. How in the window shows a bitmap.
Update : 2024-05-03 Size : 876544 Publisher : 王兰

DL : 0
VCnet编程实例源代码之对话框,希望对大家有帮助-Solanum VCnet 编程 例 are split 代码 对话框, sentence 对大家 oligonucleotide 帮 Tang Liao
Update : 2024-05-03 Size : 410624 Publisher : antonick

一个Tab控件,动态创建,不需要嵌入属性页和对话框,大大减少代码。CMyTabCtrl - Very Simple Dynamic Tab Control for MFC。-A Tab control, dynamic creation, does not require embedded property page and dialog box, greatly reducing the code. CMyTabCtrl- Very Simple Dynamic Tab Control for MFC.
Update : 2024-05-03 Size : 112640 Publisher : sangjisheng
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.