Welcome![Sign In][Sign Up]
Location:
Search - wtl

Search list

[GUI DevelopSharpLayout_demo

Description: Sharp Layout manager for ATL/WTL.
Platform: | Size: 44032 | Author: 胡跃 | Hits:

[ActiveX/DCOM/ATLwtlInterFace

Description: WTL库源码,包括使用范例,如果你想做轻型高效的界面请使用WTL-WTL library source code, including the use of examples, if you want to light and efficient interface to use WTL
Platform: | Size: 475136 | Author: wk | Hits:

[ActiveX/DCOM/ATLwtl4mfc2_demo

Description: 是WTL类的界面编程,是一个了解WTL与MFC差别的好-WTL category is the programming interface is an understanding WTL difference with a good MFC Eastern! !
Platform: | Size: 27648 | Author: 阿当 | Hits:

[OtheraClock 多变小闹钟

Description: 多变小闹钟是一款计算机模拟的闹钟程序,不仅有显示时间,整点报时的功能,还可以设置任意个事件提示。有多款外观Skin可以选择,还可以选择使用数字式还是指针式表盘。 aClock 多变小闹钟使用ATL/WTL框架构建,它充分体现了使用ATL/WTL框架构建小应用程序的优越性-aClock在同类软件中占用资源最少。-changeable is a small alarm clock, the clock computer simulation procedure is not only shows the time, the whole point of the timekeeping function settings that can be arbitrary incident suggested. Several appearance Skin choice can also choose to use digital or dial dial. AClock volatile small alarm clock use ATL/WTL framework, which fully embodies the use of ATL/WTL Frame small applications of superiority- aClock similar software occupied the least resources.
Platform: | Size: 251904 | Author: 李乔 | Hits:

[Windows DevelopWTLHelper_src

Description: wtl帮助源代码,一个决好的程序请下载谢谢使用-wtl helping source code,this is a splendid programme.Please download it.Thank you for using it.
Platform: | Size: 211968 | Author: | Hits:

[Button controlStaticSplitterWnd

Description: 静态切分窗口,这个类是从WTL的SplitterWnd里面扒出来的,因为MFC的SplitterWnd实在是 太太太难用了,而且很难看,看到WTL里面的这个不错,想拿来用,不过如果是MFC程序的话再加上WTL的风格有些不协调,就干脆把它的形式改成MFC的风格了,函数看着挺多,不过常用并不多,至于注释嘛,我只是在经常用的函数声明上大概写了几句,相知道具体实现,那就去看代码吧:)-splitting static window, this category is from the WTL serving SplitterWnd inside out, because MFC SplitterWnd wife is too hard to use and hard to see inside the WTL Yes, they will apply to, but if MFC procedures for the WTL coupled with the style of some disharmony on stem crisp it into the form of MFC style, watching sport the function, but more commonly used is not as Notes, but as I was frequently used function declaration probably write a few words, is to know the specific realization, then look at the code it :)
Platform: | Size: 6144 | Author: 仇韬 | Hits:

[ActiveX/DCOM/ATLpropsheetddx

Description: 解释怎样用DDX/DDV和WTL的属性页表(35KB) -explain how to use DDX/WTL its realization and the attributes of pages (35 kB)
Platform: | Size: 35840 | Author: 黄亦非 | Hits:

[GUI Developcwebpage

Description: Display a Web Page in a Plain C Win32 Application: There are numerous examples that demonstrate how to embed Internet Explorer in your own window. But these examples typically use Microsoft Foundation Classes (MFC), .NET, C#, or at least the Windows Template Library (WTL) because those frameworks have pre-fabricated "wrappers" to easily give you an "HTML control" to embed in your window. If you re trying to use plain C, without MFC, WTL, .NET, C#, or even any C++ code at all, then there is a dirth of examples and information how to deal with OLE/COM objects such as IE s IWebBrowser2. Here is an article and working example in C to specifically show you what you need to do in order to embed IE in your own window, and more generally, show you how to interact with OLE/COM objects and create your own objects in plain C.
Platform: | Size: 48128 | Author: 刘国栋 | Hits:

[Windows Developflashhelper

Description: 这个程序是我为了在Powerpoint2000方便的使用flash而写. 其中flash.dll是用Atl编写的一个复合控件.这个控件为一简单的flash播放器(利用了原始的flash控件).pptaddin.dll是一PowerPoint的插件,主要是为了方便的在Powerpoint中插入flash.dll这个复合控件. 压缩包内的三个目录,bin目录中为编译好的软件 flash目录中flash.dll的源代码(需要wtl) pptaddin为pptaddin.dll的源代码. 这些代码是我用atl编写的第一个程序,如有什么问题,请给我写信 metalyt@163.com.-I Powerpoint2000 in order to facilitate the use of flash and write. Which is Atl flash.dll prepared a composite control. The controls for a simple flash players (use of primitive flash control). Pptaddin.dll PowerPoint is a plug-in, mainly for the convenience of the Powerpoint inserted flash.dll the composite control. compressed within the three catalogs, bin directory to build good software flash.dll flash directory of the source code (requiring Windows Template Library) pptaddin pptaddin.dll to the source code. these codes are used ATL I prepared for the first procedure, if there are any questions, please write to me metalyt@163.com.
Platform: | Size: 660480 | Author: 海天 | Hits:

[GDI-BitmapRectTracker

Description: MFC 带有一个 CRectTracker 类. 用来画出所谓的橡皮条矩形. 但在 WTL 里面, 没有对应的类. 所以,自己写了一个非常简单的 mix-in class, 在 WTL 里面使用, 将这个类作为您的窗口的基类即可让窗口具有画橡皮条矩形的行为.上载的压缩文件包含两个源文件, RectTracker.h 即为这个 mix-in class. SnapShotWnd.h 为使用这个类的一个窗口. 还有一张屏幕抓图, 从图片可以看出这个窗口的功能, 他实现类似透明窗口的功能. 注意那个虚线框, 就是 CRectTracker 画出来的.-MFC with a CRectTracker category. To draw of the so-called rubber rectangle. The WTL, there's no corresponding category. So they want to write a very simple mix-in class, the WTL is used to this category as your window so that the base class can be painted with rubber window the behavior of the rectangle. on the compressed file contains two sources, namely the RectTracker.h mix-in class. SnapShotWnd.h for the use of this kind of a window. Previously there a screen, pictures can be seen from the window of the function, he achieved similar functions transparent window . Note that dash is the CRectTracker painting.
Platform: | Size: 50176 | Author: 肖吉 | Hits:

[Menu controlWTLButtonMenu

Description: 一个用WTL编写的按钮弹出菜单,功能比较简单,但很新颖。-WTL prepared with a button pop-up menu, function relatively simple, but very innovative.
Platform: | Size: 9216 | Author: 王豫 | Hits:

[GUI DevelopWTLMDIChildMax

Description: When you run a plain vanilla WTL wizard generated MDI application (WTL 3.1 and 7.0), you might have noticed that when you maximize an MDI child, then create a new MDI child, the children all go back to their "restored" state. What you d typically expect as a user is that the new child would be in the "maximized" state just like the last active child had been.
Platform: | Size: 48128 | Author: 王豫 | Hits:

[GUI DevelopSplitPaneDemo

Description: This article describes the basic use of WTL s CSplitterWindow as an application window divider and CPaneContainer as a host for child windows. The included demonstration project is 3-pane SDI application using vertical and horizontal splitters. Each splitter pane holds a pane container and one of the pane containers holds an edit control.
Platform: | Size: 8192 | Author: 王豫 | Hits:

[GUI Developwtlmditab_demo

Description: This class adds a simple tab control in a WTL based MDI application. It is partly based on the freeware MFC version from Dundas Software available at
Platform: | Size: 52224 | Author: 王豫 | Hits:

[DirextXTetris_src

Description: Tetris游戏,DirectX,WTL-Tetris games, DirectX and WTL
Platform: | Size: 102400 | Author: 大侠 | Hits:

[GUI DevelopXPStyleGUI

Description: 一组XP界面效果. ComboBox只做了DropDown风格,谁有兴趣可以接着做完.Button是国外一个朋友的WTL code转换来的,CLineTrackBar是I See源码的扩展-a group XP interface effects. ComboBox only had DropDown style, then who is interested can finish. Button is a foreign friends to WTL code conversion, CLineTrackBar I See source is the expansion
Platform: | Size: 37888 | Author: 龚伟 | Hits:

[Windows Developuse_md5_of_wtl

Description: 不记得在哪个地方得到了一个MD5加密法的类,由于开发的原因要在WTL中使用MD5加密法,但是,这个类并不能直接的用在WTL中(In MFC it was an easy job ),所以我就修改了一下,以方便大家以后在WTL中使用MD5加密法。-not remember where the MD5 has been a kind of cryptography, the result of the development of the WTL to use MD5 encryption method, but not the type used in direct WTL (In MFC it was an easy job), so I change it, and for the convenience of everyone, after the WTL use MD5 encryption method.
Platform: | Size: 49152 | Author: 王亮亮 | Hits:

[Button controlWTLButtonST

Description: 用的是WTL, 不是 MFC的,代码够精简 !-using the WTL, not MFC, code streamlined enough!
Platform: | Size: 276480 | Author: 王三 | Hits:

[ADO-ODBCOLEDBProj

Description: WTL使用oledb方式访问数据库的例子-WTL use Access database connectivity example
Platform: | Size: 11264 | Author: ranxl | Hits:

[Picture ViewerImageViewPPC

Description: ppc图像浏览工具,基于wtl开发,支持滚动,详细信息,以及注册-machines tools, based on the Windows Template Library, and support the rolling, detailed information and registration
Platform: | Size: 34816 | Author: 陈涛 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 37 »

CodeBus www.codebus.net