Results for "Volume: ASP_Volume3"
This is a class that allows you to do "hidden" google searches and then do what you wish with the data that is return via an event. The event returnes the search description, the anchor object which contains the url of the search result returned. Because the mechanism by which this program queries google and gets results returned is an invisible mechanism (document object) so the search results are super fast even on a dial up machine
This is an object-oriented Sudoku Solver combining the "cross hatching" strategy with a backtrack algorithm. It solves easy puzzles in about 600 µsecs and really hard ones usually in under 150 msecs (when compiled) on my old AMD Athlon XP1800+. The most evil one I could find is in the screen shot.
Provides a graphical battery for the desktop that represents the current battery level. There is also a tray icon that shows the battery level and whether or not A/C power is available. Have a look, and give me a vote or comment if you find it usefull or the code helpful.
You can create your own object using Visual Basic easily. Just create a picture of the object using Paint, put it on ActiveX Control, setup backstyle to 0, setup the mask color and set the picture as the mask picure, and whoop, you got the passionate object. So, you can easily create the pencil, the pencil box, the eraser, the binder, etc. Then you play with them on the picturebox with some template image on it, you get the Coloring Book! That's the idea ...
to develop a computer based sales and inventory system for a cellphone shop.
This is Computerized Enrollment System Version 1... Easy to use and easy to edit codes..
This Project manages the Books inventory of a Book Shop or Book House(or whatever names it is called by).It includes trasactions like sale and purchase of books, managing customers,suppliers,subject categories etc. This project also demonstrates creating scrolling forms and displays scroll bars when form is resized. Update 16th Feb. 2008: fixed a minor bug in search form. Now I can really think of the software to be error free. This software has been redesigned in certain aspects and almost all errors have been eliminated.I have made utmost attempt to make it error free and a perfect one. However I will keep on removing errors as and when these are discovered. So please help me find out any errors discovered by you so that it turns out to be a perfect one. Thanks a lot to PSC-a heaven for aspiring programmers and Thanks to all users for their valuable feedback.Please don't forget to vote my project.
See the project for much details !
Hi every body this project is a great pharmacy managment system which depends on VB6 & Access database . Note : full support for all types of barcode. Yes , Download it. The programmer : Mokhtar Saied Saleh Syria - Albokamal www.abokamal.com mokhtar_ss@hotmail.com
This is a simple string pointer caching technique that speeds up the testing of algorithms that manipulate string array pointers such are string sorting routines ... I found the most time consuming part of sort testing was the resetting of the test array before every test ... This is a solution that removes the need to re-assign strings into a test array before every test is started ... This module contains two sub-routines named CacheArrayPtrs and ResetArrayPtrs ... You call CacheArrayPtrs whenever the array is loaded with new items ... You call ResetArrayPtrs before every test and instantly be ready to test the original cached array ... Update 16 Oct 09 to correct an error in the documentation only ... Usage code included in 3kb zip.
This is a drop-in thumbnails usercontrol. Its finally working the way I wanted. Hope you can find it useful. If you can make any improvements, please let me know .Thanks
This is my 2003 project. The game completed with AI function, save game, animation, graphics, sound and music. You can choose up to 6 players. Try start the game with 6 computer players :). Enjoy the game!
This is my final year project. Since this is a large project, I didn't do full testing on it. There is 2 projects in it which is server and client (Please run server first). The game complete with sound, music, graphic, animation, chat room, etc.. For connection, i use winsock. Enjoy the game!
update 07-17-08 Fixed a bug I caused fixing the last bug.Sorry for the bad upload. update 07-16-08 fixed a bug with path property pointed out by Ed Wilk and Rodger Gilchrist. Thanks. update 07-13-08 A few changes addressed in the ucThumbs code, most notable is saving the thumb image in an array for faster drawing. update 03-03-08 Added auto size and maintain ratio to the thumbs. also changed the way text is writen. I'm working on unicode. Update 02-27-08 fixed a few bugs in the code and added some key events along with keyboard shortcuts. You cna find info on the changes at the top of the UC code module. This is an image file list box. It has a lot of the same properties of the file list. It also has a few properties of its own. A built in right click menu with (Copy, Delete, Move, Rename, Browse for folder, and a File Properties option). Update: found a few problems I fixed. And also I thought since I wrote the code it would be easier for me to update it to do different size thumbs. I couldn't decide on user defined or optional set sizes so I did both.I also added them to the menu so you can change the size at runtime. I'm working on comments and cleaning the code. This may take a few days as I'm quite busy these days. Please let me know if you find any errors in the code or need something added. Thanks! 02-22-08 fixed some problems pointed out by users, credit an reports given in uc code. Thanks for the comments. added runtime resizeability to the Usercontrol
This is the update of my last submit of Sudoku game that make you craze before :-) I add The Top 5 Sudoku Mania, and some bug fixed. So, today, with this Sudoku 5.1, you can compete with your self ...
Generates payroll reports all base from DTR and is use to record the daily time record of an employee.
The original author of this code is Mike Payne. I've just added and expanded his work. Added horizontal control and several more properties.
[www.chadworkz.com] This is an example of how to get the cursor's X & Y positions, the form's X & Y positions, and the X & Y offset between the two. All positions are dynamic and change as you move the cursor and/or the form. The offset values are very valuable, especially for true "mouse-over" functions. The offset is the difference between the cursor's position on the screen and the cursor's position on the form. Trust me, this is something that everyone needs to learn and know...it can be extremely valuable.
Hi every body this project is a great networks managment system which depends on VB6 & Winsock & Access database . Note : this system can manage 40 terminal . Yes , Download it. The programmer : Mokhtar Saied Saleh Syria - Albokamal www.abokamal.com mokhtar_ss@hotmail.com 00963944467547
This code detects removable storages using SysInfo control. Just sharing. Enjoy!!