Results for "Volume: 2002C"
I made some modifications from My previous entry. Fixed the output.txt problem. It was in the OCX file Source included = OCX,DLL and Sample .EXE DLL SOURCE INCLUDED!!!! FREE. FAST. Easy. This is a port from Chris Yates code (Awesome) Make Transparent Forms using pictures. SUPER FAST AND EFFICIENT. Now you can select the Transparent color. Example EXE to show how it is done. No DLL Calls. Use my TransRegion ActiveX to run the TransRegion.Dll REAL easy and it is Royalty free. Please vote for me.
Create decent wavs for trackers, or games, or whatever you have in mind. This is a must see! Wav File Header code was found here on PSC.
This little program will let you take a picture of the screen at any time and Blitter from the screen's DC to the Form's DC making it appear as the form background you can then save it as a .BMP or print it out. Sorry about the messy .BAS but its all there. Please take the time to leave a comment and vote. Thank you. Enjoy! =)
Hover Buttons. Like the Internet Explorer menu buttons. Check it out. And.. if you like it... please vote... ;)
This is 3 text files and a bas combined into one file. The code in each text file is code I have gathered over the past 4 years. The bas is something some of the code in the text files needs to run.
Since MS-Access doesn't support accent insensitive queries by itself (MS SQL Server does as far as I know), I had to create a function that would fix the problem. With this function, it is possible to turn any SQL query into an accent insensitive query. With a few little modifications, it works great with ASP too!
"DrawLight" is a function that I wrote because I wanted to add lightning effects to my game, if it was possible. Guess what, it is -- and here's the proof! Just have a look at that screenshot; it was made with my program, I didn't edit it with any other graphics program! :) It draws a light in any picture, but it's faster than most ways to achive this (because I used the circle's core equation instead of the Circle function). Also, you can choose the color that will be used in the effect, instead of a simple white light! As a "bonus", included is the code to draw a circle (its core equation), and something I did to remind people to vote me (because I noticed that 290 people had downloaded the Translucency effect, but only 2 had voted!) -- and automatically opens your browser and orders it to go to Planet Source-Code (it asks you if you want before doing it). And there's no need for backbuffers, as the light uses a very cool effect while loading ;) I'm working now on a way of doing this, but instead of a circle, you can use a mask! I also wanna make a variation of this for lasers (same way as the mask, but automatically draws the mask with a line).
Now there is support for security, forcing all users to log in to the server. The usernames and passwords are stored in a DB at the server site, and the clients are then authenticated. ---> This is a multi connection chat using winsock. It supports multi-user, coloured chat windows, private messages, and will even display all the tasks running on another clients PC (but you'll have to look in the code for the command =). Each client displays the entry and exit of other clients, as well as maintaining a listbox of current users. Also included is a mIRC like entry box where you can use the up and down arrows to access recent commands. Please leave any suggestions.
The KeyGen will generate a key for a given name and password, this can be used to allow a programmer to issue software in demo mode, if the customer wants to purchase your software you only have to give them the key for the software based on there name and your password NOW WITH SIMPLE DEMO PROGRAM.. NEW VERSION OUT KeyGen v2.02
This code logs you in to the Hotmail server using standard http commands (the same thing your browser uses). After retrieving your mailbox source from Hotmail, it will tell you how many new messages you have. With this code however, you may do whatever you wish with your account (through programming), once you understand how it works. commented heavily to ensure understanding. if you have any questions or comments, my email address is: nmjblue@hotmail.com... Enjoy!
Complete Drum Sequencer with 5 built in effects (slow loading. filtered/reversed sounds are generated when you load a sound to a channel). When you save a sequence, wavs are stored in the file. nice interface! another must see...
I recieved an e.mail from Randy Porosky asking if can update the Application so it would search for multiple Files and list the Search Name only, well, it now searches for multiple Files and adds the search name to a seperate listbox. You would expect the search to take double the time when adding another File to the SearchList, but with a litte recursive programming it only adds approx 0.6 seconds to the search time. So again, this Application will search for multiple Files on multiple Drives, Folders etc, VERY FAST, eg. On my system it took 3.5sec to search 1079 Folders for 1 File, because of the recursive programming it took 4.1sec to search 1079 Folders for 2 Files.
Recreation of windows character map program. Latest version 1.2. New features - faster loading, zoom facility, minor tidy-ups.
Chat Thing is a 1 on 1 chat program with a few interesting features: It has its own web browser (simple, but does the job), it has 2 games you and your friend can play (tic tac toe and rock scissors paper), title bar flashes if the program is minimized and you get a message and much much more! Please vote for me! :-D
This short SUB will allow you to set alternate colors in rows background of any MSflexGrid in your project. It will work with any number of rows and columns. (upgraded version of Raul Lopez submission).
this ocx file works with napster, as an aol prog would work with aol. it is still in major beta, and the code is being fixed, and sorted. it can punt users, view user info, get napster ver, add chatroom list to listbox, mass im, macros, etc. it has all the options of an aol prog, but they have a few bugs to fix :)
Opens programs located in the Windows Control Panel
RGB and VB color coder has 3 ways of picking colors (scrollbars, slider bars, and common dialog colors). After picking a color it shows the RGB color code, the VB color code, and the color example... Not hard...
With this code, you can merge multiples files (any file) in a one single file! It's fast and easy to understand.
This is a program to record callers to a helpdesk. It uses a very good example of records, if you are looking for how to create records then this code is for you. Special thanks to Mark Robert Strange for his excellent flicker-free gradient scrolling credits screen that I've incorporated into my program, hope this is helpful. Enjoy ...