Advertisement

Results for "Volume: 2002C"

2002C #14056
Add Undo/Redo buffer in your application

Provides functionality to have a buffer of Undo's in your application so users can go back as far as they want and redo their actions again....

2002C #13630
Loading Windows Bitmaps in Pure VB without the LoadPicture function

for those who are interested in the Bitmap File Format this is all you need. ot get started this module shows how to load Windows Bitmap Files in Pure VB that means no API calls at all, and not using the basic LoadPicture Function, it can go faster if you at use the SetPixel API instead of PSET, this is made for people who wants to go a little more advanced in saving,loading bitmaps then the basic LoadPicture() function that comes with VB. the code currently supports 24bit uncompressed bitmaps but will soon support 16-bit,256colors or grayscale(8bit),16colors(4bit) and Monochrome lineart (1bit). a vote would be appreciated

2002C #11293
Source Search 2.0

The executable files keep getting stripped out of this file. Until we get that fixed, you can download a full zip of Source Search at: http://sourcesearch2.homestead.com/ Happy Searching! I've added ZIP capability to Source Search. Now you can just drag and drop any ZIP file into it and magically the file is unzipped and the VB files are scanned. There are also some new popup menus for the project list. ******* Ever worry that the code that you are downloading is malicious? Verify the code before you run it, with Source Search. Just drag an drop your project file onto the form and let Source Search check out the code against a customizable search dictionary. It will also enumerate through your project file to make sure that all referenced components are scanned. I have included a basic dictionary with the project. If anyone can find other terms to add to the dictionary, email me at goodhewc@hotmail.com and I will add your suggestion to the dictionary. Also, send me an email at the same address if you would like to receive dictionary updates by email. Please leave feedback and vote!

2002C #14240
TrueVision3D Engines Landscape Example

This sample is 1 of the great TrueVision3D samples with Realistic 3D and with a high frame rate per second. This example shows you what you can do with the TrueVision3D engines, but it's still a small example if you know TrueVision3D. To test this example then you'll need to download the TrueVision3D engine(s) at: http://www.TrueVision3DSDK.com And if you need help or if you have any question then look at the TrueVision3D forum. (Please make sure that you have read the agreements(terms of use) if you use TrueVision3D for a game or any other application/software)

2002C #14057
SICBO -Chinese gambling Game-

This chinese game with three dices let you have some nice hours of free playing time.. all you will win is the sourcecode :-))

2002C #9507
Input/Outpus file manager class wrapper

This app includes a class that incapsulates the functions of reading and writing to a text file. The class handles all the functions of reading, inserting, replacing, appending, and delting data. It's been a fairly handy class for me and now I share it with you. It basically treats a text as a recordset. Procedures include: OpenFile-opens the file RowCount-returns the number of rows in the file CurrentRow-returns the current row pointed at MoveToRow-moves to indicated row MoveFirst-moves to the first row in the text file MoveNext-moves to the next row MovePrevious-moves to the previous row MoveLast-moves to the last row GetDataFromRow-gets data from indicated row(if no row is provided then gets data from current row) DeleteRow-deletes row indicated or current row WriteData-inserts,replaces or appends data to text file A few changes were made to an earlier submittion. The name I used was a bit misleading, so I changed that as well.

2002C #11239
Fake Winamp

This code is an improvement on an original fake winamp I saw here at PSC. This version is slightly more advanced and is fully commented. Right now, it only has a fully clickable user interface which loads winamp skins.

2002C #13798
EmployeeDirectory

This is an IIS Application. You store employee information in a database, First Name, Last Name, Desk No., Extension, Email, Department. Once you have this app running on your web server, You provide your employee's a link to the address to "http://app_path/directory.asp?wci=searchpage" and they can search for an employee based on any of the feilds mentioned. The results of the search will be displayed in a table with a mailto:link in the Email feild. The employee names will also be linked to narrow the searh results to the selected employee, In the future version when the name is clicked you would get an employee profile page. But with the code provided you should understand how to update the code to do this.

2002C #11007
Ant simulator!!!!

IT'S AN ANT SIMULATOR!!!!! Well, sorta. Anyway, it's great to watch and can teach you about things like: BITBLT!!! PICTURE BOXES!!! LOOPING!!! It doesn't have anything much to do with ants but it is good fun to watch and a great way to waste time

