Results for "Volume: 2002ASP"
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).
A simple way to make your text on the form rotate and spin all around. Nothing much here, just thought you might want it.
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)
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.
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
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!
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.
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 :-)
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.
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.
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.
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!
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.
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!!
Its a Game like the Nokia Snake game. It has some options like Zoom,Speed etc.
lists all VK constant
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.
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.
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
This code downloads anything off the internet without popping up a dialog box of any sort. Very simple to use. Vote if ya wanna.