Results for "Volume: C_Volume2"
A basic instant messenger, used for private messaging. It can up to 30 user's, or more. Of course would have to edit coding, the coding is about as easy as your grandma on a tuesday :).Good for beginner's to learn, multiple winsock connections. Host runs the server, and walla walla bing bang!. Check out the screen shot, and check it out. I think it's the best by far on pscode. The Richtextbox color's, splitting data, ignore function, chat, private messaging, the works. Vote for me.
This plays wav files from inside the app it doesnt extact them or anything just plays it only 30 lines. vote
a simple engine for making transtition effects on slide show using some photos with no ocxs, only using the getdibits and setdibits, and simply you can add you own effects by adding it's code to know more about this, please read: Read This First.txt and vote
Thanks to James Crowley of Developer Fusion and to Thomas Jung of planet-source, I was able to come up with a very useful program. To show my appreciation to people who shares their stuff I decided to upload my program I made. This short sample will enable user to drag and drop Items from treeview, listview and explorer to a Treeview object.
Exit windows using ExitWindowsEx API. This code will let you shutdown, reboot, log off and power off your from Windows 95/98/ME/NT/2000/XP. Easy as it sounds, please vote if you like the app.
This isn't anything special, so I expect alot of flames, and very low votes (please DO NOT vote unless you feel compelled to do so). It's just something that my employer started working on a couple years ago and never bothered to finish. Searches PSC using keyword or author ID, autologin etc etc. I know the code isn't very high standard, but thats cause I haven't bothered sorting it out (my employer had just started in VB around 2 weeks prior to building this). This isn't much use for those whom consider themselves advanced as they probably already know all of this, may be of some use to beginners, thats about it. ---WITH THANKS TO MIN THANT SIN for sorting out the progress bar problem, much appreciated ;o)
very very basic notepad for vb beginners...updated the coding and add some new things..sorry about the gui it suks but this is for learning exp.
This piece of code loops through the controls on a form and sends the contents to the default printer in a layout similar to the screen. Therefore your forms contents are printed in the same positions as they are on screen. I use this to print out a simple record report on the db application I am working on. Works with labels, text boxes and list boxes etc.
This simple 10 lines of code (including 1 API call) will return the FULL application path INCLUDING the application extension. Very easy to use. Tired of using App.path & "\" & app.exename & ".exe" when you dont know for sure that your extention will be .exe? This will return it all. Votes are welcome
It's a hacking game. You must find commands and hack Neos Computer to help Ghost (Matrix).
A code to slice and dice the "Color Cube" in various ways. Select any color on the screen and get the RGB, HSL, color value and HEX value.
In office xp , the ComboBox control highlight when mouse move over it , and lose highlight color when mouse leave , but if combo had focus , it will not lose it's highlight color .. the same idea in the FrameEx control , hilight when mouse move on it or one of it's contained controls , and still highlighting if one of it's controls had focus .. PLEASE SEE IT AND VOTE FORM ME ..
This module Creates Owner Drawn Menus for VB that provide MSAA information to be used with screen readers and speech synthesizers.
crates 3 teams of AI that fight each other to evolve,very cool,lower gfx mode for slower pc's. code is straigth forward and fairly flexible. click form for menu.also a bmp loader /w sprites. just try it, leme know if u like it. thx
Simple aim bot using SeVOsCar
Well its been awhile since i released "Convert Your VB code to color coded HTML" on 10/13/2002, and I never actually started listening to peoples feedback untill today while i was browsing threw my 30 some submissions... Since people sayed i should add this, you can now finnally few the source code :) Please rate and enjoy ;)
Ever used the McAfee.com security center? Well if you have then you know when there is a new virus definition out it shows it in a popup window. This example is like that, kinda... It uses Inet to connect to your webserver and download the latest version release, and if its different from the version of the program then it shows the window that you see in the screenshot. And dont work I put instructions on how to do the whole server and Inet thing :)
This program demonstrates how to minimize an application to system tray while it keep running. Show System Tray Icon when Application is minimized and No Icon when App in Max mode. Just similar to Yahoo Messenger functionality. Good for Complete App developers........
Biorhythm V3.5 (may be the last version )comes with a LANGUAGE plugin system. I HAVE MADE THE PUGLINS FOR GERMAN FRENCH ITALIAN AND SPANISH. BUT IF U WANT U CAN MAKE UR OWN PUGLIN THAT IS AN EASY TASK.Like the previous version It produces 10 types of biorhythmic cycles which are NAMELY Emotional Physical Intellectual Passion Mastery Wisdom Aesthetic Intutive Self-Awareness and Spiritual. I have added HELP WHICH ACTUALLY GUIDES U THROUGH A PROCESS !!CHECK IT OUT ITS COOL !!. Also the interface has been changed, I HAVE PUT A METALIC SKIN. CREDITS: i would like to thank FOR TRANSLATION PREGUILI FOR ITALIAN, CV FOR SPANISH and THE TRANSLATOR BOTS ON THE INTERNET FOR GERMAN FRENCH AND PARTS OF SPANISH. THE BOT TANSLATIONS ARE NOT PERFECT SO PLEASE EXCUSE ME FOR THAT IF U KNOW ONE OF THESE LANGUAGES THEN PLEASE SEND ME THE CORRECT TRANSLATIONS. I COULD NOT UPLOAD THE SKIN FILE BECAUSE IT WAS NOT ALLOWING ME TO DO SO.. SO PLEASE DOWNLOAD THE FILE FROM http://www.geocities.com/anshukk/ .DO GIVE UR COMMENTS AND SUGGESTIONS.
[v 1.01] This is a control that provide selection one of more options. It's builded from standard option button control but instead of true/false it returns an index of selected option. It's usefull when you need many options controls.