Results for "Volume: 5_2007-2008"
This is a program made to calculate interest ! This is for Beginners !... Comments and Votes will be very highly appreciated ...
Make this program and you have a total Interest calculator ... If anyone knows how to fix the bugs ,please mail me with the code and I will update it .
Jumper is a puzzle that looks easy but its here to deceive you. It involves eight boxes that have to be manipulated in a certain way and moved to a certain position. Because I've had comments about the help not working. This game was made years ago so I use the old Win3.1 help. I've updated the help and it should work on any Windows version 9x/NT/ME/2000/XP. Full credit to Firas Bushnaq for the idea behind this game.
I have added a lot more features that the old Screen Post didn't have. It has Always on Top, Skinning Module, Transparentacy, Auto Save, Run on Start-up, Add to System tray, Rich Text Box Features, Printing, And more. Please leave a comment and/or vote. If u have any ideas or want into the next version, email me at [email protected]
This is a utility in which you can combine many numbers of any range onto 1 number. eg. like RGB function which combines three numbers of range (0-255) into as single number. This utility can combine more than three numbers of any range eg (0-999) into a single number. It can be used if you are making own database structure and care about memory conservation. This is something like integration in mathematics well i don't know as i am not a maths student. Hope you find it usefull. you can use same sequence to decompose the number in to original numbers as used in decomposing red,green & blue values from a color. In case of more clarifications, just email me.
Have you ever wanted to CLEANLY shutdown an external application that you only had a ProcessID to? I've always wished that there was the equivalent to the TerminateProcess() API that would send the WM_CLOSE message to the application, allowing it to shutdown cleanly, not abruptly as TerminateProcess() does. Because of this, I began a quest to either find such an API or to build one myself... Basically, the only way to successfully shutdown an application who's window title you do not know beforehand on Win95/98 is to use the TerminateProcess() API. WinME seems to correctly process the WM_CLOSE message to its top-level windows, so it can be excluded from this even though according to MSDN it functions the same as Win95/98. Now, use of the TerminateProcess() API is frowned upon because according to the MSDN article http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/terminateprocess.asp : "The TerminateProcess function is used to unconditionally cause a process to exit. Use it only in extreme circumstances. The state of global data maintained by dynamic-link libraries (DLLs) may be compromised if TerminateProcess is used rather than ExitProcess." But... with the use of the WM_ENDSESSION message this downside seems to be obverted, because to this MSDN article http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/base/wm_endsession.asp (which is actually for the WM_QUERYENDSESSION message): "Windows 95/98/Me: After all applications return TRUE for this message (WM_QUERYENDSESSION), they receive the WM_ENDSESSION and they are terminated." So if I'm reading that correctly, at shutdown Win95/98 sends the WM_QUERYENDSESSION to all top-level windows, followed by the WM_ENDSESSION then (assuming all applications are happy with the shutdown) they are then terminated assumedly via the TerminateProcess() API! Now this process also occurs at a logoff, so it *should* be reasonable to assume that all of the downsides of the use of the TerminateProcess() API are solved by first sending the window the WM_ENDSESSION and a True in the wParam argument because the application is *supposed* to clean up after itself when it receives the WM_ENDSESSION message. In my research, I found a number of sites concerning the incorrect handling of the WM_ENDSESSION by Delphi applications. They advised their developers to hook the message and fully close their apps (destroy objects, etc) at that time in order to avoid any errors. So as long as I've not missed any important nuances, I believe that with the help of Ark's comment I've stumbled across the answer to my question! So in order to put this into a nice little package, I've implemented the fabled CloseProcess() API I used to wish for... As always… if you find a bug please let me know. Thanks and enjoy!
Updated. Game--Battleship in space. A few twists on the original battleship like shields, scanning devices, cloaking. Play against another person or computer. A speed-play Salvo game option also. Built for my son, he thought it was awesome. Maybe yours would like it too. This update enables computer as opponent in all the games now. Part II has the optional WAV files (too big for one posting). Get Part II at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=40635&lngWId=1
Sample shows how to use socket ad winsock technologies from Visual Basic. This sample makes a telnet conection to a remote server.
this will help in creating cursor effects
This provides you with virtually every piece of information about your computer and any computer that is connected to yours on the network. It has an intuitive interface and allows you to choose how you want to view the information provided, from graphs to histograms and a whole lot of other ways. Please vote for me ... Thank's ..
This is a complete BruteForcing tool that can recover passwords from both Excel and Word files, create word files and be customized to work on any other application using a simple scripting language. You will have to install CodeSense OCX to make the program work (http://www.ticz.com/homes/users/nlewis/Menu.htm). This is the script editor being used for creating/modifying BruteScripts. To Bruteforce Excel or Word files, Word or Excel are required.
This sample project enumerate all active SQL servers in LAN using ODBC function SQLBrowseConnect. This method is working both for NT and 9x based OSes. The behaviour of this ODBC function is changed in MDAC 2.6 to include all SQL Server instances found on each machine. In MDAC prios 2.6 it's enumerating servers listening on named pipes while after this release its using NetBIOS broadcasts over TCP/IP to receive response from the active servers. The code is compactly written in decoupled module and a form. The module is easy to be recycled in projects of yours and the form can be studied as a sample GUI to it. Enjoy!
This is for people who have a lot of cd's full of files they need to keep track of. It is used to catalog all of the files on those cd's and to be easily searchable. It was original written by Elan Hasson. I took Elan's code and cleaned it up a lot. Made it more standard, fixed formating and syntax. Then added to it. It now supports names for each cd, and categories for cd's to be pladed in. Category management is pretty good. If you delete a category it asks you to re-assign the cd's in it to another category, if not delete them (and their files) from the database.
This code lets you mask your IP!!!! THIS IS AN AWESOME THING TO DO SO WEBSITES CANT TRACK YOU. THIS also helps block spyware, hackers, and Ping. Check this out now. All you have to do is save the file as HOSTS in your windows directory and voila! Your IP has been Secured.
This is a example/Tuturial on how to use the Listview....This will show you how to add text, Subitems, and icons to your listview. I made this simple prog for a friend and he told me to upload it on pscode.com dont worry about voting for this code unless u feel that it is nesscary. Carsten D. - www.intradream.com
Just select your databasename, sourcetable and see... (Please vote....)
This is a small example showing how to convert bitmap images to icon images. Easy to make Very Easy to use... If you have any errors on the program or you want to make a suggestion on it please contact me at [email protected]
Used to view huge files. I use daily to review last 1mb of 30+ meg files. Loads only portions of a file (by chunk size or percentage) instead of entire file & is quick. Feel free to use & abuse as you like.
Reusable form. Offers selection of trusted ODBC connections (system DSNs only) that are configured on a workstation. Results are ODBC DSN name and type of connection. Short & sweet. Looking for something your customer only has to click on, this is it -- no manual entry required.
This is a 17 page tutorial on how to setup DirectX, create an object, render vertices, and render 3D Geometry. The final sample program is a multi-color triangle rotating over the y-axis. This tutorial explains what each step means so the user understands everything. This tutorial is accompanied with example source code (that actually runs) for each part. There are also screenshots throughout the tutorial to give the visual learners out there a better idea of what to do.