Advertisement

Results for "Volume: 2002ASP"

2002ASP #1333
MC API MENU CODE GENERATOR ver 2.0

Why API popup menu ? -Api menus can exist on borderless form, VB menus can't -offers much more options as VB menus ! Why not API popup menu ? -It takes a lot of knowldge, thinking, coding and time. Solution to the last: MC API MENU CODE GENERATOR ver 2.0 (Pro) ver1.0 -it makes API menus code automaticaly - you yust build them like in VB ! -it makes sub-s where you put code to be executed when items selected ! -you can save builded strucures for later use & load them -even if you know everything about API menu coding - will save you a lot of time & thinking (specialy about submenus) ! ver 2.0 -Ability of having PICTURES added (12 *12 pixels) they can allso replace checkmarks ! -Left, right, up, down item NAVIGATION in nice menu -Each list box has it's own popup menu - no need to say: all created with this app -Complete PATH FINDER - makes handy comments in output code so jou can see to which item part of code fits -No more mountains of subs produced - all stuff in one sub -Automatic CHECKED/UNCHECKED handling added -help & Tool tip on every step -grrrrr, ver 1 .MAPs doesn't fit in ver 2.0 -+ cool proffesional looks and no buggs so you must vote ! If not convinced jet, look at screenshot - all those menus are this app generated (with one click).

2002ASP #4439
rotating text

A simple way to make your text on the form rotate and spin all around. Nothing much here, just thought you might want it.

2002ASP #2993
A ListBox Data Manipulation

It allows you to move items from one listbox control to another, remove items, or move item positioning within the control. (FIELD LISTBOX DATA MOVE MANAGE ENTRY ITEM INDEX)

2002ASP #627
Custom Tab

Have Tabs without Microsoft big OCX. I think this is nearly finished. Try right clicking on the frame control to bring up a popup menu.

2002ASP #4487
a Password application ADD-ON - with option to change encrypted password in an ini file

I looked here and couldnt find what i was looking for, so i made it and am making it availible to everyone! allows simple encryption to an external *.ini file (you choose location) as well, there is another dialog box that allows the user to change the password to whatever. READ THE READ_ME_.txt before running the password.exe. the password.exe is just to give you a quick view of the program. You have to go into the code and change a few of the settings.-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- all the code is commented for easy customization, and i hope you enjoy it! ---->If you like the "app add-on" then please vote for me

2002ASP #4477
Flip! A Complete Game for Windows.

This is the complete game in code. An addictive colorful, musical Guess-the-word mix'n match puzzle game for up to 2 players, And It's all Visual Basic. In code it demonstrates: Animation/graphics, How to make your own custom toolbar, Music (MCI32), Game timing control, Keeping a Score table, Mouse control, A method of employing Shareware. Programmed in VB4 32bit, it will compile in VB6. Flip! It was sold as a commercial Game for Windows in the United States and Europe during 1996 and went on to sell over 17500 copies worldwide. I have released it to the Programmers domain so other can learn Windows game programming from it. So you youre not a porgrammer, you can still enjoy the game!

2002ASP #751
T3D V2.0

An updated version of my award winning T3D-function. The former version only worked with grey forms, now it works with ALL colors, even window system-colors. See screenshot. Complete explanation in the program. The syntax is like this: T3D Form, Control, Bevel, [Style], [Filled]. The style and filled values are optional. I'm using this function a lot in my programs, because it gives a nice screen effect. Fixed text - like labels - give the application a prof look.

2002ASP #4448
Anonymous Exchange 5.5 or higher

You must have Access 2000 installed in order to print. Other than that you should be fine. This will anonymously query an exchange 5.5 or higher exchange server and retrieve The names and email addresses and place them into an access database. This code has many useful examples. Please vote, and check out my other code :-)

2002ASP #3850
_HOW TO FORCE USERS TO CLICK YOUR BANNER_

