Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #220995
Compute Pi...

...up to 10,000 digits and more.

7_2009-2012 #229499
Othello Version 3

This is Version 3 of Othello, this version has now the ability to show possible moves, has a larger grid and the AI has Been Improved A Lot!

7_2009-2012 #228859
Custom Message Box Class! v1.1 [ UPDATED ]

Creates a totally customizable MsgBox replacement which can have custom icons and buttons. Report any bugs or suggestions, and feel free to modify the code (just give me credit for the original). One thing I haven't gotten around to adding yet is the support for default buttons, so if you have to, you can add that. Also, in order to use this in the sample prog (any prog for that matter), you have to compile it into a DLL and reference in the project first. PSC doesn't allow precompiled DLLs, so you have to do it. [ UPDATED ] It now has full support for changing the colors of the buttons and messagebox, as well as their colors

7_2009-2012 #227624
DMA in VB

DMA, create DMA emulation In vb.

7_2009-2012 #228924
CUSS Word Filter OCX Plus Source

Word Filter OCX + Source..I made this for a chat program to watch and replace cuss words for ppl who choose to block them..Its Pretty EZ to understand. Dont forget to vote!!!

7_2009-2012 #226988
Basic FSO, Inet Example

This is to show basic FSO & Inet use, it is a registration program that will create a temp.dat file, upload it and change the name to registered.dat and then delete the temp.dat on the users pc. It is commented on almost every single line, it describes everything the coding is doing. Basically made for beginners but to give intermediate and even experienced users some ideas. Please Vote If You Find The Code Useful Or A Good Tutorial, Your Votes Are Much Appreciated.

7_2009-2012 #221130
WebStudio - Webeditor

Remember cEdit? Everyone just loved it, so if you loved cEdit.. You'll adore this ;o) WebStudio is an advanced kind of web-editor with support for: * Syntax highlightning, defined in syntax files * Microsoft Visual Basic like CodeTips and CodeList (Using CodeSense) * MDI interface * Welcome Screen - Helps you to start with the program fast.. * File Templates * Bookmarks (*Note* Does not work properly under NT systems) * Plugins - Code found on PSC * Powerful Find/Replace/Jump - As soon as I write it anyway ;oP * Nice Open/Save dialogs - Using code from former vbWeb/vbAccelerator (Developers Fusion) * Project-manager is planned * More.. This editor was inspired by all the good editors out there, UltraEdit, cEdit, EditPlus, Developers Pad, etc, etc.. Some code have been found on PSC (Sorry if I can't give you the proper credits..) This is not a cEdit ripoff or something, I've been working on this editor for a long time.. started -99 to be exact.. Never finished it thou.. Propably never will.. So, why am I posting this on PSC then? Easy, sharing!! And I also want to get some help with new ideas, better code, improvements and so on.. So if you find anything that you can do better and wants to share it with me, mail me at [email protected] and we'll discuss it.. Ehh, yeah, vote if you think it's worth it.. // Henrik Malmberg aka H3nk3 *Note* I'm using CodeSense in this project (Thanks Barry & Nathan), get it here: http://www.ticz.com/~nlewis/index.html?target=download Also using SSubTmr6.dll from vbAccelerator (Thanks Steve), get it here: http://www.vbaccelerator.com/ *End Note*

7_2009-2012 #223056
Dugeon3D

An example about how build a 3D Dugeon using DX7 Direct3DRM and X files. For other vb games and demos visit my web site: http://web.tiscali.it/fc_vbgames/index.html

7_2009-2012 #227250
calculate the EAN ( barcode) check digit

