Advertisement

Results for "Volume: 5_2007-2008"

5_2007-2008 #187197
DjGee - simple dj program

quad mp3s in pure mci, quad-fader, simple mixer, speed adjustment, !scratching!...nothing too hard...VOTE plz. and i'd like to thank everyone that submits to planet-source-code.com, without you i wouldnt have been able to do this. This is a work in progress, so if you make revisions to my code, besides skinning it, then tell me what you did.

5_2007-2008 #180059
MessMe

This is a small community instant messenger, I know there is sooooo many of them on psc but... this one is a bit different... it’s Server/client based with an multi-connection ability that allows up to two hundred peers to be connected to the server! (I downloaded the server/client from psc but forgot who made it... so if anyone recognizes the code... just let me know and ill give u some creeds in the code) It has animated smiles like yahoo and a login form that is controlled by the server... And it looks so sweeeet to =D (vote/comment)

5_2007-2008 #186815
Sort Demo

SortDemo was taken Microsoft Bascom 7 PDS sample code and turned into a VB class module. It contains the following Sorts with explanation of each: Bubble, Exchange, Heap, Insertion, Quick, and Shell. The sorts are really fast but updating the listbox with the sorted results is very slow. The demo will display the amount of time (in seconds) that each sort takes. Hope this is helpful to everyone.

5_2007-2008 #186704
PicGrab 1.0 - Download all linked images off a web page!

This program uses MSINET (next version uses winsock ocx) to get the source for a webpage, and parses the code for links, and puts all the image links in a list. You can download files individually, or save them all at once using a unique (fully customizable) naming system. I have got rid of most bugs. The GUI is very neat and SEXY :P. Features in next version: -Batch Downloads -Recurse HTML links (set depth) -Winsock Transfers -Help Enjoy my first Full Release Program i have submitted to PSC. Remember, vote if it is worthy of a vote.

5_2007-2008 #189829
Gauge Speedo Meter

I Used this Speedo meter to Visualize the Control panel cockpit in balanced scorecard software

5_2007-2008 #189787
XP Theme-It Manifest Resource Maker

Create a custom manifest for any executable you choose, and force the program to load the new XP style controls based on the current XP Style Theme installed. XP Theme-It can add any created manifest to a custom resource file, so it can be loaded to a VB project and compiled directly into the program's executable. Organize and maintain a list of all manifests created on your system so the visual theme can easily be restored if necessary. Also enables you to create a custom manifest by right-clicking any file from Windows Explorer. If you like this code, please vote for it at PSC.

5_2007-2008 #178350
A* Pathfinding

This is a very fast pathfinding algorithm that I will use for my RTS game. It's for hexagonal maps but it can be simply modified for isometric maps.

5_2007-2008 #189832
UK Postcode / Postal Code Format Validation Class *UPDATED*

If you are using a text box to input a UK postcode, the text box can be attached to this class, which will then ensure the text entered is UCase & conforms to a valid UK Postal Code format. I have add a new function to the class which enables Multimap Lookup. (Thanks to Jon Webb for that code.) Cheers also to Simon Woollard for pointing out the changes that were needed.

5_2007-2008 #189691
VB Project Explorer .. Must See It !!!!!!!!!!!!!

Hi All .. That's A Very Cool Program .. It Explores VB Files ( VBP , BAS , CLS , CTL , FRM ) and Get All Functions , Variables , Constans .etc In The File And View It With The Same Colors and Font Of VB Editor .. You Will Read It Exactly as You Read It In VB Project .. ( See Screen Shot ) .. This Program Is Useful If You Want To Read Function , Subs .etc In a File To Find Something In Huge Files .. Please Comment and Vote ..

5_2007-2008 #183516
Live Update

This program lets you download an updated version of your .exe programs or other parts of your software from the INTERNET or a Local FILE SERVER. I am using the WinInet.DLL to do the actual file transfers. Special thanks to Blake for inspiring this code. http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=13413&lngWId=1

5_2007-2008 #188949
Multi-User TCP/IP WinSock Server Example /w max user limit & broadcast function.

A mutli-user tcp/ip winsock server that features a max user limit & broadcast function.

5_2007-2008 #189331
CrossOver v2.1.0 - updated (28/sep/05) mp3,wma,wav player with fade in/out, skin, lang...

