Advertisement

Results for "Category: Miscellaneous"

ASP_Volume2 #34347
Snow Man

My code is a screen saver that if commpressd properly will work. First it has snow falling then it makes a snow man then a little guy pops up and hits it with a snow ball

ASP_Volume2 #34349
Mouse Odometer

this program tracks the speed of you mouse cursor in cm/s and keeps track in meters how far the cursor has gone...it displays this in an odometer, like from a car...check it out

ASP_Volume2 #34387
Simple Video Capture

A simple video capture program, in only 44 lines of code. Now includes a button to change video size, and a button to change video source. For a more complete implementation, go to Ray Mercer's site at www.shrinkwrapvb.com

ASP_Volume2 #34392
Sir Launchalot - Program Cycling in the Systray

This code demonstrates how to cycle programs in your systray for ease of launching, it provides a system tray icon which cycles/changes when right clicked, the associated program can then be launched when the user left clicks the tray icon.

ASP_Volume2 #34393
Manifest Creator - Have your programs use Themes under Windows XP

You can make your programs look like true Windows XP programs by adding files called "manifest" files to them. This program provides an easy way to make those files for all of your applications. It includes usage notes on limitations that the manifest files have on them. If you like the code, vote for me please!

ASP_Volume2 #34405
Embed

Look at the screenshot. With embed you can modify the windows folder look to suit your style. Do you want a few links in the window, do you want a calendar, how about a custom title for your folders. Maybe a custom font? It's up to you with Embed. You have to see the screenshot. Don't forget to vote! Make sure you have folders set to view as a web page!

ASP_Volume2 #34427
Code Optimization Tips

This article contains some optimization tips for both standard coding and game creation.

ASP_Volume2 #34440
Retrieving the Item in a Listbox the mouse is currently over.

As you move your mouse pointer over top of a listbox this code will return the index and select the item underneath it.

ASP_Volume2 #34463
A Simple Long Delay Timer

A simple long delay timer. The VB Timer control is limited to 64k milli seconds, this short code extends that to near infinity in 6 lines of code. Heavily commented.

ASP_Volume2 #34471
Using Pointers in VB

Pointers have always been taken by C++ programmers for granted. But its functionality is missing from action in VB! This article will show you how bypass this limitation and use a technique that will accomplish the same feat as pointers.

ASP_Volume2 #34481
Adding menu items at run time

This .zip file shows you how to add items to a menu at run time. It is extremely easy and works too. This would be useful for making a favorites menu in a browser or any such thing. If you like it please vote. Thank's

ASP_Volume2 #34500
How to keep new Internet Explorer windows from popping up... great for the WebBrowser control!

Have you ever created an application that relies on a Microsoft Internet Explorer interface (using the WebBrowser control, for example), and you want to keep those pesky IE popup windows from popping up when you don't want them to? If you have, then you know that there is no built in way to keep Internet Explorer from creating new windows under certain circumstances. This program solves this problem by performing the following functions: (1) On startup, the program examines all of the active windows on your system and remembers which ones are Internet Explorer windows. (2) The program then goes into a monitoring mode in which it periodically (10 times per second) checks to see if any new Internet Explorer windows have been created. (3) If any new IE windows are found, the program posts a close window message into the new IE window's message queue, effectively destroying the window.

ASP_Volume2 #34502
RUNDLL32.EXE functions

You might find the following code useful in complicated tasks that require a lot of code in other methods. I have not tested all of them, but they should work.

ASP_Volume2 #34504
Slpash Screen (Very Cool) Type 2

This is a very cool splash screen. The graphics are like the Matrix. You must see it to belive it. Very Good. No extra OCX files needed. Pure VB. Vote if you like the code or/and leave comments

ASP_Volume2 #34509
Set Caption to Right Side Of Form

This is just a sample program that shows how to set the Caption to the right side of your form using API. Also included is a way to make your form appear backwards. I havent seen this done by using API before, Just cheap imitations using strings. !Win2k only!

ASP_Volume2 #34519
COPY FILE IN 1 LINE OF CODE!!!

COPY ANY FILE WITH 1 LINE OF CODE!!! IT ONLY TAKES 1 SEC FOR ANY FILE TO COPY! ANY SIZE!!! VOTE!!!!!!!

ASP_Volume2 #34523
TextPad ( NEW VERSION ***)

Hello And Welcome Too Text Pad,, Thanks For Downloading the Source Its Probably Not too great But hey !! Any way It has . -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- * Word wrap , * Clipboard Options , * Can Launch Another Editor If The File That Is Being attempted too be opened is too large , * has an Options dialog * can Be Used on the command Line and , * can Be the Default text Viewer for (*.TXT) Files...... * Set Font * AWESOME Text File Manager ( Text Files Can Be viewed On the FLY !!! , No need too use a commondialog ) * Find Dialog * AUTHENTIC windows core component Properties dialog , Strait From the windows API !!!! * Launch New instance , Through A menu or dialog * Has a Toolbar * Has A Clipboard Viewer , Editor * Full screen Mode * Recent File Menu -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- THIS PROGRAM CRUSHES NOTEPAD IN ITS OPTIONS AND ABILITIES !!!!! THIS PROGRAM IS BY FAR THE BEST ( TEXT NON RTF ) EDITOR ON PSC !!!!!!! If you like it Vote for me Otherwise You dont have too . Thanks; Developer : Jason - simeone age : 15 Hobbys : VB 5 BUGZ WERE FIXED IN THIS VERSION AND CODE WAS UPDATED !!!!!

ASP_Volume2 #34526
Matrix Type

After seeing an attempt to display text 'Matrix' style, I figured I would upload an attempt I made at it a little while ago for fun.

ASP_Volume2 #34530
Combinations

This little program greates all the possible combinations from a set of characters in a given length!!!

ASP_Volume2 #34536
Close VB IDE Windows Addin

DLL which starts-up with VB and is inserted in the Add-In menu. When run it will close all Open Code and Designer windows from the screen (they are only closed from view, not removed from your project). Quite handy if you like all your windows shut before saving which will speed the time it takes to re-load your project next time around. Modify it to do what you like - this should get you started.

Languages
Top Categories
Global Discovery