Results for "Volume: ASP_Volume2"
This app talks what you type, if you have the supported text to speech support:)
NEW Version 3.0! COMPILED SETUP AVAILABLE, SEE BELOW FOR INFO. NEW FEATURES AND CREDITS BELOW. Do you have so many programs running at once that you go crazy trying to keep at least a little organized? Do you want to be able to manage multiple desktops like you can on Linux/Gnome-based interfaces? VirtualDesktop is the exact answer to this problem. This simple yet powerful utility will alow you to have up to 10 'virtual' desktops running on your system. It does this by scanning for valid windows (ignores tasks) and manages them with API calls. This code is well commented and not very large. I hope you like the utility and please comment to help me improve it. Please vote. Thanks. NEW FEATURES FOR VERSION 2.0: - Instant access for each desktop with new Hotkeys (CONTROL + F1, CONTROL + F2, etc.); - Popup menu now checks the current desktop for better organization; - Tray icon signifies the current desktop number; - The program 'remembers' background settings for each of your 10 desktops; NEW FEATURES FOR VERSION 3.0: - User can Add and Remove Desktops; - Expanded program to allow up to 1024 desktops; - Improved tray popup menu; - Mouse over tray icon reveals current desktop; - Customizable hotkey configuration with the new VirtualDesktop Settings window; - Menus now as arrays which allow for easier coding (Thanks to Bob Shull); THANKS AND CREDITS go out to Bob Shull for his menu array coding, Clint LaFever for his suggestions and ideas, and to everyone who has commentes and contributed. If you want to help out and contribute to this ongoing project, check the top of the code in frmSettings for email information. COMPILED SETUP AVAILABLE: I created a setup program with the compiled version 3.0 in it. Its available for download at: http://www.amoebasolutions.com/software/setup.exe Thanks for all your votes and comments.
X3D is a 3D Engine written in pure VB code. It uses GDI32 to draw 2D Polygons, but all the 3D Rendering code is in VB. Special thanks to Nick Levar. I don't know him but I got the code to rotate an object from his book: Animation Magic. The rest is mine. X3D is well commented and uses Z-Buffering, 3D Rendering, and a simple form of shading.
Thank you for viewing my first addition to the PSCode Community. Please Email me if you have any questions in regards to my submission. Also, critique not criticize. This date calculation project is rather simplistic in design but utilizes Numeric Validation and Overflow Circumvention. Project Description: The purpose of this project is to take a numeric value; add it to the current date, thus receiving your new date. Example: Numeric Variable: 4 Current Date: 06/14/2002 New Date: 06/18/2002
Custom Tooltips
Program that locks the mouse to a form until you enter the correct password. It even tells you how many incorrect password attempts have been made. Also has a random password generater! Enjoy and please vote!
Our programs spend a lot of time in loops, and unfortunately loose a lot of their performance in them as well.
Just a simple Notepad style program that has a few extra features. Dont give any credit cause it really sux as a competitor:) Just added it to help u make your own program and i think it will REALLY help you
This is a common window's picture file formats viewer using streatchblt. It have zoomin/out, stretch, exact size and built-in slide. Also simple file management such as copy, rename and delete. Actually I wrote this project in attempt to compare the advantage of Stretchblt vs paintpicture and I thought it maybe useful to you. Feedback, comment, critics, idea are welcome.
This code can be made to take a certain chunk of your choice from a file. Mainly for making resumable downloads etc, or working on a patch for a program... I made this cos im working on a file sharing program that downloads from multiple sources. SERVERAL UPDATES HAVE TAKEN PLACE (thanks to guys who posted comments improving the code)
Displays an accurate waveform synched with audio, in a scrolling window. I wanted to be able to display a waveform which looked like those in the majority of sound editors (Cool Edit by preference), and this does the job. The waveform moves across the screen in time with the audio and you're able to scroll along the whole length of the waveform. The waveform is 'reasonably' accurate - it would take too long to scan in a multi-meg file and check every byte, so a compromise is used. I don't think the quality of the display suffers at all. This code is part of a bigger project which will not be open-source. Having used a lot of ideas from other coders I thought it only fair to share this much. Limitations: it's only for 44100, 16-bit stereo waveforms, but you should be able to adapt it to 8-bit and other sample rates, etc. I only needed it to play one type of waveform, sorry! Enjoy!
Automatically Create 3D Mesh Objects VB CAD now supports DXF Import and 3DX Output (for use in your OWN DirectX application) as well as the following functions: DeLaunay Triangulation, Line, Chain, Polyline, Spline, 3-Point Arc, Arc, Circle, Open Ellipse, Ellipse, Grid, Snap To Endpoints, Snap To MidPoints, Snap To Intersection Points, Snap To Edit Points, Snap To Grid, Zoom In, Zoom Out, Zoom Window, Pan. If you have ever had a need to create complex mesh objects for a 3D project - or just for fun, then this is the program to use. Just draw your closed geometry, set the fill-point (mesh center) and it will automatically triangulate your object for you using the DeLaunay trianulation method. If you have more than one object, then individually select and triagulate each object (remembering to re-set the mesh center (fill point) for each object. Then you can save the object as a ".X" file for use in other programs. I hope that you enjoy and benefit from this project, and please take a minute to vote for me. Thanks! Code is here on PSC: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=35722&lngWId=1
Display a PopUpMessage, like MSN message.
LOOK AT THE SCREENSHOT. This shows a neat pattern of two faded circles mixing together. You can choose any color of which you want, does not have to be red.
This code allows you to get data and store data to a dynamic array using a ID. To get the data you just call GetArrItem("ID OF THE ITEM HERE") to put an item into the array all you do is: AddArrItem("ID", data) .. to remove one just call RemoveArrItem("ID") .. This makes it easy to handle data in arrays at runtime. ID can be anything you want it to be, so can the data! .. even arrays. The example shows you how to store strings and arrays inside of the dynamic array and also get thier information by using the ID. Vote for me with what ever rating you please, but vote even if you dont like it. please give me some feedback as well. -Kyle LaDuke
Using a textbox with z-order to overlay images on text.
This is just a simple Active-X control that allows you to create those neat double lines! This is nothing really special and you could do the same thing with the lines in VB, but, I'm lazy! If you like the code please vote.
This code allows you to stretch a picture without losing it's aspect ratio of Height/Width.
This is the Visual Basic Version of Sorry. It has a test mode feature for debugging purposes. You can play up to 4 players. The next version may have computer play and network/internet play as well.
i submited this code to help beginers and show them how to use loops and other functions to build a game