ever made a program capable of showing barcodes ? if you did than you`ve been there ,,, at the oficial EAN standards site,, than you would have seen how to calculate the check digit. they hold the standard they publish that standard also on their website ,,, http://www.ean-int.org/index800.html i never found code in VB that calculates the check digit ,, so my conclusion is that it was hold for comercial reassons ( there are lots of controls out there for a lot of monney :-) so i donate this M. Posseth code to the public and make it public domain ,,, uhmmm votes would be apreciated :-)

7_2009-2012 #227298
DX7 Texture Chill

Feeling stressed ? Watch the beautiful colors fly-by. :)P

7_2009-2012 #226794
VB6 Instant Messenger

An instant messenger similar to the style of AOL Instant Messenger. After going through this tutorial: http://www.vb-world.net/internet/winsock/index.html and coming across an ICQ Type instant messenger coded by Evan Sims (http://www.planetsourcecode.com/xq/ASP/txtCodeId.6520/lngWId.1/qx/vb/scripts/ShowCode.htm), I decided to build an AOL type instant messenger program in VB6. [INFO] Currently, there isn't a way for users to register a username/password, so If you want to test it out, you have to create a user in IMDB.mdb under the USERS table. After adding some users, you can test out the program by launching the server.exe and running 2 of the client.exe's. Enter the username/password, add the buddy to your buddy list, and start chatting :) If you want users over the internet to be able to use this program, change the RemoteHost IP address in Client.vbp to the IP where the server is running. [ERRORS] Currently, There are 2 known errors. 1. When adding a buddy to buddy list and you receive a message. 2. When deleting a buddy from buddy list and you receive a message. This is due to the fact that the popupbox is modal, I just haven't gotten around to fixing it. Also, Make sure you close your clients before you close your server, otherwise, you'll have to go in Manually and delete all entries from the ONLINE table. [DEFINITIONS and SPELLCHECK] I've always wanted a Instant Messenger that incorporated that! So I did it myself :) But, for it to work for you, you'll have to get the Definitions database, which is a hefty 37MB in size! Post a message here if you would like the database, I'll see what i can do. You should receive an error if you try to Define or Spellcheck a word without the database, duh! :P That should sum it up, I would appreciate your comments and suggestions, and post any questions you have as well. Thanks

7_2009-2012 #229260
Lossless Pic2HTML

I've noticed a lot of "Pic2HTML" programs lately that will turn an image file into an ASCII image of similar colors. While this is a good idea, I figured I'd spend an hour and code an algorithm that was lossless (IE: Final HTML picture is *EXACTLY* the same as the original image file). The algorithm is in the "Generate Code" button and even though it's fairly optimized, it still uses a lot of RAM and takes a while for large image files (it even has some "intelligence" to notice pixel clusters, but that didn't increase the speed: it only decreased the output size). Enjoy.

7_2009-2012 #229939
Squeeze

Removes extra spaces from given string. eg. Squeeze("^^too^^many^^^spaces^^")returns "too^many^spaces". NB.Read a carat ^ as a single space above. Planet Source code mangles multiple spaces in submitted text.

7_2009-2012 #228177
More Flexy MSFLEXGRID

Edit & Combo...v #2,FONT / CELL FIXED

7_2009-2012 #225089
Finicky Paint Final Version **Updated**

I have now fixed some bugs in it, you can now move the tool window's and the floodfill is fixed. A useful paint program for kids in all ages with all the tools you want from a paint program. You must download this code. And it´s almost totally free from bugs. Plz vote and make a comment.

7_2009-2012 #225198
Biggest common "mistake" in VB - update Jan 16

This is just an update to the nice piece of code submitted by VF-fCRO on 1/12/2002. I simply added some small features (elapsed time, a different way to loop, minor text edits, etc). Doesn't really change the purpose of the original, just adds a few touches to it. the original is at http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=30734&lngWId=1 I wouldn't really entitle VF-fCRO's submission a "mistake"; he/she actually submitted a demonstration of a better way to handle concatenating strings with a far faster technique, and it doesn't use and API calls or weird, esoteric methods.

7_2009-2012 #229928
XP Menu Control

This activeX control enables you to create those stylish flat menus first seen in Office XP, easy to use but still needs finnishing. PLEASE VOTE.

7_2009-2012 #227727
Weather.com Parser (working)

Retrieves weather page from Weather.com and parses the info (temp, feels like temp, humidity, and current conditions). Puts it all in a nice little form. Self explanatory, dont email me cause you wont get a response.

7_2009-2012 #228327
XRen, File Renaming Utility [UPDATED]

XRen is a MUST SEE (at least i believe so) this is a couple-of-years work, I hope you find it usefull. Features: Serial Rename,Change Case, Add-Remove,Replace,Rename HTML,MP3,creates UNDO batch or VBScript file,.... FIXED COUPLA SMALL BUT ANNOYING BUGS to download the UPDATED plz version go to: http://www.geocities.com/mdsy_2000/

7_2009-2012 #228405
Flash TrayIcon Control

Flash TrayIcon Control is an Active-X Control that alows you to easily build system tray enabled Application. Just drop this control on your form and customize the menu and other properties. Fully documented and with sample project, you'll learn easily how to use it. This time source code is included. Features: - system tray icon menu - 3 levels of submenus - menu items with icons - caption bar on main menu Even it's a clean code there are side efects... and one of them is that you are going to like this very much. :))) Please send me feedback when you use my code and if I'm not asking too much: VOTE FOR ME. For further updates check the control's home page(http://cyprix.topcities.com) System Requirements: - Windows 98/2000 - Windows NT(>4) Not tested on Windows Xp or Windows ME. Try it yourself and send me a comment. 10x

Languages
Top Categories
Global Discovery