Advertisement

Results for "Volume: 4_2005-2006"

4_2005-2006 #155526
___ Orion Belt - The World's BEST VB Code Commenter!! Comments projects modules procedures CHECK IT!

Orion Belt is an excellent VB-Code commenter, even I'm not sure is it the world's best or not :P ... It AUTOMATICALLY scan and search every ASCII of your projects, forms, modules, and even procedures, to gather some useful information and use them to comment your projects. Comes with many commenting features and an attracting interface. Can backup the project before commenting if you like. Take a glance at the screenshot! Anyway, picture tells only a thousand words while experiencing does millions. Download! Vote! Thanks!!!

4_2005-2006 #161566
Must SEE!!! Make all kinds of gradients, including DIAGONAL!

Look at the screen shot for all the possible gradients. You can choose the color, kind, and the end color. Worth checking out!

4_2005-2006 #161943
Mathematical Pattern Generator

Creates a Mathematical pattern, the source could be altered to make a screen saver. Please Vote for this code, or comment on how it could be improved...

4_2005-2006 #161944
Factor

Shows the factors of a number, it can do 1 - 1000 in under 2 seconds on a 500mhz PC....

4_2005-2006 #161957
Chicken v1.0

This program will simulate a chicken.(Not a very good program and not finished)This program can show you how to open a file and write to it.

4_2005-2006 #158875
Draw FORMATTED Text to any window with a hDc

Allows you to draw Formatted (diffrent fonts, sizes, colours) text to anything with a valad hDc - only tested against Screen Objects - Converts Font Object to LOGFONT struct IMPUTS: StdFontEx, Rect - Bottom Top Left Right, hDc, Text, Text Allignment Flags. Either provided as Paramaters of the .Draw procedure or as Properties of the cTextEx Object RETURNS: no Returns SIDE EFFECTS: no Knowen Side Effects Misc: you MUST pass a StdFontEx object as either a Paremter or a Property of the cTextEx object. cStdFontEx mirrors functonalaty provided by the StdFont object. i only added a Colour Property (it makes sence to do this) future revisions of this class will encorperate diffrent brush styles thus the reasoning for mirroring the vb font object

4_2005-2006 #160810
visual basic simple port scanner

This is a simple portscanner, made using the winsock control. User can enter the ip/hostname (remote OR local) to scan, and also specify the range of ports to scan. Feel free to modify or use this code however you want. If you like it, please vote for it :)

4_2005-2006 #161960
Fax Manager

To quickly add, edit, remove and export records in a database for a fax blaster. This program illustrates 46-bit encryption, adodb database interactivity, wild card searches, grids, basic registry, user security, deleting records, multiple styles of finds, plus much more... I know that there are some bugs, but we use this internally, and do not have to trap everything. NOTE: USERNAME: Admin PASSWORD: Admin

4_2005-2006 #161779
Easily Bind a Listview Control to a Table or SQL statement!!

Allows you to automatically generate column headers and load all the records from a table or SQL statement into a listview.

4_2005-2006 #161711
Standard Prefixes (For all Beginners, Intermediate, and Advanced)

When naming a control, it is recomended that you start the name with a three-letter prefix that helps you identify what kind of control you are referencing. For example, a form should be called frm1 instead of Form1. Also I've included one piece of code that everyone should include in their projects.

4_2005-2006 #161748
Instant Read-only Form

This source can dynamically turn a normal form to a read only one and vice versa. Uses API functions. Also you can exclude a control from turning into a read-only one. Suggestions and thoughts always welcomed.

4_2005-2006 #156740
Long To Binary using Recursion

This code demonstrates how to convert a long value into a 32 bit binary value by using a function that is called recursively (it calls itself). A heavily commented demonstration application is included in the zip file that also includes techniques and coding methods that beginners may also find useful.

4_2005-2006 #157229
Run on windows startup using registery

Easy peace of code that adds a string to to the registery with path name and your discription next time you boot windows will start your program :o)

