Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #116336
Memory Game Mr.Bean Style

just made it for a project on MCSD course..

2_2002-2004 #116337
Trial Registration OCX - 100% working example and keygen. this is a must see!

Completly redone. Completly new encryption scheme. Did you want to add a trial registration to your program. or just a registration plain and simple. or evan charge money for your programs. well I just made it easier for you. it would be a bit hard to copy my code in my earlier post with just a example. but now I have created a complete ocx. it works excelent. and there is 100% bullet proof file security. if you edit it. the program will now. it has its ways. but to know more check it out for your self. download my great programs!. complete with working keygen and example app. also the OCX Source code. I am sure thats what you all want ;) give me some credit. and a nice vote. I work hard for all of you.

2_2002-2004 #116338
Command Prompt through IIS Exploit

With this code you can:1. Scan a block of IP addresses for ones that are compatible with the IIS Exploit2. Open the host system in a DOS-like command prompt3. Perform commands on the host systemHave fun! Don't do anything illegal! (It's easily traced) And Vote!

2_2002-2004 #116339
A Complete Database Program ( TNC Edition )

A complete Database application. Based on ADO Database.It has some new mathematical features. I used here FLEX GRID. Moreover coold design. For more code Please Contact with GENERAL CORPORATION BANGLADESH [email protected] [email protected]

2_2002-2004 #116340
A simple Love Calculator

A Simple Love Calculator.. Just Fun.... For more code Please Contact with GENERAL CORPORATION BANGLADESH [email protected] [email protected]

2_2002-2004 #116341
Vertical Menu

Maybe 2 years ago someone submited VerticalMenu Well... i did fixes major bugs and try to enhanced it. It is not a full Skin control cause the design have to be done differently. Meanwhile this is fun control to use.

2_2002-2004 #126236
Do uppercase to first letters in every word.

Fixes a string.. from "chArlES IS BaCk!" and the results is "Charles Is Back!" easy to use.. and nothing to have.. ;-) made it for a request.. the StrConv() only function in vb6 i think.. i'm not sure.. However this works too if you want it..

2_2002-2004 #116342
Make your project ONTOP

Make your project ONTOP This code will help you to make set your project ONTOP. for more code.. GENERAL CORPORATION BANGLADESH [email protected] [email protected]

2_2002-2004 #116343
AUTO Wallpaper Change

Auto Wallpaper Change This Code will change your wallpaper automatically while each time your windows starts. for more code.. GENERAL CORPORATION BANGLADESH [email protected] [email protected]

2_2002-2004 #116344
CD Drive Select

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 [email protected] [email protected]

2_2002-2004 #116345
TNC Image Processor

TNC Image Processor. A image viewer program. Supports all types of image file for more code.. GENERAL CORPORATION BANGLADESH [email protected] [email protected]

2_2002-2004 #116346
Simple Love Calculator

Simple Love Calculator Just FUN!!! for more code.. GENERAL CORPORATION BANGLADESH [email protected] [email protected]

2_2002-2004 #116347
Protect Your Folder In Different Method

Do you want to protect your folder,Which will look like a movie clip, control panel etc???

2_2002-2004 #116348
Validate Date

Checks and makes sure that the user enters in a valid date. Make a text box on a form and call it txtDate

2_2002-2004 #116349
Creating Intuitive Picture Masks

this code displays how to apply a polygon of any dimension with an unlimited number of verticies over a picture (or literally any control.)

2_2002-2004 #116350
Symmetric Arithmetic Rounding (Excel style rounding)

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.

2_2002-2004 #116351
VB Spell Checker

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.

2_2002-2004 #116352
Pocket Defender - Antivirus for windows ce 3.0

demonstrate two system falls on windows ce 3.0 , using windows ce API registry calls.

2_2002-2004 #116353
MSN messenger ROBOT

Its msn chat robot easy 2 user 2 have fun with chatfriends

2_2002-2004 #116354
Visual Basic Add-In To Simplify Zipping Projects =)

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. =)

Languages
Top Categories
Global Discovery