Advertisement

Results for "Volume: Java_Volume1"

Java_Volume1 #85575
A Directory Lister

The code is essentially a catalging program with a variety of output formats. The source code is continually updated and a compiled version is available at http://www.octa4.net.au/tonywaite/vb/vb.html Let me know what you think?

Java_Volume1 #85576
A The Browser

Simply an internet browser using the IE dll's. Has a lot of functionality which people may find usefull. It is made up also of code from PSC so due reference is given to those people. No need to vote but ideas would be appreciated. You can get other VB programs (both src and compiled) from http://www.octa4.net.au/tonywaite/vb/vb.html

Java_Volume1 #86739
Win in Win in Win

Make a non-mdi child window, and inside of that insert a whole other program, so... a window in a window in a window... this is not my code, its code from a number of sites.. www.vb-helper.com, allapi.net, freevbcode.com, pscode.com, elitespy, a bit here and there, thanks everyone, and if this helps you than feel free to either vote or just go to those sites.

Java_Volume1 #86339
Pak System & example of how to use dll's

This is a dll that handles file control into a pak system like quake3 and other games. The files are imported one after another in a "pak" file. If you want to retrieve a file all you have to do is call extract_file with the filename and path you want it to goto. The dll (included) has the following functions: EXTRACT_FILE OPENPAK RETURN_NUM_LOADED RETURN_SIZE RETURN_TITLE and an example project on how to use the dll is also included.

Java_Volume1 #86340
SineWave Text v1.00

SineWave Text is a program that produces HTML for colored text. (To get true rainbow text, check out my other program Rainbow Text. http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=45032&lngWId=1) This program works by drawing three sine waves (representing the red, blue, and green components of a color) with user-variable amplitude, frequency, and phase shifts. Then the program iterates through 360 degrees taking the value of each wave at each degree and merging them to form a color value. Credit goes to this site http://www.mu.org/~doug/blend/index.html for introducing me to the idea of producing gradients from sine and other shaped waves.

Java_Volume1 #86341
File Encrypt

allows you to select any file and turn it into a shortcut to something e.g. the recycle bin so when someone opens the file all they will see is the contents of the recycle bin

Java_Volume1 #86342
Demonstrate GetAsyncKeyState - handy when developing

Nothing pushing the limits of VB, but when developing games/apps and using GetAsyncKeyState, do you ever go, "Uhmm, what the hell is left arrow again?!". here you are. run this app, press the key (or combo) and there it is! I think this is more of a useful tool than a coding extravaganza, so please vote/comment accordingly. You never know, while you're writing your 1st class game, you may even use this tool! :-)

Java_Volume1 #86343
Uptime (System Uptime monitor)

This program sits on your desktop (or on top of any window) and displays the time the computer has been on for (uptime). Also has a transparency feature so that you can see what is behind it. [SOME FEATURES MAY ONLY WORK ON WINNT, BUT THE PROGRAM STILL WORKS ON OTHER OPERATING SYSTEMS]

Java_Volume1 #86344
A 3D Lesson v3.1, Moderate

This is version three of my simple 3D lessons. The major update in this lesson, is the Virtual Camera code. You can move the camera anywhere (using the keyboard), and make the camera 'look at' a certain point. Only Dots between the Near and Far Clipping distances are visible. This 3D lesson includes some very advanced 'mathematical' topics, however I have listed the code as 'Moderate' or 'Intermediate' because you don't need to understand the advanced parts to have fun with this project.

Java_Volume1 #86345
Aero53

A not so simple number game in which you compete with the computer to see who can get closest to 53 with a random pick of numbers. confused? :P check it out, plz rate and have fun :)

Java_Volume1 #86346
Yahoo! (Chat + Auto Message)

After many requests for chat support, i finally decide to update my previous ver: "Yahoo! Client + Booter V2.0". In this release, Chat-Room Support and Auto-Message feature is added. Using this Auto-Message u r now able to send message to ur friends(in the buddy list) when they come online. You can also able to send message to the new commer in the chat room ur currently in by using PM/Chat Room. In chat room auto-message, you can use three variable: , , . Please see the screen shot for details. Again, like the previous release you need the Ymsg5log.dll. However this .dll is free. Another issue is "compatibility issue", Just follow the steps: 1. Make the DLL for SSubTimer6 first. 2. Change the reference of prjIconMenu from SSubTimer6 to the newly created dll. 3. Make the DLL for prjIconMenu. 4. Now change the reference of Yahoo(prjNewYahooClient) to the newly created dll from prjIconMenu. 5. Now you can make Yahoo.exe If anyone likes this code, plz let me know. If you get any error plz plz let me know about it. And Don't forget to rate the code.

Java_Volume1 #86347
Secret Quiz

This is just a simple quiz program, but with a difference. It has only 10 questions that are randomly selected out of 50, but it is timed so you have to rush! If you make a mistake you have to start again.

Java_Volume1 #86348
Heavy usage w/o DoEvents (the proper way)

Never use DoEvents again. This is a standard C/C++ Message Pump. Compare each of these three methods against each other (including DoEvents) and watch your CPU usage. The code is pretty self-explanatory I think.

Java_Volume1 #86349
Adding real Win32 tooltips for windowless controls (Label, Image, etc)

The attached code demonstrates an idea you can use to create real Win32 tooltips for windowless controls. The problem with Win32 tooltips is that you can attach it only to a control that provides the hwnd property returning the Win32 handle of the control. Some VB intrinsic controls such as Label do not have the hwnd property. The following trick allows you to create real Windows tooltips for these controls. To do it, simply determine the moment when the mouse pointer has entered the area occupied by the required control, and create a tooltip for the FORM that contains the control. You need to detach the created tooltip from the form when the mouse pointer has left the control area; you can do it in the Form_MouseMove method. The attached example shows how to create a multiline balloon tooltip for a Label control. Using this technique, you can create tooltips for any control that implements the MouseMove event (for instance, for Image control too).

Java_Volume1 #86350
A System Tray Icon

A basic BASIC mod with 3 useful routines for adding program icons to the Windows System Tray (next to the clock).

Java_Volume1 #86351
URL Tester using API

Check for HTTP status without Inet Control using simple Api. Test if a Webpage/Server is still there or not.

Java_Volume1 #86912
[A++] Real Snow Effect - Falls and Accumulates

Oh, I know it's summer in US, but it's Winter in Australia!!! So get some snow!! REAL SNOW!! NEW!!! Includes JAVA APPLET that you can use on your WEBSITE!

Java_Volume1 #86913
ColourGame

This is just a fun game I put together. The object is to click the color that is written. NOT the color of the text or the color said out loud. Its not a complicated game but I sure have had fun with it. BTW I didnt finish the high score code, Ive got another project Im workin on.

Java_Volume1 #86914
RC Beams Design

Design of Reinforced Concrete Beams using the principles of the ULTIMATE STRENGTH STATE DESIGN Method according to the ECP1995 (Egyptian Code od Practice).

Java_Volume1 #86915
Simple and Smooth Slider programming

This Vb code shows how easy and good looking sliders can be. This code can be used to enhance your programming for audio, midi and sound programming. Find out in the code how simple some routines are done and freely use it for further purpose in your application. Voting will help giving more of my code out. Do not forget to download the free Live Midi Keyboard from www.rempro.nl

Languages
Top Categories
Global Discovery