CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Make
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Button control
ComboBox
EditBox
TreeView
Static control
PropertySheet
RichEdit
ListView/ListBox
Menu control
ToolBar
StatusBar
Dialog_Window
Other
Tab Control
Search - Make - List
[
GUI Develop
]
TransparentWindow
DL : 0
ppWizard has created this TransparentWindow application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your TransparentWindow application.
Date
: 2008-10-13
Size
: 40.53kb
User
:
黄鑫
[
GUI Develop
]
ShortCut
DL : 0
This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your ShortCut application.
Date
: 2008-10-13
Size
: 32.96kb
User
:
黄鑫
[
GUI Develop
]
TimeLimit
DL : 0
This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your TimeLimit application.
Date
: 2008-10-13
Size
: 30.85kb
User
:
黄鑫
[
GUI Develop
]
neticq
DL : 0
只有用了Rxlib2.75中的两个控件,一个是用来做TrayIcon的(TRxTrayIcon),还有一个是用来选颜色的(TColorComboBox), 大家可以到Rxlib专栏中下载这个控件- In useful Rxlib2.75 two have only controlled, is uses for to make TrayIcon (TRxTrayIcon), but also some is uses for to choose the color (TColorComboBox), everybody may arrive in the Rxlib column to download this to control
Date
: 2008-10-13
Size
: 229.21kb
User
:
拉啊啊
[
GUI Develop
]
TitleBarPIC
DL : 0
本程序是一个以自定义图片为标题栏背景的应用程序。使的界面更加美观和富有个性化。-this program is a self-definition pictures column heading for background applications. To make the interface more attractive and highly personalized.
Date
: 2008-10-13
Size
: 58.78kb
User
:
yang
[
GUI Develop
]
CZoomView_demo
DL : 0
This file contains a summary of what you will find in each of the files that make up your DemoZoom application.
Date
: 2008-10-13
Size
: 21.36kb
User
:
张立强
[
GUI Develop
]
QQswt
DL : 0
手把手叫你做Eclipse界面,这是一个使用swt作成的界面效果,大家试试看,自己做的哦 -handholding tell you to do the Eclipse interface, which is used can make an interface effects, we try and do for myself, oh
Date
: 2008-10-13
Size
: 3.17kb
User
:
吕康
[
GUI Develop
]
TabView
DL : 0
很好的像EXCEL界面的TabView,是VC编程者的不错的选择,来看看吧!-good as Excel interface TabView, is the VC good choice, you can make!
Date
: 2008-10-13
Size
: 2.77kb
User
:
贠培东
[
GUI Develop
]
教学楼
DL : 0
这是一个教学楼管理系统,可以查教室,教师,以及课程的安排情况,能使教学楼的管理人员清楚的知道哪个教室的可用性,以及老师到教学楼的时间-This is a teaching building management system can check classrooms, teachers and curriculum arrangements, make the teaching building managers knew very well what the availability of classrooms and teachers to the floor of the teaching time
Date
: 2008-10-13
Size
: 35.85kb
User
:
郭文
[
GUI Develop
]
Test_Online_demo
DL : 0
JSP 的一个网业程序,作好的Demo欢迎大家使用 我自己写的Java通讯录,界面用的是swt包,使用时请看readme.txt文件,需要加载dll文件-JSP a network industry procedures, make the Demo Everyone is welcome to use my own writing Java correspondence, the interface kits can be used when See readme.txt document, we need to load dll file
Date
: 2008-10-13
Size
: 614.29kb
User
:
冷云
[
GUI Develop
]
全局共享变量的困惑
DL : 0
vc编程中全局变量的应用非常重要,但又容易出错,这是对其的较好讲解,极力推荐下载。-vc Programming of the application of global variables is very important, but easy to make mistakes, which is the better explain its utmost to download.
Date
: 2008-10-13
Size
: 4.71kb
User
:
张海
[
GUI Develop
]
高速公路的收费系统
DL : 0
这是一个高速公路收费系统的程序代码,读懂它理解它你就会使信你自己的程序,比如餐饮\\超市\\图书系统-This is a highway toll system code, read it you will understand that it will make your own program, such as Food \\ supermarket \\ library system
Date
: 2008-10-13
Size
: 896.47kb
User
:
郭小波
[
GUI Develop
]
treetable
DL : 0
用java写得一个treetable实现,可以携带用户自己的数据类。本例带有一个简单得使用例子: 1、导入到Eclipse,把package换成你自己得package 2、运行TreetableMain.java即可 这是本人参考sun公司给出得那个treetable例子写得。重大改进如下: 1、sun公司的例子可能是由于写得较早,里面重写了TreeModel和AbstractTableModel的很多方法。本人改进了它里面的TreeTableModel和TreeTableModelAdapter类,直接从TreeModel和AbstractTableModel继承,所以使代码大幅度缩短。 2、建立了TreetableUserClass抽象类,这个类专门用于存储我们自己的数据。内建递归算法和行转换方法,使一个此类的实例对应于treetable的一行。例子里面有一个很简单的此类的实现,可以直接运行。 (前面上传过一次,不过好像不成功,这里重新传一次。)-written with a treetable realized, users can bring their own data types. The cases with a simple example in the use of : 1, Introduction to the Eclipse, you package replaced two of its own package, can run TreetableMain.java this is my reference sun in the company that is written treetable example. Significant improvements are as follows : 1. Sun's example may be due to earlier written inside a rewrite of the TreeModel and AbstractTableModel many ways. I improved it and inside the TreeTableModel TreeTableModelAdapter category directly from the TreeModel and AbstractTableModel succession that's why the code greatly reduced. 2, a TreetableUserClass abstract category, the category devoted to the memory of our own data. Built - recursive algorithm and line conversion methods to make an
Date
: 2008-10-13
Size
: 33.14kb
User
:
李振华
[
GUI Develop
]
美化界面
DL : 0
一段美化界面的程序。可以使你的程序更漂亮-some landscaping interface procedures. You can make the process even more beautiful! !
Date
: 2008-10-13
Size
: 47.48kb
User
:
wenson5107
[
GUI Develop
]
draw_in_statusbar
DL : 0
vc小程序,一个可以在程序状态栏中画图的小程序,能够使你的程序更加与众不同哟,下载试试看吧-vc small program, a procedure in the state column drawing small programs, you can make the process more unusual yo, download Give it a try
Date
: 2008-10-13
Size
: 29.13kb
User
:
邢锴
[
GUI Develop
]
Skin++-Bcg64-Binar界面皮肤软件
DL : 2
很经典的VC皮肤设计工具,可以通过它做出很漂亮的截面程序,希望大家的程序界面都是很漂亮的。共享之!-classic VC skin design tool, it can make a very nice cross-section procedures, we hope that the programming interfaces are very beautiful. Sharing!
Date
: 2008-10-13
Size
: 1.52mb
User
:
suncg
[
GUI Develop
]
DOCKTEST.ZIP
DL : 0
这一个用于使窗口界面的工具栏具有可停靠这个功能的源代码,希望有用。我现有的可有下载的机会还是0,我实在找不到其程序了,希望版主打开的限制-make this a window for interface with the toolbar can call this function in the source code in hopes useful. I have the opportunity to download or 0, I can not find its procedures in the hope that the moderator opened the restrictions
Date
: 2008-10-13
Size
: 43.21kb
User
:
林欤
[
GUI Develop
]
gnumake_rev378
DL : 0
windows下的GNU make 程序,虽然不是源代码,却是自己开发GUI 编译系统,整个项目工程中时所需要包含的文件。-windows under the GNU make procedures, although not the source code, but it is its own compiler GUI system, the entire project by the middle of the need to contain documents.
Date
: 2025-12-16
Size
: 61kb
User
:
贺亚龙
[
GUI Develop
]
vcPP-reallize-make-view-into-dialog
DL : 0
MyVC17实现了对话框中嵌入视图VIEW(同时用复选框实现飞机个数和4个数据的同步显示)-use vc++ reallize make view into dialog
Date
: 2025-12-16
Size
: 8.7mb
User
:
李晓
[
GUI Develop
]
make-dxf-file
DL : 0
make a dxf file from vb form group
Date
: 2025-12-16
Size
: 325kb
User
:
jigencan88
«
1
2
3
4
5
6
7
8
9
10
...
27
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.