Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #117813
A Distinct Search

This a Search program that searches for a 'specific record in a database. This is a kind of DISTINCT search. Where u just have to enter the first letter of the data u want and it gives u an output in the grid.

2_2002-2004 #117814
All about Function and Sub

This tutorial shows you the advanced features of the functions.(i.e how to use funciton) If you liked this code then please vote for it

2_2002-2004 #117815
Personal Contact Manager v4.0 - PLEASE VOTE... MANY FEATURES ADDED

If you've downloaded previous versions, you'll know the genral basis here. This program will allow you to Manage your contacts' Address, Phone Number(s), Email Address, URL, Brithday (Now with 2-Week-Prior Reminder). Automatically Dial Numbers, visit URL, or Write an Email with the click of a button

2_2002-2004 #117816
EXE / DLL / OCX File - information

This sample project shows how to get the following information out of EXE / DLL / OCX files: CompanyName , FileDescription , fileVersion , InternalName , LegalCopyright , OriginalFileName , ProductName , ProductVersion

2_2002-2004 #116998
C++ Controls in your app (updated) - now with tutorial

REAL C++ CONTROLS IN YOUR APP!!! Do you know the code "Real C++ Buttons" by Randy Mcdowell? It sends a message to a VB Button to make it a "C++ Button". But if you look at this button with Spy++ you will see that it is still a "ThunderCommandButton", the VB Button. My code lets you use EVERY C++ control in your app!!! And these controls are REAL C++ controls!!! Think of the fantastic controls you can have: e.g. the cool hotkey control. Or what about a "real" RICHEDIT control? The only limitation is your fantasy! Control events are also supported. Well commented, and easy to use even if you don't understand everything that happens. The second version of this code, now with tutorial and some new stuff. Have fun with this code, use it in your app, and if you like it VOTE FOR IT!!!

2_2002-2004 #116999
RRPencil

I love pencil drawing and there's nothing to beat pencil and paper. On the computer the mouse never moves as easily as a pencil but mathematics does allow some types of drawing to be carried out much more quickly than would be possible by hand. This is a pencil drawing programme with 256 shades of grey. It has 21 drawing tools and a host of sub-tools all easily selected from on-screen toolbars. Many shaded shapes such as curved lines, tubes, cones etc can be drawn. All the standard picture formats can be loaded or added and re-positioned. Saving is either as a BMP or a JPG file. Any rectangular part of the picture can be saved. JPG saving and printing is accomplished by using a single exe, free-standing, freeware conversion program that takes a command line and is hence easily used in VB. The source and credits for this are included in the .zip file In addition to the tools there is a zoom facility, whole-picture scrolling, +, X & perspective hair-lines, settable brick & tile sizes, text with any font, size or angle, undo and two canvas sizes suitable for A4 paper. All the source files, including button bitmaps, are included. The .zip file is just over 1MB and the program is written for an 800x600 screen.

2_2002-2004 #117000
E-mail Access Reports

Allows you to use Outlook to send bulk e-mails of Access Reports in Snapshot Format to users (ISO Printing, Faxing etc...)

2_2002-2004 #117001
Contact Manager v5.0 - Now with HTML Export and Record Print

Wow - Im averaging a New version every 1.4 days. Well This version has 2 main features added. 1. Record printing is now possible 2. You can export your ENTIRE Phonebook to a fully functioning HTML Web-Phonebook (ONE CLICK TO EXPORT AND VIEW!!!)

2_2002-2004 #117817
Net Detective - With eg of how to spy MSChat server/client

The purpose is to spy the data transmission between two sockets. That is, our spy will act between the server and client to get all data passing between them. 'Well, This is a simple program. If the name doesn't indicate anything, here is a short story: I usually use Microsoft Chat for chatting. (Usually my nick name is Nice-Guy, in case u need to find me..) Just for understanding the communication between the Microsoft chat client and the server, I wrote this app.. But you can use it as a router,multi chat enabler etc, if you need to use it that way..

2_2002-2004 #117818
Classes and Active X User Controls and Property Pages.....oh my.

Demonstrates how to use classes, Active X user controls and property pages among other features ot Visual Basic. Also includes a masking control as a demonstration application.

2_2002-2004 #117819
Ariel Color Box Control V1.1 (updated)

A popup color selector active-x control, similar to a combobox, featuring 12 different palettes, and 2 color selection events: Click() and Change(). The popup window can be disabled, in which case the popup()event may be used to substitute your own color selection code, or access to the common windows dialog. Hue selection is done through mouse hovering using custom timer class. Credits to various PSC contributors as listed in the text file. Uses 12 API functions. Full source included - well commented. V1.1 now includes hWnd property. (Thanks Ross McCawley!)

2_2002-2004 #117820
Scientific Calculator fx35A

To execute various mathematical calculations including basic operations, advanced operations, statistical operations, trigonometric operations and the ability to switch between 4 different modes.

2_2002-2004 #117821
Resource Loader

This class (or DLL) is used to load resources from resource-only DLL. You can load common picture formats (BMP, ICO, CUR, JPEG, GIF) directly to VB (through picture object). You can load also strings, HTML (as string or to file) and play WAVEs. All other resources can be saved to file on disk and loaded then (including those that can be loaded directly to VB. This file includes compiled DLL, class, example project and example resource DLL, created in VC++ 6.0.

2_2002-2004 #117822
AOL Battler

To make an AOL Chatroom game from Gundam Wing.Simple code very easy!! If you want to make something real out of it and have questions. EMAIL ME AT [email protected]

2_2002-2004 #117823
Simple DBgrid using listview control

Lists records into a listview control using basic SQL Statements.

2_2002-2004 #117824
SideScroller

I compiled this together from hints I found on this site, and other VB sites. It is an example of how to use BitBlt to create a side scrolling (right to left) environment. It uses a BitBlt class to handle most of the work, and I think it is fairly self explanetory.

2_2002-2004 #117825
Digital Number Generator

This code displays the numbers that you type into a textbox as digital numbers! Vote for me if you like it!

2_2002-2004 #117826
MS Access DB to XML Conversion App...now with color coded XML viewer

This is a very simple application demonstrating the steps taken to convert a MS Access database to an XML file. Great tool for learning XML. To use it, simply load the database (one has been provided), then select Compile XML from the menu. You need a browser that is XML compatable to be able to view the actual XML document, however the actual XML code is displayed in an RTF text box as well. Enjoy.

2_2002-2004 #117827
Broadcast over IP using only Winsock Control

Allows applications to broadcast messages to all computers on a network only using the standard MS Winsock control. This very simple procedure allows all computers to receive the data in a short space of time, making it very useful for chat applications etc. To broadcast using the Winsock Control, set the protocol to UDP and the remote IP to 255.255.255.255. Any program set to receive UDP data on the remote port set will receive the data. Its that simple. I have included a sample application to demonstrate.

2_2002-2004 #117828
Skin Pad Plus 1.6

Not a big update i just added skins to the buttons. Thanks to Clint LaFever for the idea of skinning the buttons, he originally gave me the idea to implement that so that credit goes to him. Also thanks Clint for pointing out the bug with the rtf saving as text when rtf save mode was chosen. :) ------------Once again people if you have constructive criticism that is very much welcomed but please don't criticize my hard work because i used an add on... thats what programming is all about using or making an add on and we all use add ons to make our add ons. So please only constructive criticism or thoughts on how i could improve this program... you all are free to edit this in any way you like but if you post it anywhere please just give me credit for it. :) ---------- Fixed the button height due to one of the skins loading over the words on the command buttons.

Languages
Top Categories
Global Discovery