Results for "Volume: 2002ASP"
This is a small game made for small school project. Pretty simple.
Simply command line input. This code display the command shell for winNT-Win2yK and Win9x. a comand must be inserted and this comes brought back in the shell.
This Code is a 2D mouce game sample. it looks like the game duckhunt but has 5 targets, that you must shoot: Standard Target, Duck, Worm, Ghost and U.F.O. You meet a new enemy after score 50.
This program is a start of a new kind of mediafile called CWave (Custom Wave) using your own compressions and using IDv2 (Title and comment currently supported) Please give it a try and rate it. First encode a wave file then open the CWAVE file and play.
This is a game similar to DX-Ball or Breakout, where you have to break the bricks by bouncing a ball off your paddle. I have made 5 levels so far, and hope to include sound and powerups eventually. Many snippets of code have come from this site and others, so I am putting this program up for everyones benefit. Please leave any comments or questions!
This Will allow the programmer to customise the individual foreground background colours of the different listview items, and can give a listview a custom highlight colour, with out modification to this code. Any votes and/or comments will be much appreciated.
How to upgrade Standard Open / Save Dialog with new text and Picture...
Well here it is, Dirguard de Luxe, as i could not find beta-testers i could only test it on WinNT and win98Se. Now guarding multiple directory's, just ad them to the guardlist and all files within are guarded. Solved the syncronisation of different boxes in previous versions by using a FlexGrid to store the information, i never used Flex-Grid so the code might be somewhat "unusual". Now guarding for : additions, deletions, changes of date, time, attribute and size, also checks if a file can be accessed. The logfile got autoscroll and there is something done about the visualisation of the guarding, again the code might seem a bit exotic here and there. Feedback or a rating would be great, also beta-testers but hey...you can always improve it yourselfe but please inform me about your ideas. (CPU-load while checking 700 files is 19% max)
This is a feature rich DVD player that will allow users to see the graphic of a title that is "Now Showing", see additional movie information, construct a playlist unlike any other DVD player including winDVD and PowerDVD. This is the basis that I used for the commercial product. An excellent example of the start of a marketable player.
this bot is da bomb! it lets you make your own activex dll plugins, its soo easy to make one, you have events like ChannelMessage and PrivateMessage, you can send stuff to the server with server.sendmessage, but it dont stop there..there are loads of events and commands...PLEASE VOTE AND PLEASE READ THE README FILE!
display your directories a little differently Read the readme please
Create windows regions and detect mouse states over those regions - this is the base foundation for image maps and "hot images". if you like this then VOTE. Seems like I always make it into the contest but get beaten by "mac style buttons" - not complaining, just wishing.
Built from scratch, this program is the result of about 1000 hours worth of programming. It could be considered an effects generator. I think of it as a fine art tool. After starting the program, tap the right arrow key a few times. This will give you an idea of what this program can do. The various controls change such things as individual RGB LFO rates, opacity, draw method, and background. If you wish to experiment with settings yourself, as well as save a few that make you weak in the knees, check out the included text file. I update this code often :o Questions? Drop me an E!
Backup from a folder and its subfolders to another. The code checks for date last modified and only backs up newer files. This is much quicker than a "copy and paste". Vestigial files will remain in the backup folder and this can be very useful. Thanks to other PSC contributors including Pietro Cecchi whose .bas module I used. Experienced users might remove some of the visual feedback features to improve speed. I have also modified a version to remove user input in order to backup a selected folder using Microsoft Scheduler. Hope it is useful.
I am creating a strategy game and I have needed a good pathfinding so I've spent 3 hours to create this pathfinding tutorial. It has about 90 lines and it's quit simple but good. It isn't very fast but if you know how you can use it even in a real time game. Please leave comments and VOTE ...
This code demonstrates Pixel Perfect Collision Detection for DirectDraw7. It uses a function (written by me) so you can easily integrate it into your program! This is much more accurate than rectangular collision because it checks if two pixels actually touch, not the rectangles. There are instructions in the code if you need to know how to use this function. Note: I am aware that since the background of the pictures are black, and sometimes the transparency doesn't work, the pictures have their black backgrounds and it doesn't work. If this happens to you, you will have to restart your computer to make it work properly.
SCO2 is a code snippits organizer built-in with HTMl editor ,SQL builder,Database scanner and a file viewer.Update! added FTP,Back up DB,image menu,Text-PDF and a progress bar in statusbar just like Winzip..Although, most of the code was taken from PSC but I did a lot of changes and added more features.I would like to give credit to Mark Joyal for his excellent code.BTW I don't expect a vote but if you do it will be appreciated.Thanks guys for the positive comments.
For all you people wanting to pi§§ someone off. Useing the awsome code by Lesesne (Hope you dont mind), I changed it to an Online/Offline bomber That can be made to bomb only one or more people. This uses The MessangerApi and will only work with the new version of MSN. Its fully Documented and if you have any Questions mail me and Ill see what I can do. Please Vote and post Comments!!
this code is to simulating snow! you can fall it in any window using it's hwnd property such as picture box or command button. you have severall ability to controll the snow: WIND Direction, particles WEIGHT and Random motions. it is better than you think ;-)
Name: prjPanelTest Description: this control is very useful for those who need more space on their forms, you can extend you form space using this control, see example form how to use: 1.- Insert a ISPanel Control in your form 2.- Insert controls in a picture Box 3.- In the Form Load Event call the Attach Function and pass the picturebox as parameter. 4.- In the Query Unload event call the detach Function Notes: the Control Captures the events of the Picturebox, so if you resize the picturebox, the control adjust the scrollbars. Also, if you resize the ISPanel control, it adjust his properties Feedback and Votes are GREATLY appreciated ;)