4_2005-2006 #161319
Writing HTML Help Files

This is the first in a series of articles describing a computer program I've written using VB 6.0 and XML to automate the creation of HTML help files for ActiveX .dll's. The first article describes how to write HTML help files manually.

4_2005-2006 #153780
An Amazingly Simple Way to Read/Write Registry Entries

This is the simplest way of reading and writing to the registry with the least amount of code...bar none! Don't bother with the Windows API to perform simple Read/Write/Delete in the registry! Just set a reference to "Registry Access Functions" (RegTool5.dll) in Project | References. It can be found in C:\Program Files\Microsoft Visual Studio\Common\Tools\APE. Press F2 to view the Object Browser and see the wonderful functions already there for you!

4_2005-2006 #159603
Terminal Services Client (Updated)

Connects to a remote Windows 2000/XP Terminal Server which runs on port 3389. Update ------- - Removed the full screen even at smaller resolutions - Added Bitmap Caching to speed up image display - Added compression to speed up data tranfers - Added Automatic Password entry Register the OCX before you run. To find some servers to test on try scanning 130.39.99.1 - 130.39.100.254 for port 3389

4_2005-2006 #160086
SplitBar

This control makes it very easy to add a horizontal split bar to your application. Eventually this control will include vertical splitbars as well. To use this control: 1. Place the control on a form. 2. Place controls above and below the splitbar control. This control needs at least one control above it and one control below it to function. The idea is that instead of using code to set the maximum and minimum scrolling positions controls are used instead. This makes it easy to visualize the range of motion for the control. Also, you can reposition the controls in response to form resize events, and the splitbar will use the new positions. Controls that are used only for setting splitbar ranges can be hidden at run time. In the future I will probaly change this so that the splitbar uses its current position for the maximum top or maximum bottom position if no controls are added to the top or bottom. 3. In the form load event add references to the controls to the splitbar using the AddControlTop and AddControlBottom events. i.e. splitbar1.AddControlTop Text1 splitbar1.AddControlBottom Text2 splitbar1.Update Calling splitbar.Update will align the bottom of all TopControls controls with the top of the splitbar and the tops of the BottomControls to the bottom of the splitbar. Known bugs. 1. Currently the splitbar control brings itself to the top when a user moves it. This was intended to make using the control easier, but it will hide any labels contained in the control. I think thats it, if you find more please let me know. Also, please send me any ideas you may have to make this control better.

4_2005-2006 #161962
FIX :TabDock Control with Error Free Example

THIS IS A FIX FOR MY LAST SUBMISSION * ALL FILES ARE INCLUDED! Look in the "RELATED" folder for the tab dock control. COMPILE THE TABDOCK CONTROL, then add it to the MDI form that is included. IF you have any more concerns...contact me on AIM: CAaronWright! This is a nice example of the TabDock control at work. I did not write the control, but I did fix alot of errors in it, so this control should run smoothly now. The example included, however, was written by me, and also works perfectly! The example will show you how to Dock and Undock four different forms all at one time, or individually via Menus. (See screenshot for more detail) This is pretty much like the VB environment, so have fun, and If you like it, please vote, thanks!

4_2005-2006 #160270
Crystal Report

I had to create a report using Crystal Reports 8. I struggled to find anything on the net so I came up with this. I hope you guys find it useful. This code does several things wrt Crystal Reports. 1. It allows you to display a crystal report 2. To email a crystal report in .pdf format 3. Print the report 4. Update the database location on crystal reports at run time. (The database in crystal must be an ADO connection) Please vote for this and give me any comments.

4_2005-2006 #156197
INI2XML

This is a quick INI editor that produces XML from the source INI file and allows you to readily make changes to both the INI file and the resulting XML file. It's relatively simple and fully utilizes Brian Bender's INI->XML DTD and code. Thanks Brian!

Languages
Top Categories
Global Discovery