Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #115889
FRX Restore.

Ever have an old program that you backed up the .FRMs\FRXs to, and suddenly notice that you need the pictures that where on that form. I bet its the worse feeling in the world, right up there with getting dumped. But wait! There is a light! FRX Restore will take that old dirty FRX File and turn it back into there old picture files! Pick and choose what pictures get extracted from the FRX data.

2_2002-2004 #115890
Calculation Solver 3.0

** Out of date ** Advanced Calculation Solver has replaced this program and its screenshot. Visit it here.

2_2002-2004 #118091
Cool File Search & Replace

Searches through text files (txt/csv/asp/xml etc) in a given directory and replaces one string with another. Quick and simple app but very effective if you have multiple replacements in multiple files.

2_2002-2004 #118092
A basic ADO Open and Requery routine

New to ADO? Worried about ADO? This little subroutine gets round the problems of opening ADO recordsets. Please look elsewhere on this site for info on opening the database itself. If you open a Recordset in your code, ADO expects you to close it before re-opening. But if it's not open you can't close it... (Oh My!). Here's my solution. It requires a public ADODB.Connection - I call it gCn. The routine will open a new recordset (compatible with Janus GridEx), or refresh it if it's open or if the SQL has changed. Optional ReadOnly argument.

2_2002-2004 #118093
Xplayer.Ocx Beta test II With Complete Source Code Which Replace MediaPlayer.Ocx(New Playlist Added)

Xplayer Control was mainly done to replace mediaplayer.ocx. This does almost all the work done by the mediaplayer[ Ihope so]. This control supports the following file formats Dat, Avi, Mp3, Wav, Mpg & Wma files. It has fullscreen mode in which shortcut keys Like Play,Pause,Skip & volume Control. This control Can read mp3 files tag. It can open and close Cd tray. You can change almost all the color in the control. All the controls can hide or unhide. You can access almost all the functions of control thru your coding. The only bug in this control is when user plays a uncompressed movie file in fullscreen mode. the Program and system hangs. I hope the Bright peoples of planetsourcecode.com will correct that bug. The code is little shabby and not commented. I think so you will understand since the code is simple. It took a lot of time for me do this project. Sorry for the late release of source code. Please Vote for me. Please..........Vote my program.......... Now Playlist Added to it.. Vote me

2_2002-2004 #118094
Ariel Browse Folder/File Controls V1.1 (Update)

Two active-x controls are included in this OCX library, a folder and file selector. The controls resemble a combobox, and when the dropdown button is clicked, a dialog is shown in which a folder or file may be selected. The BrowseFolder control uses the SHBrowseForFolder API function, and the BrowseFile the GetOpenFileName and GetSaveFileName functions. A call back procedure is implemented showing the currently selected folder in the browse for folder dialog. The user has the choice to select any system folder (Desktop, My Computer etc) as the root, or a custom folder. The BrowseFile control returns the filename and path separately from the full path. The standard inverse triangle on the dropdown boxes may be substituted for any 8 pixel wide bitmap (with varying heights), with a choice of mask colors. Full set of events are included, click() upon dialog close, Change() and DropDown() prior to opening of the dialogs. Source also implements BitBlt() API function to copy transparent images. This is an update to the original ArielBrowseFolder Control, which has been removed from PSC.

2_2002-2004 #118095
Grid-Net Waves 3D animation

Hi-Lo algorithm . I found somewhere this algorithm , and made this demo , simulating waves with Grid ( net ) . It looks interesting and it is possible to make various models of 3D grid-waves , depends on math function you choose. I've added simulation of animated 3D grid-wave , just to make it more effective. It is nice graphical performance , and with possibility to make a lot of extensions in this field of programming. However , it is not so easy to understand , but I hope that it could be useful. See the screenshot . I would like to see your comments about , and votes :) Enjoy ! !

2_2002-2004 #118096
Tamagotchi Virtual Pet Game

Ever seen a tamagotchi? Well thats what this is, accept made in vb.. This program was originally developed as a joke for a friend, that is his picture in it.. The actions you can do to him are sexual/drug related, so don't download this code if you are offended by it (actually, I suggest downloading the code, it is very easy to change what he does.. and its easy code too, just for learning..) Also shows you how to create different colour title bars in forms..

2_2002-2004 #118097
Take a picture through your monitor! No video cam required!! (joke)

(joke) Absolutley amazing code, Have you ever seen watches that can syncronize with your computer? Well this program uses the same technology, to emit a low light out of the monitor, and scans your face. Develops the picture, then displays it to you! Check it out, run camera.exe before you look at the code :p (PsCode WebMaster's note: This is under the 'jokes/humor' cateogory--please don't download it and then complain if you're not interested in this sort of thing)

2_2002-2004 #118098
Internet search tool

Usefull tool for searching the net.. minimizes to the system tray, shows a small little form with a search box.. uses any search engine that you set it up to use, and remembers it in the registry.. Usefull for learning how to add/remove icons from the systemtray!

2_2002-2004 #118099
Image Collision

Verify if two images will hit if you do move one of the image of X left and X right. Very useful when programming actions, sports or rpg games.

2_2002-2004 #118100
CyberBot Books

You can save information about your books in it ! A nice example of database program.Included a kool sub-routine that creates shadow ! A Must Download ! ! !

2_2002-2004 #118101
Move ListItems with Mouse

Move Items in a ListView WITH THE MOUSE. I could not find code to do this anywhere on the Internet, so I decided to make it myself.

2_2002-2004 #118102
ProgressBar in System Tray

This code place ProgressBar to System Tray

2_2002-2004 #118103
CoverKit 2.0

Print out any CD cover ... Cover search function, cover recognition, and more

2_2002-2004 #118104
Single File Self Extractor Module v1.02

This module when compiled into any project will ask for an attachment, this can be any file, it will then ask you for a new destination filename, the next time your program is run the file that was embedded into the exe will be extracted and saved to the destination you have chosen... Now includes registry write functions, so that application can be started automatically on system restart

2_2002-2004 #118105
A. read properties of a control

Read most properties of a control and fills a flexgrid with the info (reading the form crashes prog). 'needs a reference to TLBINF32.DLL TypeLib Information

2_2002-2004 #118106
Stopwatch

Simple stopwatch program.

2_2002-2004 #118107
Excel Class - write to an XLS file without DLL's or Excel automation

Writes an Excel BIFF 2.1 spreadsheet file DIRECTLY. No external DLL's or Excel automation needed. Great for exporting data from your application to an Excel spreadsheet without the overhead of JET or ADO. This is a small update that includes the ability to create Horizontal Page Breaks and to specify default formats for numbers and dates (for example, the number 20000 could be given a format of #,### in the file - thanks to Dieter Hauk). Updated June 20/2001: Fixed lost row 32768 if more than 32767 rows are output to the BIFF file. Thanks to Sid Eaton for noticing this problem. Updated November 10/2001: Added support for default row height and the ability to set the row height of individual rows. Example on how to save dates to the file.

2_2002-2004 #118108
add scanning to vb programs

this is a very small example on putting scanning power into your apps. scan something from the scanner and display it in a img control in either .tiff, .bmp, .jpg, etc, form. you can also add a editing tool like photoshops, and create a image editing program.

Languages
Top Categories
Global Discovery