Imagine making 5-10 cents every time somebody uses your program! This code forces users to click your banner before using your program!!! It only take them like 10 seconds. This code is ready for you to insert your specific banner and program. HAVE FUN AND MAY THE MONEY BE PLENTIFUL.

2002ASP #2770
Windows Key Stuff (Updated!) and easy API lesson

Here's a few neat things to can do to emulate Windows-key presses from your app without too much headache. A good starter article and easy reading for those new with the API. If you like the way this was done, be sure to vote and let me know. This is my first article and I would really like to know what you think.

2002ASP #4386
Add 3D Borders and Frames to your Controls! *GUI Example*

This post is similar to my previous GUI post, except I fixed a few things and added tons! Add 3D borders OR frames to your controls, now in ANY color you choose. You can specify whether the border should be inset or raised. Thanks to T3D and its author, I liked the frame idea so I coded my own add-frame sub :] Check it out, at least take a peak at the screen shot :DD Comes with module/bas file and an example of how to use the subs.

2002ASP #2867
File Upload Component for ASP Apps (includes demo)

Want anyone with a common web browser to be able to upload files to your ASP application? Here's a great little component to help you do it. This component builds on the standard mechanism web browsers provide for uploading files. Since IIS doesn't provide any simple built-in way to deal with this, this component fills the void. Here's how simple your ASP code can be:     Set Upload = Server.CreateObject("Carnicelli.FileUpload")     Upload.Save "C:\Temp"     Response.Write "<LI>" & Upload.Form("Email")     Response.Write "<LI>" & Upload.File(1).FileName I crammed a number of useful features for manipulating the resulting files, generating unique file names, and more. This code teaches many programming lessons. It demonstrates MIME processing, array and string manipulation (includes powerful array and string manipulation libraries), generating unique file names, real-time stream processing, interfacing with IIS' built-in objects (e.g., "Request" and "Session") without help from the ASP code, binary file manipulation, processing with a finite-state-machine model, MTX (Transaction Server) components, and more. Please comment on this code and vote for my hard work if you like this code. -------------------------------------------------- Now there's a commercial version of this product available. It's been rebuilt from the ground up, correcting all the issues you've reported here and including new features. And it comes complete with extensive documentation and good service. Check it out!

2002ASP #3680
iBBS client/server (Updated!)

This is an update to my TCP/IP client and server that allows multi user chat, file downloading, and instant message. I did some more clean up and fixed the bugs I was having with IM. Also added some file extension recognition to the file list that changes the icon for the file depending on its extension. Please read the readme for more info.

2002ASP #2105
Calculate Checksum (CRC32 and CRC16)

Yesterday, I was lookin' for some code to compute a CRC32 checksum value but could not find any fast working code here. So I made this class file that allows you to calculate real CRC32 checksums. I also needed *FAST* code so this uses assembler code that you can use without actually knowing any assembler. This code is able to compute 56 MB/s on a P3 600Mhz!!

2002ASP #1840
Snake Game

Its a Game like the Nokia Snake game. It has some options like Zoom,Speed etc.

2002ASP #1577
All Virtual Key Constants

lists all VK constant

2002ASP #4500
Puzzles

The code allows users to select a .bmp picture, so it can be "cut" into 25 pieces (each piece being a piece of a puzzle). The point of the game is to place puzzle pieces into a their correct positions.

2002ASP #3780
Database Sample

This sample shows how to use Access Database by using DAO Library. It shows all that you need to know about database using. Its well commented and there is help about all commands used.

2002ASP #4132
Cool Direct3D Waves

This is a program that shows how to use Direct3D and directx. It's a cool 3D wave that is generated in the center of a plane and expands out. In addition, the plane rotates in the X,Y and Z axis. Try chaging some equations. Sometimes you get weird looking stuff. Please, vote if you like it! Give me feedback

2002ASP #4254
Ghost A Download

This code downloads anything off the internet without popping up a dialog box of any sort. Very simple to use. Vote if ya wanna.

Languages
Top Categories
Global Discovery