Advertisement

Results for "Volume: 6_2008-2009"

6_2008-2009 #195663
Complex Shapes

With this prog. you can design very complex shapes of any kind, and save them as figure or as bitmap. The pictures I create here are used by me in a very big graphical program. I thought it can do some good to graphics lovers. Enjoy !

6_2008-2009 #195664
Four-In-A-Row

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.

6_2008-2009 #202192
A talking Bot - Fuzbot

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!

6_2008-2009 #201157
Complete Quiz Software

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...

6_2008-2009 #203839
Elite Talker For MSN

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.

6_2008-2009 #206554
__v2 A* (A star) and Dijkstra game pathfinding for tile games

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 !

6_2008-2009 #198719
MouseOver/Exit Class

This projects demonstrates how you can detect Mouse Over and Exit events on a form using a class module.

6_2008-2009 #204565
API DivX Player

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...

6_2008-2009 #203813
Anonymous Mailer 1.3(UPDATE)

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.

6_2008-2009 #207080
Make a color picker in 3 lines of code

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 ;)

6_2008-2009 #203614
Cool Registration **NEW UPDATE**

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!

6_2008-2009 #206820
ASP Guestbook Generator Project

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)

6_2008-2009 #195025
Mike's Wave Merger

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.

6_2008-2009 #195767
Add Colored Text to RichTextbox

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.

6_2008-2009 #206119
LinkVantage v2 [emu]

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.

6_2008-2009 #204707
Using The MCI API

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.

6_2008-2009 #203066
Global Hotkey V1.0.5

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.

6_2008-2009 #206724
CoolMenu 1.3.2

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..

6_2008-2009 #198551
Date Class

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.

6_2008-2009 #207955
Pong Type Game..

This is a game of Pong, as part of my exercises, the code for moving the ball and paddles, was downloaded from this very site, but I`ve modified it and added a scoring system to the game, I also tried adding sound, but I was unsuccessful with the Path, but everything else, came out good... Although I still have a few more ideas for this game, prefect for a beginner, to learn a little code, Menu bars, Forms... Enjoy!

Languages
Top Categories
Global Discovery