[ CrossOver ] - mp3/wma/wav player with fade in/out, skin, languages, list, Pc shutdown (after a given time if your Pc is ATX) ,repeat song/list, randomize list, search song (press j, like WinAmp), more downloadable skins and languages, aux list (this is new feature), elapsed time ,remaining time, total playlist time, on air track, coming track , and more ...

5_2007-2008 #188095
ListBoxHScroll class (update)

A utility class for adding/hiding the horizontal scroll bar in the ListBox control dynamically taking into account its font (using the IFont interface). The code uses the SendMessage API function to add a horizontal scroll bar dynamically to a list box using the LB_SETHORIZONTALEXTENT message. To precisely calculate the width of a new item, our class uses the DrawText API function with the DT_CALCRECT flag. Draw attention at the fact that our class works properly if you change the font of the listbox as you want. We use the IFont interface and its hFont property to retrieve the handle of the font used in the listbox. Our class can also calculate the minimum width of the list box when the horizontal scroll bar disappears (it takes into account the visibility of the vertical scroll bar in the listbox; it determines whether this scroll bar is present by retrieving the listbox style flags and testing these set of flags for WS_VSCROLL).

5_2007-2008 #178270
Banner popup for your applications

Would you like to attach popup banner to your application using Timer and Resource file. Good way to promote your application and the others software that you have developed.

5_2007-2008 #185301
Winsock Single Socket Tutorial With Buffer

This is the next version of my Winsock tutorial for my friend, this time it includes a buffer upon request.

5_2007-2008 #189505
WinCtrl 1.0 - Don't spend ages with Windows API calls - Replace long winded code with one command

Replaces long API Calls ( for windows functions) with simple commands. Don't spend ages with Windows API calls - Replace long winded code with one command.

5_2007-2008 #175820
Fullscreen, Realtime fire!!

Well, it has been a while since I posted anything on here. I finally rewrote some of the code to my previous fire examples and managed to increase the speed of the program by roughly 40-50%. This has allowed me to create a fullscreen effect WITHOUT using DirectX. I did use DirectX just to change the screen resolution, so you will need DirectX to run this. I really hope you enjoy this. Please read the README FIRST file before compiling. This should answer a lot of your questions. The program is currently set to run in 32-bit color, but you can change it to 16-bit if you have problems (constant at beginning of code). 16-bit runs faster. Also, please come back and vote or at least tell me what you think. If you let the fire run for a little while, it will look better. So don't just run it for a second and quit. I may eventually write this in DirectX which should be even faster than this. You need the .pal files in the same directory as the exe. (They hold the colors to use) If there is enough demand, I may release code that will generate these for you.

5_2007-2008 #187260
MATRIX Textbox

I made this textbox because I couldnt find another one that had a custom scrollbar on it... Please enjoy and rate!

5_2007-2008 #183106
Sound Amplitude Modulation

Visual Sound Amplitude Modulation. An example of determining amplitude whilst playing and processing a sound file buffer using and instance of DirectX 8's DirectSound8 class. Amplitude modulation is displayed by use of a Slider Active-X Control, and by displaying a sequence of images whose image reflects the current amplitutde of the sample being processed. This project was requested by PSCode user: Maxwolf. The 'Devil' character images are property of his company, when he requested the project he also transmitted these image files to me so that I could incorporate these images in the example. You may not re-use these images in you're own application without his written consent. If you wish to contact 'Maxwolf', you may do so via e-mail: [email protected]

5_2007-2008 #174318
A very useful visual guide to use databases - Part I

It is a great visual tutorial to learn about Databases in Visual Basic. This is the part I because i couldn't upload the zip file. Please download part II at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=44042&lngWId=1. This is not a simple tutorial, it have steps by step and with every step have a photoscreen to guide you With it you can learn: - How to link an Access database to VB - How to view the database in labels - How to create, delete and edit the differents register - How to make a filter (search engine) of strings, number and Dates - How to resolve common problems with DB - How to show the database in a sheet like Excel (Datagrid control) - How you can manipulate the DB with the Ado Control invisible - How to specify a format for a type of data like "$ 23.80" or "23/sep/2003" - and much more... Also have a very good example divided in VB in three parts: 1- View, add and edit DB 2- Find in DB 3- Non visible Ado Control with Datagrid control I recomend it for beginner or newbies in DB and also for that who want to make better

Languages
Top Categories
Global Discovery