Results for "Volume: ASP_Volume2"
Just unscramble the pictures. Also, You are able to import new images. And if the images are to large to display on screen, a prompt to scale the images is offered.
Ez ASP Editor is an ongoing project of mine. I started it because i had no ASP editor... plenty of HTML editors out there, none of these. It is a text-editor with a Code Snippet Loader. View the ScreenShot to see. It just makes life easier for ASP programmers, the Snippet loader will let you load snippets from a directory, codes within this directory are normally "frequently used" codes, that you don't feel like retyping. it has a graphical toolbar with all handwritten functions in VB of course! No API
It can make an archive from any files (without compression) and can extract them. It can open an archive and show the contents. Also it can split an archive and it can show the contents of a splitted archive. It has got an internal viewer. Faster then CYBER-CRYPT!
Have you ever seen Stereograms? ("Magic Eye"?). Have you ever seen Ascii Art? This is a FUSION! You can draw your simple model and it create a stereogram. Undo - Redo function include. Code commented! If you can't see stereogram go here: http://www.vision3d.com/3views.html !!! UPDATE: I've added the style window to customize your stereograms. You can color it also using a tile picture. (I also make the window resizable!)
This is my own personal version of microsoft word, using a rich testbox. It teaches u how to cut, copy, paste, undo, redo, search, increase\decrease indents, change allignment, and much, much more. also uses commondialogbox and has the code to keep the search form on top. PLEASE VOTE.
Ever wanted the ability to run a 'smart' search, ie, with full and's, or's, not's, xor's, brackets (even nested brackets), and "". Basically like a search engine? This is the vb code to do it for you. An example expression would be: animals and ((cats or feline) or (dogs or canine)) and "is cuddly" Very usefull and very easy to implement
This is a little demonstration how to start developing a Desktop game. If you have a lot of experience in this topic, you shouldn't take a look at it. It is for beginners only. The code shows a roboter who walked on the Taskbar. With the SPACE key it fires a bullet. If you want to leave the game or change some options of it, just press with the right mouse button on the roboter. Sorry for my bad English!
Q-Bert II is the totally new and improved version of Q-Bert. For those of you who don't know what Q-Bert is, it's a (2D) figure jumping around on cubes until he has jumped on all of them, ending the level. At least, that's what my version of the game is :) Now, Q-Bert II has many new features over my first Q-Bert game, including: -Ability to save high scores & games! -Up to 999 levels total! -More baddies! -Doors and keys! -Walls! -Guns, so Q-Bert isn't defensless! -Level Editor! -Transporters to transport Q-Bert to the next level! -Much more... Make sure you check out the level editor, too; with it, you can easily make new levels. If you have any you think are good and you want them released, send them to me (you will get full credit for the levels, of course). Included in the zip file are twenty levels, ranging from very, very easy (the first ten or so) to extremely hard. So if the first few levels are boring, just bear with the game for a while. ;) Or, you could just hack a save game. The full source code is included, everything commented to the best of my abilities. Documentation is also included, as well as some tips on how to complete some of the later, harder levels. Some features that one might be interested in, as a programmer, -Saving/Loading files (+ common dialog interaction) -Keyboard interaction -Basic pathfinding (AI) algorithms -Much, much more.. but check out the source code for yourself :) For more levels and updates on Q-Bert II, see the Damadros Web-site http://www.damadros.cjb.net
This article uses the SHGetFolderPath API to find the Application Data Folder In "C:\Documents and Settings\UserName\Application Data\" so you can save program data files and allow limited users in windows xp to use you program easier.
An all new version of Green Effect, a RPG set in the distant past. I have been working on this update for around 6 months, which can be seen by the size of the code(2500+ lines). Includes a map editor, Tile editor and other tools. The Readme file contains the controls and how to edit and update the map.
This application shows how we can make use of multiple agents interact with each other simultaneously. This code can have numerous end uses especially in the field of presentations & advertisements where issues can be focussed and delivered through animated characters to the public. Although I have designed the entire code by myself however, I have taken help from various MS Agent codes available on the PSC and fianally come out with this one since, I could not find any code which so explicitly displayed the use of multiple agents. Please read the accompanied Readme First.txt file before using this application. Please vote.
This application allows you to proof read any MS Office Word document (supported till MS Word 2000) or from the clipboard. It allows the user to choose an assistant/character from a library of 15 characters & including an animated mouth to read the selected document/text. The program remembers the last MS Agent character used by the user and automatically loads it when opening the application. It also remembers the shape of the mouth which can been configured by the user. This application also shows how to hide or display the balloon and/or size the text in it when the MS Agent reads the document/text. In addition to the use of MS Agents, this program also shows the use of VBA to communicate with MS Word documents. Please read the accompanied Readme First.txt file before using this application. Please vote
2D Anti-Alias Engine *UPDATE* (Line,Arc,Circle,Ellipse,Polygon). Pure Vb (NO dependencies). Unlike most other engines this draws smooth objects without the jaggies. Superior quality of antialiased lines is achieved by adding a blended line to both sides of the original. 3D clock hands made with 2D rotating polygons and triangular gradient fills to simulate lighting/shading. All wrapped up in a simple to use class.
**UPDATED - I cut down on the code some and changed the layout - Doesnt crash AIM!** This nifty little (beta) program called SINfo updates your AIM (AOL Instant Messenger) profile with the current song playing in Winamp. Side affects include rapid seizures and persistent yawn in rare cases... Just to warn ya, it is a little buggy... Thats why its in beta, it does have bugs. Oh, and it doesn't work with the new Winamp 3.0 (what does!?) READ THE README! -Peace
You want to make a registration routine in your application? No problem with this example code. It contains a form where you have to enter a valid registration key and a generator to make valid keys for the registration form.
This New version of NemoX is faster than ever Now NemoX can load and render Quake3 Level with textures,lightmaps . Only the visible surfaces are rendered with an optimized quake 3 BSP culling and frustum culling test.. Quake 2 models are also supported with fluid animation thanks to accurate linear keyframe interpolation... One more time 700ko zipfile could not be uploaded so download it at http://perso.wanadoo.fr/malakoff/NemoBSPdemo.zip THE FULL SOURCE CODE IS INCLUDED.. Feedbacks are welcomed
Mixer API demo. A clone of the Windows Mixer(sndvol32.exe). Volume/Balance/Mute controls fully responsive to external changes via callbacks from winmm.dll. The Mixer API causes problems for VB coders everywhere. The tangled web Microsoft created turns what should be simple into a nightmare. In this demo I try to untangle some of this mess by cloning the Windows Mixer(sndvol32.exe) as an example of how to write your own Volume/Balance/Mute controls. As an App it's pretty useless as sndvol32.exe exists on all Windows platforms, but for all those Audio/MP3 coders out there, it should make life a little easier. Update: As requested an "Administrator" version(Included as a separate zip) Added: 1. The ability to lock Volume,Balance and Mute for each control 2. Save settings as presets 3. Run hidden - simple code - not 100% hidden, but good enough to keep the average user out. The save settings demonstrates writing settings to a binary file, something not often seen here on PSC. What it will do: If a control is locked, not even sndvol32.exe can make changes. The given control cannot be altered. Security is low - I'll leave it up to you to bump up the security level. What it wont do: If a 3rd party App communicates directly with the soundcard(WinAmp for example) it can effect changes. Screenshot shows "Administrator" version
Finally: CAP lets you create and compile "true" console applications with VB6. "True" as in: Not those cheesy things that open up a new console window! Instead, a console app made with CAP will run in a DOS console (or a cmd.exe session). See the included demo project (a "port" of the UNIX uname command). Did I mention that the included bas module supports STDIO and debugging in the VB IDE, with a console? There is also a short .txt file elaborating some more on the topic, too. Please vote if you find this useful, thank you!
Lets you easily convert bin/dec/hex/oct to any other base by clicking on an item in the listbox. This will highlight the values in the other listboxes.
This is an update to a previous submission, with many more features (thanks to your feedback). here goes: Disk Pro is an MP3 Indexing program. If you have lots of CD's that contain MP3 files, and you need a quick way to see what CD has what song, this program is a great start! It allows you to rapidly index CD's (insert one by one), storing all file and volume information, ID tag info, and misc info like bit rate, length, etc, into a data file. You can then easily perform searches on one or more fields to locate the song(s) at a later time. Also, you can build custom lists by performing multiple searches, then manually adding/deleting entires. I also added some extra GUI features, such as: Time intensive tasks all use a progress bar with a Cancel function, inclusion of a translucent, detachable, dockable toolbar, html template reports (for easy modification), sortable listview with sizable columns that remember their size next time you do a search, interface configuration page, and 99% persistent interface (it remembers everything so next time you start app, it will be the way you left it). Keywords used for searches are also maintained. The Export-To-HTML uses template files, so you can easily modify the files to format the HTML output the way you choose. Also, you can PLAY the MP3 files right from within Disk Pro (simply right-click on a song and select PLAY. Disk Pro will prompt you for the CD). This is an update to last months post, with many added functions, and alot of bug fixes and interface enhancements. It should be a good start for a great indexing program.