VB编程资源大全(英文源码 控制)

时间:2010-11-13 00:42:11
【文件属性】:
文件名称:VB编程资源大全(英文源码 控制)
文件大小:5.06MB
文件格式:RAR
更新时间:2010-11-13 00:42:11
VB 控制 源代码 编程 英文 1 , TaskBar_v0.5.zip
"Form_Taskbar is a control for Visual Basic which, once placed onto a form, makes the form act like the Taskbar (minus the Start Menu)." -- David Newcum
2 , RemBuilderplus.zip
"Rem Builder will auto load on startup to use Rem Builder; start your Visual Basic program with your project code showing, right click and you should see "Rem Builder".
3 , syntax.zip
This is an excellent example of how to highlight HTML code in a rich textbox. I encourage everyone to check it out.
4 , status.zip
This example demonstrates how to display text about each control the mouse is currently above.
5 , dm10e.zip
This COM object allows you to send SMTP mail from many of the most used applications, including:
Active Server Pages (Microsoft IIS or Chili!ASP extensions)
Microsoft Visual Basic 4.x/5.x/6.x
Microsoft Word, Access, Excel 95/97 (VBA)
Windows Scripting Host (cscript / wscript)
Perl 5.x for Win32
Inprise Delphi 4
Microsoft Visual C++ 4.x/5.x/6.x
Microsoft Visual J++ 1.x/6.0 (Java)
6 , ocxex.zip
"This is a quick example I made to show you how to use Events and properties in a OCX."
7 , news.exe
This control aids as a complete Newsgroup control. It can post messages and recieve messages through the internet.
8 , optiondemo.zip
This example demonstrates how to create realistic Option Buttons in Visual Basic.
9 , mencrypt.zip
This ocx allows you to encrypt strings while utilizing a password shift method.
10 , listtxt.zip
This shows how to retrieve the text from the current selection in a listbox.
11 , list_index.zip
This example tells you if the inputted List Index is selected or not.
12 , fade.zip
This is a bas to fade a pictuerbox. Can be used to make a progressbar
13 , subcls32.zip
This demonstrates hoe to write a subclassing control. And it has many examples as to how to use the control (included.)
14 , djmeter.zip
This is the source for a Progress Bar control. Also includes a helpful example.
15 , progress.zip
This is an example on how to use the Progress Bar included with Microsoft's Visual Basic.
16 , slider.zip
"This is a sample of the Slider control that is part of the Microsoft Windows Common Controls(COMCTL32.OCX). "
17 , statusbar.zip
"This is a sample of the StatusBar control that is part of the Microsoft Windows Common Controls(COMCTL32.OCX). "
18 , tabstrip.zip
"This is a sample of the TabStrip control that is part of the Microsoft Windows Common Controls(COMCTL32.OCX). "
19 , uncommondialog.zip
This is an alternative to Microsoft's (tm) Common Dialog control by Nick Mancini.
20 , ucmdex.zip
This is the example to go with Uncommon Dialog OCX.
21 , scroll.zip
This demonstrates how to create an auto-scrolling textbox.
22 , splitter.zip
This demonstrates how to "split" controls. This is an excellent example, and I reccomend this file for everyone.
23 , mtymse.zip
"This project is a fully working ActiveX control, with code, that allows you to control almost every aspect of the mouse. You can move the mouse, click the buttons and adjust the click time from your application."
24 , ucmdsrc.zip
This is the source to my OCX. This demontrates how to create a basic OCX. This will aid anyone who wants to create an OCX.
25 , avb-systray.zip
This is a good example to add your programs' icon to the Systray. This Zip also includes a helpful example.
26 , cmdex.zip
This is an example of how to use the Common Dialog. This demonstrates most of the event procedures of the CM Dialog control.
27 , campbell-reg.zip
This demonstrates how to write and retrieve information from the registry.
28 , basChangeCursor.zip
This module demonstrates how to animate your cursor through Visual Basic, and Win32.
29 , hdcat.zip
This will grab every file on your hard drive and add its path to a listbox.
30 , vbo_bump.zip
This DLL allows programmers to easily draw 3D grippers and lines on Device Contexts (DC).
31 , vbo_user32_bas.zip
This BAS file contains many functions to ease the process of using the USER32 DLL.
32 , vbo_gdi32_bas.zip
This BAS File conatains many functions to ease the process of using the GDI32 DLL.
33 , vbo_button_bas.zip
This bas contains functions to manipulate Button class objects
34 , LPT_Port.zip
Read/write to LPT parallel port
35 , DancingBaby.zip
A Dancing Baby Screen Saver Which Dance on A Famous Song Macarena ( With Sound ) A Very Cute Screen Saver ,with source code, If you want more avi files then please mail me.
36 , superwriter.zip
A complete Wordprocessor, with source code. You can save, open files, print them out, copy, cut, paste, well you know the concept!
37 , LogOff.zip
This conveniently placed program allows you to log off from your system tray.
38 , ChPass.zip
Changes NT Domain Passord. This program has two compenants... a server and a a client. The Server must run on a Domain Controller.
39 , Reboot.zip
This conveniently placed program allows you to restart your computer more easily, from your system tray.
40 , analogclock.zip
This is a very good demo OCX for an analog clock. Although quite big in size, this is due to the very good background to the clock face. The analog click itself is very accurate and looks very impressive.
41 , edge.zip
This program uses a few API calls/functions to set 3D, sunken and etched effects to an image inside an image control. It also has an example of how to change a label control to a 3D command button.
42 , splitpanel2.zip
A re-written version of the SplitPanel that David originally put onto this site about a year ago. It basically is a control that you place on a form and you can put other controls on the form and by dragging the splitpanel bar around, it does the resizing for you.
43 , avcontrol.zip
This control takes care of many audio and visual functions needed for game and graphical programmers. You can easily retrieve or change the screen resolution and color depth, play audio CDs and standard wave files
44 , fsocontrol.zip
This demonstration version of this control is a wrapper around the FileSystemObject - and makes using the FSO much easier.
45 , slidingtoolbar.zip
This project shows how to implement a sliding toolbar in an application using one quick Kernel32 API function "Sleep". The application is fairly simple and easy to implement.
46 , dcsize.zip
When this control is put onto a form, it ensures that all other controls retain the correct aspect-ratio from the design time view. Basically, it resize all controls on a form when the form resizes. This code is 100% free.
47 , colorchooseocx.zip
This great OCX allows you to have a drop down list of colors to allow your user to choose from. The control itself has all the events and properties that you need.
48 , xgraphmeter.zip
This is XGraphMeter, a bargraph/meter control good for displaying constantly changing values such as CPU usage or DUN throughput.
49 , dynlistmnu.zip
While trying to come up with a Dynamic menu in VB, I decided that VBs menu object was just too much of a pain to work with This project contains a form to mimic the functionality that I was looking for.. Part of my design criteria was that the menu form
50 , runtime.zip
Supposedly, what this code does cannot be done... But it works. Basically, its a demonstration of how you can change control properties at run-time. If you try it in VB, you will get a runtime error, but this code shows you how to do it. Gilbert says
51 , ledbulb.zip
This is a first for this author. Its an OCX which represents a characters in the form of led bulbs.
52 , textapiroutines.bas
Contained here is a small set of routines can be used with a Rich Text box (RTF) control. It can be used for other controls as well with minor modifications. You are welcome to change, use and distribute the code as you see fit.
53 , xflatbutton.zip
FlatButton is an owner-drawn flat button that pops up when the mouse passes over it. This version is text-only, but has flexible color support.
54 , urllabel.zip
With the development of the internet and intranet applications, this control could could in more and more useful. Its a hyperlink label which will change color or underline when the mouse goes over it
55 , progbar.zip
This is a great replacement for the standard VB progress bar. Its smooth, totally free (all the source code is here), and more versitile than the one that comes with VB.
56 , splitpanel.zip
This little control with full source code is remarkably compact but does a lot of fancy things. It allows you to be able to split panels and handles all the resizing behind it. We couldn't think of how to describe it properly, but 下载 it and try it
57,basicreg.zip
Basic Save and Retrieve Functions
58,proguse.zip
Keep Track of a Programs Usage
59,millisec.zip
Count Time in Milliseconds
60,getday.zip
Get the Day of Week that a Day Falls On
61,shellend.zip
Notify the User when a Shelled Process Ends
62,varlist.zip
Get a List of Windows Variables
63,detdisp.zip
Determine Display Colors
64,ctrlntwk.zip
Control Panel - Network
65,ctrluser.zip
Control Panel - User Properties
66,ctrltwui.zip
Control Panel - TweakUI
67,ctrlthm.zip
Control Panel - Themes
68,ctrltele.zip
Control Panel - Telephony
69,ctrlsys.zip
Control Panel - System Properties
70,ctrlscrn.zip
Control Panel - Screen Savers
71,ctrlreg.zip
Control Panel - Regional Settings
72,ctrlprnt.zip
Control Panel - Printers
73,ctrlpwr.zip
Control Panel - Power Management
74,ctrlpw.zip
Control Panel - Passwords
75,ctrlodbc.zip
Control Panel - ODBC32
76,ctrlmm.zip
Control Panel - Multimedia
77,ctrlmdm.zip
Control Panel - Modem
78,ctrlkbd.zip
Control Panel - Keyboard
79,ctrlmous.zip
Control Panel - Mouse
80,ctrlpoa.zip
Control Panel - Post Office Admin
81,ctrlotlk.zip
Control Panel - Outlook
82,ctrljoy.zip
Control Panel - Joystick
83,ctrlie4.zip
Control Panel - Internet Explorer
84,ctrlgame.zip
Control Panel - Game Controllers
85,ctrlfont.zip
Control Panel - Fonts
86,ctrlarmp.zip
Control Panel - Add/Remove Programs
87,ctrlanh.zip
Control Panel - Add New Hardware
88,ctrlanp.zip
Control Panel - Add New Printer
89,ctrlaccs.zip
Control Panel - Accessibility
90,ctrlbrf.zip
Control Panel - Create Briefcase
91,ctrlcdsk.zip
Control Panel - Copy Disk
92,ctrlcns.zip
Control Panel - Create New Shortcut
93,ctrldun.zip
Control Panel - Dial-Up Networking
94,ctrldisp.zip
Control Panel - Display Properties
95,RegControl.zip
Free Registry ActiveX Control. Read/Write String/Binary/DWord values, Check if key/value exists, CreateKey, Delete key/value and enumerate keys/values!
96,MouseEvent.zip
This is a Mouse Event procedure that is pretty cool. It can be used for Web designing. Check it out!
97,ShellTrayIcon.zip
The CShellTrayIcon class allows your VB application to set, change and delete icons in the system's tray
98,Reboot2.zip
Reboot remotely. I wrote this to reboot selected PC's during off hours. It is a standalone application that will display a 10 second countdown. Any open data will try to be saved prior to the shutdown process.
99,S-Secure.zip
This is S-Secure.....a security program I've coded for Windows. It has 4 modules each in a separate VB project.
100,DriveSpace.zip
This Program finds and displays the Drive's Space.
101,Disable_X.zip
This user control allows you to disable the windows close "X" button. Example program included.

