Results for "Volume: 2002ASP"
This Here chunk 'o code makes it so you can use a joystick instead 'o a mouse. up/down right/left do just that, and button 1 is leftclick , button 2 is rightclick. I couldn't get middleclick to work. Please tell me what you think!
Flat toolbar with VB5? Now is possible
Create a chart with windows API, very cool!
ASPTOCOM converts and optimizes ASP web applications or plain HTML to Visual Basic 5.0, 6.0 source code for compilation of your web application into an ActiveX COM DLL file for maximum performance. 200%-250% increase in performance with BIG asp files and good tuning with MTS.
This module provides encryption/decryption through the CryptoAPI. This is the standard API you can use regardless of the underlying dll used to do the encryption. These dlls are called Cryptographic Service Providers (CSPs) and you get one as standard from Microsoft called "Microsoft Base Cryptographic Provider v1.0" This module uses the standard CSP, but this can be changed by changing the constant SERVICE_PROVIDER There is additional code in this module to ensure that the encrypted values do not contain CR or LF characters so that the result can be written to a file This is a faster version of my previous posting which has the CSP connection and release moved into seperate functions which must be called by the user at the start and end of all encryption. This takes the time taken for 200 encryptions down from 1 minute to 1 second. A word of warning: If you are going to use WritePrivateProfileString to write the encrypted value to an ini file, you must write a vbNullString first to delete the existing entry as it does not clear previous entries when writing binary data. This is a problem if you are overwriting a value with a smaller one.
Opens a INI-file and Get the value of ex: "Screensaver=" without using any system calls!!!
This sample program calls the Windows API to ShellExecute to a file you select. Then it opens the file with it's associated program, waits for the program to end, and identifies if the file has been changed. Rock ON!
Post-it is a desktop notepad the designed to look like the famous stickys. It is drag-drop, transparent, and the choice of always on top (.exe provided is on top). Good for whatever ya want i guess..
If you have to add your username or initals tag to each change you make in code, this lets you select a block of text and add it to the end of each line.
Build image maps from .gif pictures for people to click on various areas of your picture and jump to different links.
This is a complete commericial quality toolbar control for use with VB6 (VB5 users will need to create replacements for Replace and Split functions). It is completly owner drawn, and has no requirements on Common Controls, IE or whatever. As much as possible, API is used to greatly enhance and optimise the control. Buttons can be standard buttons, seperators or placeholders. Each button can have hover and down pictures, as well as alignable caption text. Virtually everything can be customised, include the colors of the toolbar itself. It also has several other code which would be of use for applications, such as file and colour common dialogs via the API, complete API driven graphics routines, and an extended graphics manipulation class. Includes complete documentation in the form of a CHM file, code is commented where appropriate as well. Note: This is highlight advanced code and not really of much use for beginners, although it does include lots of common routines which you could use in your projects, as well as several standard modules. Please send support requests, suggestions or general comments to richard@ariad-software.com or vist the Ariad Software website at http://www.ariad-software.com/ for more ActiveX controls.
I posted a first version, but this is better so CHECK IT OUT ! You can create balls that bounce arond the screen interacting with each other. They take into acccount gravity and force. Each ball has its own force and when it hits another force is passed through to it. The balls bounce as if it is in real life. You can increase and decrease both the force and the gravity. The code is done by Using INSTANCES OF A CLASS - so if you want to learn classes look at this it will help This is really cool so check it out !
This is a splitter control with 2 panes. I found the initial code out on the web somewhere, but it had a few bugs and was missing a few features I wanted, so I added the ability to colorize the splitter bar and the code now fires an event when the splitter is resized to allow for controls within controls to handle a resize. I also cleaned up the code and fixed a few bugs. BTW : You can add splitters within splitters to create more than just 2 panes.
This code shows the basics of dragging files from the Explorer and dropping it into a VB program.
Add a horizontal splitter (or frame ) to your MDI form, using a litle API.
Changes your forms system menu (visible when you right click on the forms titlebar or press [Alt] + [Space]) to what every you want, and does it really easily too!
What is possible to do with a list view?
Create a side bar with your logo! Very easy to use and very cool!
It displays a folder chooser using API. This API call can't be found with the API Viewer.
UPDATED! This will Encrypt up to 255 different files of ANY type into ONE file using the binary values of an ENTIRE separate file as the KEY, while not altering the file being used as the key in any way!! The file names of the encrypted files are also stored in the encryption and restored when decrypted. Looks and works similar to WinZip. Just drag the files you wish to Encrypt\Decrypt from Explorer into the large list, and drag the file you wish to use as the key into the small box on top, select a path and thats it! The small icons of all the files you working with are also displayed in the list for readability. The file being used as the key can be ANY type of file: .mp3, .bmp, .jpg, .txt, .exe, .zip, .dll or even another encrypted file. The file being used as the key can be ANY size. For maximum security, the file being used as the key should be slightly larger than the combined size of the files being encrypted and should have a limited amount repeating byte sequences. An example of a good key file would be an .mp3 or a large .zip file. This will make any effort at detecting a pattern more difficult and making the encryption harder to break. Even if this program is de-compiled, there is no "magical" algorithm or encryption table to discover that would make decryption any easier, since the encryption relies completely on the binary values of a whole separate file. No need to remember any long, complicated passwords or keys, JUST the name of ONE file!!! Just don't lose the file being used as the key. Created by: John O'Donald 14 Sovente Irvine, CA 92606 (949)654-0065 john_odonald@hotmail.com.