Results for "Volume: ASP_Volume2"
A very popular game last century here in Europe, So I coded this with VB. You play against the computer. Difficulty is from 'soft' to 'very hard'. See screenshot. It did take a lot of math to calculate all different steps the computer has to take, but it works fine.
A talking program. Enter any text and the bot will (attempt) to speak your text. Now, the voice isn't exactly the greatest, but my kids love it! Enter the text and then click on his mouth (or the form) and listen to your bot talk!
Sooo Muchhhh to Learn... from this software... Sexy Special Effects, adding music in application, File Input/Output, APIs, Database Connectivity, Making Help Files, using Timers and much more... Guys i have worked very hard.... So dont forget to give excellent rating...;-) Dont forget to read ReadMe.txt for all details...
This will change your text in MSN just like you were typeing into an elite talker. Its easy to understand and is documented. Please vote and Leave your Comments!!. I will release another version with more features some time in the next coupple of weeks.
v2 ! Improved speed of A* and Dijkstra pathfinding !!! I love computer tile games (Heroes of Might & Magic, etc...) and have always brought interest to such game programming technics. The code example below presents fast bitblt through an array and onto a picturebox. This method is faster than usual loop through array. This method is usefull only for games that use LoadRessource, LoadPicture functions (or similar home-made ressource loading) since it loads each picture once. The other example is plain pathfinding. It figures out fastest way to go from one point to another according to terrain difficulties. It implements two famous methods : Dijkstra & A* (a star). Please send me any interesting paths so I can add them to the zip. If you know how to improve this pathfinding, please email me, I'll be very happy to recieve usefull feedback. The A* can still be deeply improved, if you wish more details, read the comments inside the code. Maybe making the thread priority temporarily to a higher level or even multi-threading could improve the speed. Vote for me if you like this code !
This projects demonstrates how you can detect Mouse Over and Exit events on a form using a class module.
A Lightweight mediaplayer wich main purpose is to play DivX (.avi) movies. It is made using API for everything except the sliders for seek and sound. It has all the normal functions such as: Play, Pause, Stop, Open, Seek. You can increase/Decrease the movie with 25 % up to 300 and down to 50 % of original size, Or play it fullscreen. You can seek to any point in the movie. You can increase/Decrease the volume from 0-100 %. All functions has hotkeys except seek and open. The hotkeys play, pause, stop, increase/decrease volume even work in fullscreen mode. I managed to make this player due to that I got a piece here and there from you all here on PSC, and I also got great help from www.allapi.net. Thanks to all. Help me grow as a developer and come with feedback, bugreports and so on...
Bug fix and some stuff added. This is a basic Anonymous Mailer. Sends e-mails using a fake e-mail address. Feilds include From, To, Subject and Body. Also sends feilds:"Content-Type","X-Mailer" and "Importance". Switch the HELO address to 127.0.0.1 or your own IP. And this comes with 373 SMTP Servers, I think they work but I dont have time to test them all. So if your dont have anyother reason to download this you can take the SMTP Servers for your own programs.
This simple code uses the API's Getpixel method to get the color that your mouse is over in a picture box. The picture in the picbox is a color pallete. Very simple. If you like, please vote ;)
FIXED ERROR: Encryption.bas Wow! This is Amazing! This Advanced Registration Program allows you to put a 14 day trial (you can change that) on your Programs! Awsome Encryption and very good hacker proof technology. Comes with a Key gen to generate Registration keys. It also can be used on Windows XP! Check it Out! NO OCX'S!! PURE VB CODE!!! Please Give me feedback! I have worked very hard on this! And PLEASE VOTE!!!! Enjoy! This is an update to an earlier version of Cool Registration!
This program will generate a ASP guestbook Ready-For-Use. This project is about 50% done and 100% working, just give it a try. For example of generated guestbook, go to http://www.tvirusonline.be Projects Section 2. (1 Good thing: Unlimited Fields Support Using Small Script)
This will take a list of waves (RIFF format most popular by microsoft) and properly merge them with a new header on the output file. I have submitted file mergers in the past and people complained on how it didn't work with wave file types since they have headers that tell it how to be played so this is the reason i wrote this project. If someone out there can merge a couple with different sampling rates or bitspersample and send some feedback on what the end result is then that would be appriciated, i havn't had time to test this out fully, it just works as far as i can tell with the wave riff format. Email me at [email protected] for any questions that you have since i didn't comment much on this since its a simple method i thought. Good luck tell me what you think and please don't forget to vote if you like it.
Adds the text to a textbox, checking for length overflow. First, it checks, and if the textbox exceeds 15,000 characters, it strips out all but the last 2000 characters to make room for the new text. It doesn't break in the middle of lines - it only deletes 'whole lines.' Then it adds the text to the end, using the color you specified (if any), and scrolls to the end of the textbox. I use it all the time, got tired of cutting/pasting out of old projects, thought I'd put it here on PSC.
Please check this code out, it shows many usefull things that every programmer should know such as system tray, emulating headers, parsing data, random stuff, and alot more! if you learn anything from this at least let it be form design I can't tell you how many apps die because they just look ugly... if you like this code please vote and comment. l8.
Hello! Well friday night, I rewrote a thing I did in Pascal years ago, i.e. a numeric LED display. Have a look to the screenshot to see what I mean. I know, the display doesn't seem to clear, but that is because I made too big sprites! Stand up and watch from some distance, it looks better :) And the contrast between on and off LEDs is too low. You can change the sprites (in colour of course, but also in size) and adapt easily this code in whichever program. You can use different LEDs sets, choose LEDs size, number of digits, where to display... It is flexible and piece of cake to port. Finally, this sample do NOT use PictureBox or ImageBox at all, but sprites and APIs. Unlike my Tetris, no backbuffering is used (no point here). So you can use that without using one single control! Cool huh? Cheers, I hope you'll enjoy enjoy :)
Hello again :) Well saturday, after the numeric LED display, I thought about adding something to the Numeric LED Display I wrote. So here is the alphanumeric LED display. Have a look to the screenshot to see what this one does. Again, you can change the sprites (in colour of course, but also in size) and adapt easily this code in whichever program. You can use different LEDs sets, choose LEDs size, number of digits, where to display... It is flexible and piece of cake to port. Finally, this sample do NOT use PictureBox or ImageBox at all, but sprites and APIs. Unlike my Tetris, no backbuffering is used (no point here). So you can use that without using one single control! Cool huh? Cheers, I hope you'll enjoy enjoy :) Oh, I added a simple scrolling option to display scrolling texts like "Thank you for travelling with Cricri Airlines", whatever :) And also, I only coded the LEDs for capital letters and numbers. If you want to port the whole ASCII table, please go ahead and send me your code :)
This article will show you how to play almost any type of multimedia file using the Window API only. It will show you how to manipulate a variety of commands that in turn will allow you to create professional standard applications.
Installs a system wide hotkey which triggers the HotkeyPressed event whenever the chosen hotkey combination is pressed - regardless of whether your application has the focus or not. Release 1.0.5 allows the hotkey to be changed at runtime and also to be enabled/disabled.
The only change to the familiar cool menu series is now it works with Windows XP for those who upgraded to XP and the images used not to show up..
Hate doing math on dates? Well this code is for you! This class will do all of the math for you. I use to add those heavy calander controls to my projects just so I could use their fancy nextday, nextweek, and nextyear functions. So I decided to write a class that does all that and more. It has NextDay, NextWeek, NextMonth, NextYear, PreviousDay, PreviousWeek, PreviousMonth, PreviousYear and More! You can add increments of days, weeks or years by using the add and subtract functions. Lots and lots of comments and easy to use. Try it and let me know if it helps.