Results for "Volume: 2_2002-2004"
Solitaire! This is a remake of the solitaire game that comes with Windows. I'm pretty sure there aren't any bugs, at least none that I've come across. Updated: added options, scoring, time and the ability to choose your deck back! The only difference between mine and Microsoft's now is undo.
This is a modified version of "Incremental Backup" found here at PSC. This program allows one to backup from a folder and its subfolders to another folder, building destination folder structures where needed. 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. I have used a MSFlexGrid control to hold the file list, which means one may queue tens of thousands of files for backup (superior to the ListBox control); one may also now resize the form, pause execution, and limit screen refresh to help speed up file backup.
This project is actually part of a larger project...but the idea of this submission is just a different and effective way to offer user with help tips. The good thing about this way is the user can turn it on or off at will so its never in his way unless he wants it that way. To access the info tips in this project simply left click on the large textbox to the right (text1) which brings up a small menu..select "show help tips"
Well, I've submited this guy few days ago, but it was not translated. Now I did more than a simple translation, I've made a multi-lenguage system, that I believe you will like. Don't forget to vote if you like it.
Send e-mail silently using the MAPI controls, a great feature is if a user account doesn't exist it will create an account and use it by default. You don't need an outlook account to use this e-mailer.
Hi this is to show a beginner how to create a new Window just using Pure API Code. the code features an API Message Box and also a API Created Menu. anyway Hope you may find this usfull in some way.
it is hospital lab management system,manage the patient profile and their diffent Test record
Play a joke on someone. Made for fun. Tested in XP.
Hi well as promised. I have updated My ALL API Windows. to a NotePad program. yes it is all pure API code. Supports Open and Save, Cut, Copy, Paste, Select All. and also has support for Droping of files. anyway hope you find this usfull. I make a new update as soon.
Shows how to launch forms modaly from popup menus while retaining the abailty to use popup menus on the new form. (Windows bug work-around)
Very fast integer sorter. Using 1800 MHz Athlon processor will sort ten million integers in just over three seconds. (see http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=59491&lngWId=1)
Project size : 58kB No matter which button you press on your infrared remote control - this program "recognizes" each button you press on the remote control. Each button is assigned to an individual "hexadecimal" string. -So if you are an experienced programmer, you can log these characteristic and individual strings, you can analyse the strings - et cetera. The program works with a 9-pin "COM port" interface with 1 diode, 1 resistor, 1 capacitor and a "TSOP" Infrared receiver (the interface can be do-it-yourself). The electronic components are cheap and cost about 2 dollars. Project tested on Win98SE.
Voice Commander is an Voice/Speech Recognition application developed using Microsoft SAPI(Speech SDK). It has got 1.Dictation Pad- Whatever is spoken will be typed on the Dictation Pad. The text in the pad can be saved to file from there itself. It can be used write long texts. 2.Speak to Yahoo Messenger- This feature enable you to speak to yahoo Instant Messenger window. Whatever you speak will be typed in the Yahoo IM Window. 3.System Commands- Commands like Shutdown,reboot etc can be given to the computer. The Code here used for Shutdown process is very powerful unlike the ExitWindows() api. You can also add your own commands to start commonly used application such as Notepad,Word etc. 4.Read Active Window Titles- This application can read the Window title of the currently active window. The Voices can be changed in the Change Voice form. 5.Voice training wizard- the Microsoft Voice and Mic traing wizard can be directly called from this application. Alos the Voice profiles can be added and changed from this application. In case of any problem pls feel free to contact me.
Spying Software: Spyware is becoming more sophisticated in today's digital age. Some of these applications have the ability to be remotely installed without the need of physical access to your computer. Others have the ability to monitor your chat transcripts, email usage, and internet connection in a complete stealth environment. There are many other powerful features these Spyware applications offer. To name a few: Remote Access, Critical System Information, Remote Desktop Viewing, Webcam Capturing, Keystroke Logging, Application Usage etc. This software does the following task 1. Key Stroke Logger 2. Screen Shots Logger 3. Active Application Logger 4. Shows Currently Running Processes. 5. Options for Securing Windows and Internet Explorer. This software remains in stealth mode except for the first time it is running. The shortcut key assigned to it is F12 which can toggle the state of the program from visible to invisible. There is no freely available software of this type in the market. All comes with the heavy price tags along with them. Also companies horrifies user that these software’s are impossible to develop at personal level. 1. Key Stroke Logger: In key stroke logger records every key stroke generated by the user and stored at the installation path in separate folder. It records all the keys. 2. Screen Shot Logger: It takes the screen shots at the given interval of time supplied by the user. The image is stored as above in bmp format. 3. Active Application Logger: It captures each application name which runs on the system and recorded in the log file. 4. Showing Currently Running Processes. : It shows even those applications which are impossible to see in the Windows 98 environment e.g. kernel32 and so on… 5. Securing Windows And I.E.: Normally we see the professional software’s which restrict windows environment by some way or another.One can secure by disabling common but important features so that any other user just can’t change the settings of windows environment intentionally or accidentally which may even cause system crash. The other important feature is to clear CMOS password without even removing the CMOS battery. It also removes content rating password also which is helpful if one forgets these passwords.
Ever wish you could add a Sizing Grip to your form without the added overhead of the ComCtl32? This control provides a nice work around and builds on the code of Karl Peterson’s subclassing technique to provide a lightweight solution that is only ~4kb. Simply drop on your form and of you go...
This is a Blood Alcohol Content (BAC) Calculator. You put in your gender, weight, amount you've had, and how long it's been and it tells you your BAC%. I thought it might be good for those ppl drinking tonight since it's St. Patric's Day.
SWF Forage, a parser/extractor and a compiler of swf file. I found similar codes on psc but I wish to do it in a more clear and faster way. Extracting compiled flash(.exe) back to swf file. It is easy to do compile a swf file to a standalone exe without a separate palyer, but it depends on what version Flash you made the swf, because new features with new Flash. If new features used in swf, older player maybe play it correctly. So a workaround solution is to use the latest player:) And I included a small play game as resource and automatically extracted it to "Marshi Maro.exe" since psc will automatically remove any file with PE headers, no matter what you name the file. And I make these two functions into a class for handy usage. I used Copymemory for a better performance. Please feel free to leave any comments, bugs or suggestions are welcome! Next version will feature in automatically list IE cached swf files for users to select. Maybe I will develop a much more robust version in really parsing the frames of a swf file to gifs. Some basic function classes are found on psc, but the core swf storage class is written by me. I strictly follow the coding standard so that I hope you can learn abou it without too much difficult. Sorry for lack of detail code comments, but I think that the method is really simple.
This is a fully working habbo program, it uses two Winsock controls, 1 for the Client, and 1 for the Server. It can log incoming data, send custom data (such as a mountain dew - see screenshot), and it can filter code like WPE (Usefull for editing stickie colors - See screenshot for stickies). I will update this on a regular basis, if i can be arsed, so enjoy my code, LEAVE A COMMENT, and VOTE. =] Update: I have updated the .html to Habbo v7, so everything works again.
A tile blt'er with some added options. Out performs against CreatePatternBrush & may out perform most on PSC. Options include staggered alternating rows, tile over image, & can use transparent gifs, icons & cursors.
Need to add a Sizing Grip to your form without the ComCtl32 overhead? Wish you could have a control which detects the OS version, applies the correct style (Windows Classic and XP Styles), and automatically adjusts it’s location based on the parent forms resize event? Then this control is for you…Simply drop the control anywhere on your form and it takes care of the rest….enjoy!