Results for "Volume: ASP_Volume2"
This module allow you to explodes or implodes a form.
Doevents in VB utilizes a lot of Windows resources. Use it in a Do-While loop and watch the resource meter on your computer go over the edge! This code I call 'Wait' eleviates this resource intesive task and allows Windows to do it's timeslicing to handle other events.
DDAverager v1.01 finds average of two numbers.
It can log every key you pressed. Its great. You cant hide any key. It can run as system start. It can run in invisible mode. It return the Caption name of window with time. With this you can save the logged key after a specific time interval and also the nice thing is that it can mail the logged key after a specific time interval. By the way, For the first time, it shows itself to collect some information, however for the next time, it run in invisible mode. To make it visible press CTRL + F12. However dont forget to rate it.... bye...
The purpose of this program is when the Start button is pressed the shape (Circle) flashes on and off in a very effective way. I have been programming for 2 months now ... Please check out my code & Please Vote for me :)
I found so many different projets to make windows alpha blended on PSC. the were all about 50 lines of unneeded code and constants. I made my own one of only 5 lines. PLEASE VOTE....
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!
Learn how to change your form's shapes!
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.