Results for "Volume: 2002VB"
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.
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!)
To execute various mathematical calculations including basic operations, advanced operations, statistical operations, trigonometric operations and the ability to switch between 4 different modes.
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.
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]
Lists records into a listview control using basic SQL Statements.
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.
This code displays the numbers that you type into a textbox as digital numbers! Vote for me if you like it!
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.
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.
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.
Pretty functional IRC Client. Includes support for channels and queries, up to 30 of each (can be changed for more). Supports color formatting (although it's still a little bit buggy). Supports a few aliases, /me, /quit, /msg, /query, /id, and built in variables, $server, $me, $port, $randnick, $chan, $version Ex: /me is using projectIRC $version Handles all joins, parts, kicks, quits, nick changes, mode changes correctly, as well as topic changes. Still being updated daily, far from being done. Please don't try to copy from me :)
The purpose of this example is to connect/display database records (using ADO) with a simple listbox. This is a work around to using bound controls. You will find your apps will run faster.
A small 56KB DLL that has a FTPClient.Connection Object that allows you to perform FTP client control capabilities from your applications. ChangeDirectory, MakeDirectory, Rename, RemoveFile, RemoveDirectory, ListContents, GetFile and PutFile. Source code for the DLL and examples for both VB and ASP are included. Yeah, the Inet control lets you do the same, but after finding 6 or 7 FIX documents on MSDN and unsuccessfuly being able to upload 90 files in a row, I descieded to make this DLL. It successfuly uploaded all 90 files in a flash. If you do find problems submit them here http://www.neotextsoftware.com
This is a demo of animated mouse's tail. The mouse tail with spring, gravity, resistance and other properties will follow the mouse pointer. When they hit the screen's boundaries, they will bounce and swing. The current version didnt exploit most of the possible features because this is just too fun to play with and i cant wait to share with you all. Tell me how you like it. The original source code is in JavaScript by Philip Winston ([email protected]). Msg on 23/09/2000 Revision 1: Draw balls using bitblt (in the way i can only figure for the time being). i will let you judge the performance. the drawback is a additional routine to make the background of balls transparant will be needed. (not implemented here) Msg on 24/09/2000
this plays mp3 files, but prety well to find out how things are working out, It's A MP3 Player And has apart of the basic Play, Stop, Pause thats all :)
Use your machines real memory to store large strings instead of varibles that run down your programs resources.
This function will return whether you are running your program or DLL from within the IDE, or compiled. I use it as part of my DLL's like active document DLL's to setup information that would normally be supplied from the outside.
Password Guard is a complete application that lets you store User Names, Passwords, Secret Notes easily and securely. You just type your secret information, and it automatically ecrypts, updates, and stores them in your Registry under random sections and keys. You don't even have to worry about saving your work, the powerful AutoSave feature takes care of that! Password Guard uses a professional encryption cipher that utilizes 128-bit encryption, and it can be used by multiple users. Each user has a unique User ID and a Master Password. That's not all, it can Export Data to files, Import Data from files, search records, and much more. It has a very smooth and "iconful" user interface. Check it out!
This code will autofill a textbox from a database table using the keyup event.