Results for "Volume: 2002C"
Auto Wallpaper Change This Code will change your wallpaper automatically while each time your windows starts. for more code.. GENERAL CORPORATION BANGLADESH didar911@yahoo.com tahmina911@yahoo.com
CD DRive Select This code will help you run a specific program from a cd rom drive.If the specific cd is not present on the cd rom drive, then it will show massage.. for more code.. GENERAL CORPORATION BANGLADESH didar911@yahoo.com tahmina911@yahoo.com
TNC Image Processor. A image viewer program. Supports all types of image file for more code.. GENERAL CORPORATION BANGLADESH didar911@yahoo.com tahmina911@yahoo.com
Simple Love Calculator Just FUN!!! for more code.. GENERAL CORPORATION BANGLADESH didar911@yahoo.com tahmina911@yahoo.com
Do you want to protect your folder,Which will look like a movie clip, control panel etc???
Checks and makes sure that the user enters in a valid date. Make a text box on a form and call it txtDate
this code displays how to apply a polygon of any dimension with an unlimited number of verticies over a picture (or literally any control.)
The Visual Basic functions CByte(), CInt(), CLng(), CCur() and Round() user a Banker's Rounding algorithm. For example, VBA.Round(0.15,1) = 0.2 **AND** VBA.Round(0.25,1) = 0.2. The following code uses Symmetric Arithmetic Rounding (similar to the Excel Worksheet Round function) where Round(0.15,1) = 0.2 and Round(0.25,1) = 0.3. Also, precision is enhanced by passing the 'Number' parameter as variant and using CDec within the routine. This helps circumvent floating point limitations. To see an excellent resource on different rounding procedures (the basis for this code) see Microsoft Article ID: Q196652.
This program calls word to spell check from Visual Basic. It creates a Word.Basic object and invokes its methods. I have added a few little features thought the program to answer questions people have asked me in the past this way you have the source. I Wrote this utitly to be able to check my spelling fast without haveing to load programs that would take a lot of system resources. Requirements: In order to use the spell checking feature in this program you need to have Microsoft Word Installed on your Computer and every computer you want to use this on.
demonstrate two system falls on windows ce 3.0 , using windows ce API registry calls.
Its msn chat robot easy 2 user 2 have fun with chatfriends
This is an add-in for VB 6 (theoretically should compile in VB5 but not tested) that provides a simple way for you to zip up your project files. I invented this add-in over a year ago now for one sole reason. As a single developer working on multiple projects, I want only 1 copy of my code in source safe... period. No shares. I want to check a module out in one app... change it... and check it back in while working on a different app. I have implemented a standard directory structure and all of my project files use relative addressing for pulling in the other files. The beauty of this add-in is that you can do this, and when it comes time to (as I often do) update a remote code base, such as home, all I have to do is select the peices of the project I want to zip in the treeview, click the button, and presto... a zip file is generated preserving the directory structure and correctly pulling in files from the other directories. =) I decided to post this up here on PSC after reading a recent post by Clint LaFever regarding the issues that affect a lot of the posts here (source safe files, workspace files, and other misc junk) when entire directories are just zipped up via Explorer. My apologies to the fellow who was whining about code people have uploaded here the other day, but while it DOES compile and it DOES work, =) it's ugly as sin. =) I'm sure there's a couple modules in there from the guys over vbAccelerator.com (I believe I left their header files in tact). So if you need a tool to help you when creating zip files of code, then download and compile this add-in. =) Particularly, please, if you plan to upload code. =) A few notes on use: the add-in works together with your existing WinZip. If you don't have it, get it (winzip.com). Originally, I developed the add-in in Windows 98... and built in ZIP dll I found worked. I didn't have to integrate with WinZip until I tried using the add-in on Windows 2000. The dll blew up. So I have omitted it from this post since we can't post dlls anyways and because all I ever use is the external option (will eventually remove that checkbox altogether I guess). Anyways... when you do click on the Use External button, WinZip will launch. Click past the ShareWare screen, and then go back to the add-in and click the ZIP button. That's about it. If you do want to include the compiled version or the compiled compatibility version, just check the appropriate boxes. =)
DeathStar is a COOL puzzle/strategy game based off of an extremely popular calculator game. It can be quite challenging but is also VERY fun! The object of the game is to collect the 10 green orbs in each of the 10 levels. It may sound easy, but it's not! Check it out, you'll probably have fun!
With only 6 lines of code, create an awesome new tab replacement that can be customized to any color, font and size that fits your application.
This is your very own personal frankwall, completely skinabble, just check out the 3 templates in the people directory. Its a better way of getting your ip address ON DEMAND, if your address changes, i.e. your modem crashes etc. this will tell you, its descreet and very handy, i use it all the time. So download the code, comment on the code and then rate the code.
This is PageBalloon (v 1.1.6), its your very own desktop toy, you can chuck as many balloons onto your desktop as you desire, they are all skin mapped with ex acquaintances of mine. Its a must see, and a good screensaver replacement. they can wrap around the screen to float off the top and come up from the bottom again, they can also be kept ontop at all times. I have improved the movement function a little to cut processing time and speed it up.so download the code, comment on the code, and vote the code!!!
This is a very basic favorites editor I put together in a hour or so. This code is very basic and shows you how to make your very own favorites editor. The purpose of this code if because I tend to lose all my favorites from formatting, and I thought this looks more organized than from Internet Explorer menu. Please vote for my code. Enjoy!
The code demonstrates how you can add license key functionality to your source code similar to that used by Microsoft. Three different methods are shown, one of which ties a licence key to a particular user name.
The purpose of this code is to supply would-be 3D graphic developers with a foundation class to ease the use of DirectX8, and for others to expand upon this code so that I can get past whatever learning block I'm currently experiencing. Presently, the only thing that actually 'happens' in the code is that the pyramid will spin if you drag the mouse over the form with the left mouse button down. Please vote for me, as this is my very first code submission (I've been saving for something cool, and I hope this is it!). As a side note, you must have DirectX8 installed on your computer for this to work.
The zip file contains VB and ASP implementations of the SHA256 message digest algorithm. One common use for this algorithm is for the one way encryption of passwords before storing in a database. SHA256 is similar in nature to MD5, but 256 rather than 128 bits.