Advertisement

Results for "Volume: ASP_Volume2"

ASP_Volume2 #31435
Wave Drawing Pad v0.1

Paint pad that plays your drawings. Draw a picture and hear the sound of your colors! It plays a tone based on your mouse x and y position and the color you choose. See screenshot.... It's a fun program I plan to develop but first I need comments about it to see if it really worths working on.

ASP_Volume2 #31436
Dont Hang Simley Face

Yet another hangman game, Smiley Face is at the end of his rope.

ASP_Volume2 #31437
particle stuffs

Generates real-time particles that are affected by gravity and their own energy. Play around with these options, as well as various colour effect including heat, fizzy and user-defined. Pretty fast too, considering it uses pset (Will use setpixel when I add extra elements such as bouncing) as well as auto redraw. Please leave comments/vote. You can change the source of the fountain-type effect by dragging the mouse. Very easy to understand code. Demonstrates Select Case, Option and Check boxes, pset and point and circle methods. (The color selector is not visible in the screenshot but has a useful "ring" feature that may be useful in a paint program. Also alows trails...

ASP_Volume2 #31438
Nine1One

This is a cool missile defense game.

ASP_Volume2 #31439
Picture Encryption

This will encrypt common text into a picture, 3 characters per pixel. You can save/open the picture and text. Works Great! Any suggestions would be greatly appreciated.

ASP_Volume2 #31440
Set a PictureBox (including text) as the cursor

This example allows you to set the contents of a picturebox as the Mouse Icon (cursor). It uses the ImageList's ExtractIcon method to extract an icon, then it is simply set to the main form's MouseIcon property. Very easy to understand, all lines are commented.

ASP_Volume2 #31441
RTF2HTML

This will convert Bold, Underline, Italic, and Bulleted RTF text into HTML.

ASP_Volume2 #31442
VB Language Pack Generator

UPDATED: 06/10/2002. The close bug corrected. VB Language Pack Generator is a Powerful and complete application for you to quickly generate language packs to your VB projects. You need to load a project, and translate your labels, menus, buttons, etc... It can load large captions or tooltips from the binary (.FRX) file of the form. The example, how to use the class module to load language packs is heavly commented. I am thinking in implement it and make it a profissional tool for VB programmers and make it shareware. Vote for me if you like it. Feel free for give me some help to implement it. Thanks!!

ASP_Volume2 #31443
Symbol Selector ActiveX

Symbol Selector OCX is a dropdown combobox to let user select a symbol from the popup window, just like selecting a color in MS Office Apps. It has been revised from another submission on PSC which was "Color Picker" By Abdul Gafoor.GK.

ASP_Volume2 #31444
Datafile Class

Reads/Writes data (Strings, Bytes & Longs) to an binary file. Very easy & quick to use. Strings can be any length, up to 255 characters and Longs are converted to 4 bytes before writing. There is an example form to help you get started. UPDATED: Increased speed & added support for fixed length strings.

ASP_Volume2 #31445
Better Line Wrap

Simple and fast Linewrap written with a bit of Vb standards. This one does same job as Sam Kopetzky one plus one feature: it can split lines in same length and if no space is found to split them, it will divide the word with a "-" char (lines will result 1 char longer than max you said!) The Sam Kopetzky code is compatible with all Vb versions, while this one is only for Vb6 - as it uses functions like Split and Join - but it may be easier to understand. If you want to take a look to Sam job, go here: [url]http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=35460&lngWId=1[/url]

ASP_Volume2 #31446
Three Tier Application

This is Quiz application and a perfect example of (3 tier application (VB-COM-ACCESS)).plus you will find TUTORIAL OF 3 TYRE APPLICATION,plus sorce of COM dll.Those who wnat to know about of 3 tier application must read this and remember please vote me . e mail : [email protected]

ASP_Volume2 #31447
EIM Version 1.00

EIM is a Complete Messanger Aplication (Server and Client Part), like MS Messanger or Yahoo Messanger. - With a Very Nice Look and Fell -. Some features include: Block Users, Chat with Multiples Users, Event betwen Users, Private Messages, Off-Line Messages, Multilingual Support, send Feelings :-), Etc. Probe it and send me your Comments.... Please if you Like or see this Product Usefull Vote for It ;-)... I'm Working aroung Include Voice Chat, File Tranfer and Skin Features (May be in Visual Studio .NET), if anyOne like to Join to this project Send me a Mail... (Anyone are Invite, and the programmer Skill that you Have is not the Important) Thank's - And I'Hope that you Enjoy It !... *** Don't Forget Vote for EIM !... *** PD1: BUG's - BUG's !, anything have BUG's please mail me if you Find One... PD2: Don't Vote Yet? ! -- Come on... Vote... PD3: Is not an Original CODE but, I'Think that is usefull to Learn VB (The Greatest Languaje in the Word)... PD4: The System have 2 Users user1 pwd: user1 and user2 pwd: user2 you cand ADD More from the Server Part... PD5: The Database is in Access 97 Format, but the system work with Access 2000 and 2002 Format, I'you Like can change the format with no problem... Bye !