102,SetParnt.zip
Shows how to assign controls to different forms at run time.
103,phone.zip
A Cellular Phone Application Uses MSCOMM, Modem and normal telephone lines to make calls. You can use this application to make local as well as International calls.
104,Timer01.zip
Simple program demonstrating how to create a stop watch using the Timer control.
105,Bubblesort.zip
A simple Bubble Sort code that shows how the program works within a VB program.
106,systray.zip
Just another Systray Utility, but worse than the others !!! static, flashing and animated Tray-Icons
107,FolderFiles.zip
Demonstrates usage of progress bar and list box controls. Its purpose is to get all the files from a specified folder while showing the progress completed.
108,MultipleDataSets.zip
This is a simple, (1) form VB 6.0 program which demonstrates how to plot multiple sets of data on the same graph using the MSChart Control 6.0 (OLEDB).
109,MthVwPrj.zip
MonthView control. Lets users view and set date information via a calendar-like interface.
110,calculator4.zip
I know this is wierd but I made a calculator control. Just add it to your control bar, double click, and you can use the calculator when your project is at run-time. Source included.
111,GradientButton.zip
This button was created to be an enhanced replacement for Visual Basic's standard command button by adding 2 more Border appearance schemes, 2 more button styles, and hover effects.
112,MSChart.zip
MSChart. You can view MSChart in Line graph,Pie , Area, etc.. also you can update data provided in the Grid.. Very interesting must see it...
113,printing_tut.zip
I made this for a freind to help him out with some basic Printing, i got the idea from a printing tut i found on the net, so the code is not mine.
114,treeview.zip
This code can as many child nodes to a tree view control and can save the data and structure of the treeview control in a text file. Later the data and structure can be retrieved from the text file and filled in the tree view control by clicking the load button.
115,alarm_clock.zip
It simulates an alarm clock.
116,DesktopByAlexDrankus.zip
This program hides/shows desktop, hides/shows taskbar, hides it self from the ctrl+alt+delete, uses pictures to create the forms (pretty cool forms) and many other functions just place this program and all components in a sub-folder
117,Label3D.zip
Label3D lets you change the Label Face Color Shadow Color ON/OFF Shadow.
118,HotLinks.zip
Custom Control which acts like a text box, except the developer can specify hot links in the control which act like web page links allowing users to click them, while allowing the developer full control over the result of the click.
119,custbutt.zip
This application shows how to create non rectangular buttons.
120,grid.zip
Complete grid coded in vb. supports : locked rows/columns , fg/bg colors , text alignment , cell-edge styles , different selectionstyles . texbox/dropdown cells , cell icons and lots more...
121,analogmeter.zip
Create your own analog meters using MSPaint. These .bmp or .gif files become your meter face. Use the (analogmeter) subroutine to automatically draw the meter needle over the meter face
122,wheel.zip
SpinWheel control to be used in place of either the UpDown control or the ScrollBar control.
123,ArielBrowseFolder.zip
A browse folder control resembling a combobox. When the dropdown button is clicked, browse through a folder treeview to select a directory. Uses the SHBrowseForFolder function, amongst other APIs. A call back procedure is implemented showing the currently selected folder in the browse for folder dialog.
124,pp_prj.zip
This program shows you how to create a sample project that adds print preview capabilities to your Visual Basic program by using a generic object and the Printer object.
125,popup.zip
PopUp buttons with only 4 lines of code.
126,adbevel.zip
The bevel control in Delphi is now available in VB.
127,rainbow.zip
Cool! Have a ProgressBar like in InstallShield!With free selectable fore- and backcolor and the percent value displayed in the middle!Check it out.
128,gb12.zip
Well folks. Another version of Gold Button is here. I've added a few things. Here they are: Property descriptions, MaskColor, UseMask, Base Address in OCX, picture will now automatically align with text and when you are in desing mode and OnUp property is bsNone, a Dash-Dot-Dot box is drawn over the button, so you can see th button's area.
129,gb11.zip
A new version of Gold Button is here dudes.New version has Picture Property and Skin Support.
130,BIGDOGMEDIA.zip
MEDIA PLAYER THAT SUPPORTS FORMATS LIKE MP3,AVI,MPEG,WAV ECT.EXAMPLE OF USING ANIMATION WHEN PLAYER IS LAUNCHED.
131,HTML.zip
An HTML editor with complete VB source code.
132,PrintPreview1.zip
Print Setup, and Print Priview application.
133,RTFEditor.zip
RTF text editor, HTML text editor, web browser, and more...Try it. Note, make sure your printer is turned on before running the application.
134,VBExplorer-II.zip
VBExplorer file utility application. This application uses the Visual Basic TreeView and ListView controls to create a file management application similar to Windows Explorer.
135,resizepic.zip
Shows how to resize a picture box control on a form at run time.

网友评论