Advertisement

Results for "Category: Miscellaneous"

ASP_Volume2 #36941
Runtime Control Array Example

How to add controls to your from at runtime through the use of an array.

ASP_Volume2 #36946
Dynamic Interface Using ZOrder

Use the ZOrder property of a control to set it's depth within the form therefore enabling a nice dynamic interface.

ASP_Volume2 #36950
Terminal Style

A very BASIC code to change the cursor into a Green Blinking box making it look like a TERMINAL. Similiar to the Matrix. Or whatever you called it.

ASP_Volume2 #36971
Another way to place images within menu

Places images in the menu

ASP_Volume2 #36980
Multi Line Tooltips

Are you fed up with the fact that you can only display one line in vb tooltips. This class allows multiple line tooltips. It also allows you to specify the Maximum Width of the tooltip, the delay until it appears, the length of time it is visible and whether the tooltip is centered below the control. I have added support for setting the font that is used as well.

ASP_Volume2 #36996
Ant simulator!!!!

IT'S AN ANT SIMULATOR!!!!! Well, sorta. Anyway, it's great to watch and can teach you about things like: BITBLT!!! PICTURE BOXES!!! LOOPING!!! It doesn't have anything much to do with ants but it is good fun to watch and a great way to waste time

ASP_Volume2 #36999
Cool Mouse Cursor Drop - Actually makes cursor bounce around!!!

I thought this was something that would look cool for a screen saver, and you can do so much with it. It basically just shows you how to use the SetCursorPos to make the cursor fall and bounce. It uses basic laws of physics such as adding the effects of wind and gravity in. Please check out and rate. Oh, it also might work for other Visual Basics, I've just only tried it on Visual Basic 6. Give me feedback as well as ratings to please, that'd be very much appreciated, thanx.

ASP_Volume2 #37000
Base Address Locator for DLL Modules and its API Functions

Dynamic Link Library are located on certain space within your windows system; locating where they are always included on advanced programmers tasklist; This includes the Virtual Space of every exported API-Functions. Now, you might ask me whats the use of it, well in C++ and Win32 Assembly, we are able to call the API-Functions directly without *Importing* it to the Executable, making our code Smaller and Faster (Direct Calling) In which I am trying to achieve here using Visual Basic; If somehow you know how to directly Call/Access API-Functions using Memory Address, please drop me an email; thanks.

ASP_Volume2 #37001
Command-Prompt Captured !

This code captures an entire DOS-Prompt window into a picture box control on your form, allowing the command prompt to be a part of your project. This code can be altered to give this functionality to virtually any external program. Note: This code is being re-posted, as I have now got a new account with PSC and I have yet to upload all of my code again.

ASP_Volume2 #37004
Another BrowseForFolders

This version demonstrates how to use the new style dialog (WinMe, Win200 only), and start at specific paths. I am sure there are better ways of doing things than the way I have done some of it, but I don't know that way. Very little comments, but I think its easy enough to follow.

ASP_Volume2 #37009
Eject and Load CD

Allows VB programmer to open/close a CD-ROM drive

ASP_Volume2 #37012
Jii´s Task Manager

A complete window manager. It captures any open window/application and returns the windows caption and handle (hWnd). The app let´s you hide, show, restore, minimize, maximize and close any open window or app. It also let´s you change the window or applications Titlebar to any text you like. It also makes it possible to change caption of controls belonging to any open application. Newly added: You can make any window "Stay on top" or Enable/Disable it to make it reject any input by the user or other apps. There´s also a function wich shows if the selected window is responding or not. It´s also capable of hiding or disabling the Taskbar, Taskbar Task List, System Tray, System Clock, Quicklaunch and the Start button.

ASP_Volume2 #37028
Dockable Statusbar within MDI

Shows how to dock a statusbar control to the top-left-right-bottom of an mdi form, or make the statusbar detatch from the form and 'float'

ASP_Volume2 #37039
A Better Multiple Undo

This code adds a multiple undo/redo function to any textbox or RichTextBox. Easy to set up and use, and doesn't require any extra controls or use of the API. Simple and effective.

ASP_Volume2 #37044
Crystal Reports Demo

This program demonstrates the use of Crystal Reports 7 in a VB application. The connection and data retrieval is made in the VB app and not with crystal reports.

ASP_Volume2 #37051
Snap form to top/left/right/bottom of screen

When draged to top/left/right/bottom of the screen will snap to the closest side when it comes within 30(or other desired number) pixels of a side much like winamp.

ASP_Volume2 #37065
Ultimate WinAPI Class

The Advanced WinAPI class is an indispensable tool for any programmer. This class has a large no. of functions useful in everyday programming. For example, this Class has functions to Find Files in folders, all the operations with Registry, Disk Space and Volume information, Play Audio CD's-Movies-AVI's, Extract Icons from EXE Files, Change the ToolBar Style like Internet Explorer, Enable Hotkeys for your Apps, Hide or show a Window, Make a window Transparent, Set the Desktop Wallpaper, Show or Set the Computer Name, Show Recycle Bin, Detect Sound Card, Set system Work Area, Show or Hide the Mouse, Change or Retrieve the Mouse Position, Enable Menu Bitmaps, Have your program's own Icon in tray which act as a quick access to your program, Open a website, Start the screensaver , Enable Autorun for a range of drives of your choice, Clear the Document List in Start menu or add an Item to it, Show or Hide the Windows TaskBar, Delay your program for a specified no. of seconds or minutes, Disable or Enable Ctrl-Alt-Delete, Shutdown, Restart or Log Off Windows and much, much more!!. I can guarantee that this class will be very useful to you whatever is your experience level. More API's will be included as soon as osible. Enjoy VB Programming!!!. If you like the code, please Vote for me.

ASP_Volume2 #37082
DM CHM Decompiler

Hi this is a small add-on I made for windows to allow you to decompile CHM HTML Help files anyway Please vote for this code if you like it PS please see the readme html file so instructions on how to us this code. I have also included a small help file that tells you more about this project.

ASP_Volume2 #37093
Delete a picture from a form or picbox in IDE

OK. I realize that probably everyone in the world but me knew this. I figured maybe theres 1 other person who never figured it out either, and may find it a time saver.

ASP_Volume2 #37100
Playing with PC speaker using VB & Assembly

There is a API function in WinNT based systems - BeepAPI function. You can create sounds of any frequency and for duration by using that function. But the BeepAPI function in Win98 is very limited. It can't do it. So, I made this class in assembly that can do the same work in Win98 also. I haven't tested this code in other machines. But it should work. Please, report to me if it doesn't work. Comments and votes are welcome.

Languages
Top Categories
Global Discovery