ASP_Volume2 #31448
Hey, did you know? VERY Useful TIP

Hey everyone. A great TIP here! I don't know if this has been brought up before (did a search but found nothing) it may even be in VB books - but some of you may not know this... Did you know that (in the code) you can right-mouse click over a particular procedure, function, word, method, event, any declared variable, etc... Then choosing "DEFINITION" from the menu selection will jump you to where it was declared or the code for it?! See screen shot for example of this. Then after you get there, right-mouse click again and choose LAST POSITION to jump back where you came from? How useful is this? Coulden't remember how something was declared? Need to check the code real quick for a function? You have several modules/forms/classes in your code?, etc... Give it a try (similar to highlighting something and pressing F1 for help) This may be a simple trick and many of you may already know this. But for those of you that don't, please VOTE. I think it's worth it. Comments are welcome.

ASP_Volume2 #31449
Magic Strategy Game (3D DirectX)

Based on "Rubik's® Magic Strategy Game" sold by Matchbox™ about 15 years ago. Each player has tiles with a circle on one side, and a diamond on the other. Each player must place one of their own tiles as well as flip one of their opponents tiles over. The object is to get three like-tiles in a row that can NOT be flipped out of that run by your opponent. Play against the computer or play against a friend. You can also watch a DEMO of the game by letting the computer play itself! There are 6 levels of difficulty. The game requires DirectX7, and all objects are 3D and can be rotated on the screen. Easy to play and lots of fun. If you like it, and think it's worthy of a vote, then please do so. I would also appreciate any feedback and comments. -ENJOY!

ASP_Volume2 #31450
DisplaySettings

This little app enumerates your available display settings and shows the current display setting of your monitor. That means the xy-resolution, the colourdepth and the frequency. It also lets you change the current display setting and is able to call the controlpanel-dialog for display settings. Please make sure that your monitor suports the settings to be changed. The app ist developed in VB6 and tested under W2KSP2. The app is not commented, but I think it is selfexplained. Be aware of the fact, that changing the resolution could course a disarrangement of your desktop icons. Choosing a to small xy-resolution could course, that the Change-Display-Settings-Button is not visible and you can't restore the orignal resulotion. That's why I placed this button on top of the form. If you can't get your current resolution back, start windows in secure-mode (or 'saved mode' I do not know the English expression, in German 'Abgesicherter Modus') and restore your display settings.

ASP_Volume2 #31451
TreeViewEasy.zip

It's a treeview example that I created to help simplify this component. Everyone I found got in too deep for my skill level or was never completely finished. So, I created this. One form, one database. Easy.

ASP_Volume2 #31452
VB Subs/Functions Database

Automatically creates the Database of all VB Subs/Functions/Folders/Files on your computer

ASP_Volume2 #31453
A 2D Collision Detection Tutorial For Beginners (with demos)

This is a tutorial to help beginners understand 2D collision detection. Its not much, but if your a beginner you'll like it. Shows images and explains everything. Covers brute force and 2 bounding sphere examples. Enjoy! Please leave feedback.

ASP_Volume2 #31454
BeenFramed

Create Web Frame Pages, by writing the code to 46 different templates, and displays the necessary HTML code. It then gives you the option to save to frame.html or copy to the clipboard.

Languages
Top Categories
Global Discovery