Results for "Volume: Java_Volume1"
like the first coolbar example i posted, this one has professional web browser buttons in a toolbar embedded in the coolbar along with the 2nd row with the URL address window(combobox)
Last semister, I finished my graphics Lab and thought of trying out 3D transformations and finally ended up with this. Check out the animation. It looks really cool. Maybe you can use this code in your apps as a splash screen or something. Please leave feedback. Thanks. --- Ali
This is my powerful GUI Library for DOS. It is really easy to use. One problem with DOS is that it does not have a GUI (just plain old text). So, the programs will not have a visually appealing interface. But by using this library, you can have access to various useful controls like MessageBox, InputBox, Screen Class, Cursor Class, Button Class, TextBox Class etc. Please have a look at the demo and leave feedback. --- Ali Akbar
This is a nice game made in taxt mode.Have fun.
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!
This source code will easily allow you to play a WAV file from within your Visual Basic application WITHOUT using an ActiveX Control. The two most amazing facts about this source code that amazed me were: • The value for the "flag." I had absolutely no idea what to do for the flag. But I took a good guess at it, and I got it! • It will actually play the WAV file from the Visual Basic environment (you don't need to compile it to hear the sound).
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.
Ministry is a text-based strategy game. It's one of the first major projects I've actually completed in C++. It's not much, but it is quite fun. If you like it, I would suggest that you try Ministry II. It should be available here or at (wjomx.tripod.com/games.html).
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 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. Vist the Cyotek website at http://www.cyotek.com/ for more ActiveX controls.
I always wanted a screen saver with unlimited number of files to display. I found here a vb code for JDSaver and I liked very much (sorry, but I forgot the author, I apologise...)so the most credit goes to him, I just changed some thing. So, this is the screen saver with posibilities to show unlimited number of .jpg files in one directory of your choise. There is also an setup program included, so you can install screen saver directly...
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.