Results for "Volume: 2002ASP"
Hi All, The Perpose of this Progarm is to Use windows Common Dialog Control Control Without the COMDLG32.OCX file. This will work even if the File is not Present This is only for Open and Save Functions. But You can append it to get Color and other Dialog Boxes too, Just Send any comments to [email protected] Visit me at http://www.manjulapra.com Thank You
Class to perform serial number generation, and checking, useful for registering shareware. Some time ago I was searching for a serial number generator here in PSC, since I couldn't find a good one, I decided to make it one by myself... The algorithm isn't the best in security but try to break a serial without looking to the code first... This is my first submission to PSC, it was time to give back :). Please, rate it, i would like to know your opinion
This simulate a snow fall with layout designed for christmas, Include with funny sounds. The snow falls on the ground, text and trees and even falls of the snow, text and trees. It's a very good simulation I think. If you can do it better then proof it! Send your snow simulation to me. Now check this code, and vote it on www.planet-source-code.com for free-use without any credit in your application...
This is a brilliant new style of the ever popular Bingo game. It is the BEST version I have seen compared to everyone elses attempts! Play 1 player, 2 player, 3 player or even 4 players!!! You can even compete against the computer!! Vote for it and download it so you don't miss out! Upgrades available soon!
Encrypts files into CyT files. Like winzip but not the compression. Has a 6 seconds encryption of a 6 meg file and an extraction of 6 / 10 seconds to extract a 6 meg file. Input any file including exe's and zip's. I MEAN ANY FILE. Has it's own click and open file types. Good dialog graphics and comes with a CyT file that you can extract which is full of icons, drag CyT file into the compiled exe or double click on the CyT file after using the reg file in the zip to register the file type. Email me at [email protected] for any help. Vote for this very quick and easy coding. --------Now a bit more inproved-------- Quick and small bug fix! ----------------BUG FIX-DRAGGING FILES INTO ARCHIVE----------------------13/12/00--------------File ammounts in archives-----15/12/00---------
DDI is a Gaming Engine that allows Extremly easy access to DirectX. A full directX program created with DDI takes only 28 Lines!. Pictures and animations are assembled with DDIFileMaker and then loaded into the engine. The engine supports DirectDraw and DirectSound. Compile the DLL, register it with regserv32 and reference it with a new project! thats all there is to it!. (requires Dx7vb.dll)
This is an explorer band addon for IE/Windows Explorer (ie when you click on Favorites the little side bar that comes up is an Explorer Band) the example is a simple mp3 player that runs while IE is open so you can listen to mp3s while you look at webpages...you could change this into something more useful...vote vote vote!!! Read the README file first!!!!!! New Update!! added a readme and .reg file with instructions for adding a button to the IE toolbar for IE Webamp!!! Vote!! [new screenshot!] xTrin
Make any windows transparent with this code! Includes two options : "Mouse" were you point your mouse at a window title and it can become transparent. Then there is the "ComboBox" thing were you can select a window from a combobox and make it transparent. By the way this code only WORKS UNDER WINDOWS 2000!
This application shows the use of a MDI Form with child forms that have various formulas for calculating machining results such as Revolutions per Minute (RPM), Surface Feet per Minute (SFM), Feed Rate per Minute (IPM), and several other machine shop related calculations.
This code is a reupload of Kjell Ervik code! It includes everything that he had exept it is more like the real tip of the day form because it actually reads a text file! Happy Codeing (Please Vote For Me)
API call to autosize the columns in a ListView control. I made this example because I could only find mediocre examples that worked by getting the Len() of every row, multiplying it by something, and comparing it to the column width. This uses only one command to do the actual resizing and is definately faster. Update (12/07/2000 20:52 CST): Corrected typo, better screenshot. Update (04/27/2002 15:00 CST): Moved code into one form, Added LVSCW_AUTOSIZE_USEHEADER, Added COMMCTL32.DLL known bug with fix, Added individual bold item known bug with fix.
Direct Draw Interface (DDI) is a DLL that brings the speed and power of DirectX to a simple program! Note: after making full games with less than 50 lines of code, you might get a bit rusty at real programing, but until then: heres what you get (FOR FREE): The DDI engine and Source. The DDI Filemaker. A Test Program. Commented fully and ready for your enjoyment! (it's a good idea to have Dx7VB.dll)
This VB Class allows you to quickly and easily read/write files, line by line, word by word.
New Post With frmSocket and Sorry! I Hope you'll find this code Useful ;-) Winsock API Example no OCX Multiple WinSock Connection any server any port Based on Joseph Ninan Code! Main Thanx to Joseph Ninan and of Course Planet Source Code Members
This is a newer version of an MP3-CD player that I have submitted once before. Again the CD player part of it isn't working yet. You can choose your own color scheme and set your own preferences. There are also preset buttons that you can specify certain songs you want loaded everytime. Now with a better MP3/Wav music browser and with full code. Include my own progress bar, tray, and mouseover controls. Sorry, but it's not very commented at all. Don't dis me for that one. Give me some input and vote for me if you like it. Peace!
This is a class that allows coloring VB text. Could be modified to do the same for other languages. It is in a sample project that demonstrates its use. It needs some further work to resolve parentheses situations. The ideas of many PSC authors are used here. Please post improvements you make to this code. Have fun!
This program is designed to lock down your computer until the correct password is entered. Code includes examples of how to hide start bar, hide mouse, and also how to use the registry in VB. Please vote/comment.
This code show the power of the bitblt Api function creating beautiful transition effects (Wipe in, Circle, Implode etc). We use some math function. We write this code in our spare time, so forgive any mistake. (Code comments soon) Please vote for us. Calaminici Davide & Alessio Pierotti
I've had DirectX 8 installed for only a few hours so I've just made my first program to test it out. This would be useful for beginners. It spins around a pyrimid shape which glows different colors. Very simple and commented on almost every line. Probably requires some sort of hardware acceleration. After hours and hours of downloading 150MB through my 56KB/sec phone line, DX8 seems worth the wait. You'll be suprised at how easy it is to program! Although where is the support for 2D? I'd be interested in any 2D DX8 progs. Please comment if this is useful to you, or if you have any problems with it.
This code allows you to update your programs .EXE via the Internet automatically. The program checks a file on a web-server with the most recent version number in it, compares it to your version and then either downloads the new file or not depending on which one is more current. This process utilizes the INET control for the file transfers.