Results for "Volume: 3_2004-2005"
IP to Serial port Pass-Through Server Update 22-MAR-2005 This project takes TCP and UDP messages from other applications and routes them to the proper serial port to control serial devices (ex. Telephone systems, IP Routers console port etc.) or other device on a PC COM Port from a remote site. Communication can be one way (App --> COM Port) via UDP packets, or Communication can be two way (App COM Port) via a TCP connection. App can support up to four connections to four serial ports. App also starts in the SysTray so it's out of the way and a double click brings it onto the desk top. App has a monitor feature, look at the packets in Raw Text, Verbose Text and HEX values. TCP connections release the serial port when there is no connection In UDP mode, serial port is always active. Application has been tested on Win2000 Pro and XP Pro. Serial applications tested have been … Connection to Comdial Telephone Systems (DXP, DPX Plus, FXS, FXT, FXII) using the programming software (VMMI). Unix box via a Procomm Plus Telnet connection with terminal negotiate off. Kenwood TS870 Amateur Radio serial control Netopia 5000 router console port using Procomm Plus as above. Comments welcome
This code will simulate an Ant Colony. This is a bit of fun and not something to be taken seriously. There are no comments and may be scruffy in places. Perhaps someone out there would like to make a screen saver of it.
Plays Mp3's, cda, and wav, and more if needed, just a simple player, nothing special. Custom Highlight in playlist, nice progress bar, drag and snap, and more. Can't remove from playlist yet, and there are a few bugs, i am working on them. I will update with better options and more functions. Note: Some of the Code is not mine, i apoligize, i forgot the authors names
Syntax Highlighter with linenumbers. Also has the ability to load syntax and colors at runtime, which makes it great for multi-language code books. ## EDIT ## I managed to get the tabs to work nicely using Paul Caton's Keyboard Hook (http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=42918&lngWId=1) For the next version I am looking to have Undo/Redo capabilities.
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.
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)
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.
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.
I Used this Speedo meter to Visualize the Control panel cockpit in balanced scorecard software
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.
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.
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.
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 ..
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
A mutli-user tcp/ip winsock server that features a max user limit & broadcast function.
[ 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 ...
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).
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.
This is the next version of my Winsock tutorial for my friend, this time it includes a buffer upon request.
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.