搜索资源列表
不需要DocView的带 隔阂按钮的分割窗口界面框架
- 用VC 编写的不需要DocView的带 隔阂按钮的分割窗口界面框架-prepared by the VC not DocView estrangement with the buttons of a split window interface framework
界面技术
- DOS下窗口界面的编写技术和实例.在dos下窗口的编写和菜单的编写-DOS window interface technology and the preparation of examples. Under the dos window of preparation and the preparation of the menu
可调窗口
- 由VB开发的非常漂亮的窗口界面,不信打开看-very beautiful window interface, can not open letter
控制台窗口界面的编程
- 一般来说,我们编的控制台程序是DOS窗口的,且不支持鼠标应用,其实这些功能(界面和鼠标功能)是能实现的,这篇文章就详细的介绍了怎样进行控制台程序界面编程,希望能给你带来收获。-Generally speaking, we have a procedure DOS console window, which did not support the application of the mouse, these features (functional interface and the mouse
窗口开发 C 语言源程序
- 一个很好的C语言源程序,实现了窗口界面编程,很值得借鉴哦-a good source of the C language and realized the window interface programming, we can draw oh
DOS下仿win界面
- 一个运行在Dos下的程序源码,它模仿了Windows窗口界面,并且具备了Windows窗口的菜单-a run on Dos procedures under the source, it mimics the Windows interface, and a Windows window with the menu
园型窗口
- 实现一个不规则的窗口,园形的,通过一个按钮关闭它。
仿msn弹出窗口(VC++)
- MSN界面窗口,支持系统托盘
MFC 界面编程
- MFC界面编程,一些常见的窗口界面的C++源代码
界面设计
- 漂亮的无边框窗口,蝴蝶指针,简单例子,说明使用方法
VC++编写的美观的窗口界面
- 这是在vs2008平台上编写的一个窗口界面程序,外观与vc的界面有些相似,美观实用,对学习界面编程的筒子们也会很有帮助!
WIN32 SDK界面:仿Window命令行界面
- 模仿Windows命令行窗口,或者是telnet客户端风格的带命令输入的文本显示窗口。基于WIN32 SDK完全自绘窗口。
DirectUI.zip
- 一个无窗口界面库,实现了大部分windows控件如button, radio, static, single-line edit, dropdown combo box, list view等。,A direct UI likes MSN s DirectUIHWND, The most normal Windows controls, like button, radio, static, single-line edit, dropdown combo box, list view, etc
analog_meter_demo
- 模拟仪表盘,指针式,窗口界面,人性化设计,View内显示-Analog instrument panel, pointer, windows interface, user-friendly design, View display
loginclass
- 一个简单的登陆窗口界面设计,喜欢的朋友下来看看,做做参考。-Landing a simple window interface design, like our friends down to see, doing reference.
win32console
- Win32控制台窗口界面, 可以说是一种文本操作界面(TUI). 下面是一份比较详细的教程+几份程序的压缩档. 送给准备写些漂亮的C++课程设计界面, 但又不想用MFC的同志们-Win32 console window interface, you can say that it is a text user interface (TUI). The following is a copy of the detailed procedures tutorial+ several c
GUI_VisualStudio7
- 模仿VISUAL C++ 窗口界面软件设计,是一款非常好的窗口界面样例,适合大多数界面软件设计需要-Mimic VISUAL C++ window interface software design, is a very good sample window interface, software interface design for the needs of the majority of
dotNETMFC
- C++ MFC 浮动窗口界面的一些功能, 就像visual studio 2005 上的浮动工具栏一样,很实用嗷-C++ MFC floating window interface features, like visual studio 2005 on the floating toolbar, the sound of wailing is very practical
IrregularWin
- Delphi开发的不规则窗口界面源代码。 Delphi7开发,支持鼠标拖拽,窗口形状根据指定 图片自适应调整。-Delphi developed an irregular window interface for the source code. Delphi7 development, support mouse drag, the window shape, self-adaptive adjustment according to the specified image.
MFC多文档窗口多线程同步绘图
- 通过重载MFC里的界面多线程函数CWinThread,实现在MFC的MDI模式下,同时打开多个view视图,在这多个视图中同步绘制图形。可以将此应用于应用软件编写中多窗口同步更新图形数据的情况。