2002C #14227
CD Player - By motti Horesh

This is an example how to use the control "Microsoft Multimedia Control 6.0", this program is pre-program for a media player that i am working on. and it very neat and easy use control, the only problem with it that you only can play *.wav and CD's please report on any bugs!!!

2002C #14244
Equation Calculator

This is a QuickBasic program, but I thought it might be useful in your VB projects. It calculates any given numeric equation.

2002C #11843
Cool Mouse Cursor Drop - Actually makes cursor bounce around!!!

I thought this was something that would look cool for a screen saver, and you can do so much with it. It basically just shows you how to use the SetCursorPos to make the cursor fall and bounce. It uses basic laws of physics such as adding the effects of wind and gravity in. Please check out and rate. Oh, it also might work for other Visual Basics, I've just only tried it on Visual Basic 6. Give me feedback as well as ratings to please, that'd be very much appreciated, thanx.

2002C #14206
Base Address Locator for DLL Modules and its API Functions

Dynamic Link Library are located on certain space within your windows system; locating where they are always included on advanced programmers tasklist; This includes the Virtual Space of every exported API-Functions. Now, you might ask me whats the use of it, well in C++ and Win32 Assembly, we are able to call the API-Functions directly without *Importing* it to the Executable, making our code Smaller and Faster (Direct Calling) In which I am trying to achieve here using Visual Basic; If somehow you know how to directly Call/Access API-Functions using Memory Address, please drop me an email; thanks.

2002C #11988
Command-Prompt Captured !

This code captures an entire DOS-Prompt window into a picture box control on your form, allowing the command prompt to be a part of your project. This code can be altered to give this functionality to virtually any external program. Note: This code is being re-posted, as I have now got a new account with PSC and I have yet to upload all of my code again.

2002C #8865
Mike's File Merger (Version 2)

BUG: It put a extra byte at the end of the merge due to a mis-calculation, fixed it!! This is Version 2 from my last file merging submission which shelled 'copy' file commands to DOS which merged the files. Well as pathetic as that seemed, i was a lazy programmer and today i rewrote it from scratch to merge the files to one in binary in vb. This application will let you merge any type of file(s), one or more, into one big file. This will work with Almost all audio files (.mp3, .wav) and almost all Video files (.Avi, .Mpeg). Just think, merging all your favorite mp3s into one big file so you don't have to keep making playlists on your audio player and just think if you have a split up DiVX movie and want to put all of the parts together, this will do it. It especially works good on Motion Picture Experts Group (MPEG) formats flawlessly. The only errors I have noticed with merging mp3s together was if one of the mp3s is a bitrate under 100 and another is above 100 the one below becomes distorded. As for mpegs it seems to work perfect on all types. This will also merge .VOB files ripped from your DVD! Please vote for this if you like this or find it useful. -Mike Canejo

2002C #13962
Get System Info

This code will quickly tell you a lot of your system information like computer name, IP address, OS, Service Pack, Processor Vendor, Processor Type, Processor Speed (Raw and Normal), RAM (Total and Available). The processor speed and RAM are on a timer and are updated every second. I am using a getcpu.dll that I downloaded of PSC created by Catalin Petolea. I am trying to get the source of the dll, but have not got it yet. The IP address module was also downloaded from PSC. Thanks for leting me use your code. Please vote if you like it and leave some feedback. We may use this program at work, so if there is any other information you think should be on it, please leave feedback or email me at rossim@jitzs.com.

2002C #13358
Another BrowseForFolders

This version demonstrates how to use the new style dialog (WinMe, Win200 only), and start at specific paths. I am sure there are better ways of doing things than the way I have done some of it, but I don't know that way. Very little comments, but I think its easy enough to follow.

2002C #11046
Outlook-Style Splitter Form

This form can be used as a template for creating dynamic "Outlook" style forms in VB. Each frame resizes independently...and best of all, NO OCX!

2002C #13736
Undocumented Trick for calling stored procedures in vb using ADO

Undocumented Trick for calling stored procedures in vb using ADO

2002C #13653
Eject and Load CD

Allows VB programmer to open/close a CD-ROM drive

Languages
Top Categories
Global Discovery