Advertisement

Results for "Volume: ASP_Volume2"

ASP_Volume2 #37230
A Circle Progressbar

a little program showing a simple progressbar. you can selected the colors and the values. please vote!!

ASP_Volume2 #37231
Send mail with Attachments using Lotus Notes

apidude posted this last week, I've added the ability to send attachments as well and resubmitted it. Personally, I've been looking for some code like this for a long, long time... Thanks Apidude.... The idea application for this is to build a bulk email program/Access DB that allows bulk email to be sent with each one personalised or carrying information specific to an individual. ie. Sending out customer statements by email, etc...

ASP_Volume2 #37232
AlphaBlend Control

This control allows you to set the transparency level of the form that it resides on. I wrote this a good while back when I was learning how to create controls in VB. It uses the SetLayeredWindowAttributes API that is available in Windows 2000. I believe this will work on Windows XP also. I haven't tried it though. A small test application is included to show you how to use the control. It's really simple. If you like it, please rate it and I'll post more code. :)

ASP_Volume2 #39506
A Text Thing 2

Updated and new! I will put the code to change the font size and font but that will be in the 3rd one.

ASP_Volume2 #39507
Call Functions Pointers

-Call Win32 API, _stdcall & cDecl Dll´s without the Declare statement. -Call Function Pointers -Call ASM Code.(this can be crash...) -Only a small .Bas File.

ASP_Volume2 #39508
SIRDS (3D Stereogram)

This code will generate SIRDS (3D Stereografic images)

ASP_Volume2 #37233
Advanced Screen Capture Utility

Allows you to select areas of the screen to capture to image. Can load/save/print captured images, and paste into other Windows apps, like MSWord. Very handy tool for creating program documentation! This is an enhanced version of Real Redneck's "Screen Ripper" (Thanks Bob!). Update - cropping feature has been added!

ASP_Volume2 #37234
VB - IZZY

This game is played just like a jig-saw puzzle, but has an infinite number of solutions. In order for a tile to fit on the board, all of the colors on the tile must line up with any adjacent tiles on the board. After starting a game, select a tile from the 'tile-set' on the right hand of the form. Place the tile on the board by left clicking. Use the right mouse button to rotate the tile 90 degrees. You can swap tiles by clicking on an existing tile on the board. If you select a new tile from the tile-set before you place it on the board, then the previously selected tile will return to the tile-set. You may also right-click on a board-tile to return it to the tile-set. The game is over when you fill the board. There is *always* a possible solution. The exception being if you do not supply a big enough board for a given number of colors. The score is based on the number of colors used and the size of the board. Have fun!

ASP_Volume2 #37235
Work Flow Designer

Este Modulo tiene la finalidad de otorgarles una herramienta para definir y diseñar los flujos de proceso de forma grafica dentro de una empresa, dichos procesos pueden ser exportados a una base de datos para ser automatizados. El modulo aqui presentado esta en su fase experimental y requiere aun de muchos ajustes y depuracion de codigo, lo pongo a su disposicion a fin de que ustedes puedan mejorarlo y ponerlo a disposicion de todos.

ASP_Volume2 #37236
ListLookup (Autocomplete ComboBox Function)

By placing a reference to this module (single sub, no API) in a ComboBox_KeyPress event, the combobox will search the list for a match and offer an autocomplete. Options include allowing for a case-sensitive search and allowing the user to only select from items located in the list (like a Dropdown List) Backspace key and deleting of highlighted text is supported. Based on Mike Schaffer's IncrLookup [page 28 of the Visual Basic Source Code Library]. API Call was removed and replaced with a local function, boolean options added, backspace support added, documentation added. Extensive documentation included in module, including usage and line by line commenting (if PSC's parser puts in extra CR's, it's will get ugly) Developed and Tested in VB 6. Nothing complex, so it should work in any version, but not tested.

ASP_Volume2 #37237
HD44780 LCD Controller UPDATE

This code allows the controlling of a HD44780 LCD Module connected to your parallel port. Now supports Custom Characters!

ASP_Volume2 #37238
Spot (Virutal Pet) v2.0 (UPDATE)

a cool little virutal pet that makes noise and is animated.... you can also control what he does. hope you like and PLEASE VOTE AND COMMENT!!!!! [update 1] i made is so that the sleep button spot to sleep until you woke him up, also when you play with spot he loses food

ASP_Volume2 #37239
Menu Extractor

If your sick of typing in the same old menus over and over then try this out. Extracts menu data from VB Forms and Usercontrols and allows inserting these menus into other VB Forms/Usercontrols or saving as a template for later use. Whilst its a useful little programming tool in itself, it was written to demonstrate string parsing and filetype creation and association including, Explorer context menus.

ASP_Volume2 #37240
A++ Melt Screen

Pretty nice "melting" effect, by using BitBlt and GetDC. Nothing special, really. I have seen very simple effects win the contest, though. :) - 3/21 - The program now recovers the screen. - 3/22 - I have changed the code a bit. It now makes the screen more "liquid"-like. However, you can still achieve the old effect by manipulating intI and intJ. Please, vote for me. - Philip

ASP_Volume2 #37241
Circle Progressbar v2.0

basicly the same as the previous EXCEPT! it has a new 3D progressbar option. and yet again most or all properties of the progressbar are customizable. even the depth. PLEASE VOTE AND COMMENT(good/bad) !!!!!

ASP_Volume2 #37242
LISTVIEW - copy data from one list view to another.

ok, it might not be too useful but i needed it. basically it copies the contents of one listview on one form to another listview on another form.

ASP_Volume2 #37243
Sort Listview Columns Numerically

Tired of windows "numerical" listview sorting? 1 11 2 222 Well now you can sort your listview using true numerics! 1 2 11 222 An easy to use module, just one function to call on! Enjoy ;-) Feedback is appreciated!

ASP_Volume2 #37244
Shortcuts and Special Folders

An update to my previous submission. Create shortcuts without the VB6STKIT.DLL file. Also create special folders/files in My Computer, Desktop, or the Control Panel, which cannot be deleted or renamed. Also the screenshot has some messed up colors, dont ask me why, cause i have no idea...

ASP_Volume2 #37245
RegisterDll,Ocx etc on Right Click :)

This is very useful if you don't want to register each dll /ocx file using regsvr32 each time. Apart form this you can associate any file with any application using this and you will find the application if you right click over that file extension.Basically the same as my prev applications "Application on right click" but modified and prev are deleted.

ASP_Volume2 #37246
Render 3d

Produce true 3d rendered images in VB. It's true, very simple code to produce really stunning results (see the screenshots) works best on 256 * 256 greyscale .jpg's or .bmp's as used in DEM's (Data Elevation Models) renders images based on colour of pixels (white = highest, black = lowest), allows for depth of vision using a little bit of maths. You have the option to choose bitmaps, change the height ratio & render it. Nothing too fancy, ( took me an hour & a half) will work on improving it if I get a few globes :-) . Hope U like it.

Languages
Top Categories
Global Discovery