Results for "Volume: 2_2002-2004"
This is an old game of Battleship that I loved to play as a kid. This version supports single and muli play over network or internet (winsock). It also includes a messanger. Have fun and please vote. Please fill free to post comments and and more importantly report bugs. I know that there is a bug when you select Network Client and don't have an IP. If you know how to fix it please let me know. Another thing is that you can not test multiplay without compiling it does not work for some reason, but when you compile you can run 2 games simultaniously and play with yourself if you want. If you can provide better animation for a miss or a better graphic for hit ship please send them to me. If any of the graphics I used are copyrighted let me know and I will take them off. Thank you.
This code is a simple program designed to "sniff" or sense your own IP address and host name and return it to you in a label. This program is so simple, the grunt of the application is only 2 lines of code! But after I added a few extra features, the code became 13 lines. This program allows you to copy your IP address and host name to the clipboard (whoopdy doo) and it tells you your IP and host name, but other than that it does nothing. Note: In order for this code to work, you will need Microsoft Winsock 6.0 (an OCX) Note: On the screen shot there is a blotched out part. I blotched this out using a paint program, because the screen shot would display my IP address and host name. This will not occur on your computer.
Class object that can be compiled or copied and pasted into your application that will dynamically create ODBC DSN's for you.
This is a Winamp clone (Updated 11/7/01) and it is very far from being finished but I thought that I should let everyone see my progress. Completely changed the playlist from being based around labels to being based around picture boxes (so I could use the keydown functions). Right now it only has a few features that Winamp has, and in the end I hope to have all the features Winamp has and some. It supports skins for Winamp, but only in folder form, and it has pretty much all the basic features needed to play MP3's. It can load and save M3U's.
Write on .bat files like AUTOEXEC.bat
Increments an integer by one
This is the best Tic-Tac-Toe game out there. With nice images and a score board.
*UPDATE 1.6* Added the AutoHide features that people have been requesting. The control now has 4 properties that are for the AutoHide feature: 1. AutoHide, Boolean This tells the bar to hide when the mouse is no longer over it. 2. AutoHideWait, Integer This tells the bar how long to wait before hiding (in case you accidentally move the mouse off of it, it wont immediately hide) It is in Milliseconds so 1000 = 1 second. 3. AutoHideAnimate, Boolean This tells the bar to "slide" off screen instead of just disappearing. 4. AutoHideAnimateFrames, Integer This is the # of frames to split the "Slide" effect into (more frames is slower, but smoother) I recommend 50 - 100 frames. From my testing it seems to be the best. *UPDATE 1.5* Fixed the icon drawing problems when comipled on windows 2000. Re-wrote a lot of code to optimize for speed, and to make the code easier to read/understand. Added a lot more and better comments. *UPDATE 1.4* Fixed the drawing on windows 2000/nt/95. Fixed the bar to work when used with a compiled exe. Fixed some drawing problems with the coolbar style. *UPDATE 1.3* Fixed one more windows 2000 bug. still having the compiled issue on win2k. Added a new style (now you can select the style property), Coolbar. *UPDATE 1.2* fixed the win2k bug. Now works perfectly in windows 2000. ADDED: Color settings, for every button state, and for the bar itself. Fixed many bugs (none left that I know of) Added the menu. Now when you right click on a button on the task bar, it shows the system menu from the form that the button belongs to. This ia fully working Taskbar for an MDI form. Works just like the windows task bar. It was originally written by Maxx Zephyr Technology and uploaded to www.freevbcode.com. That version had problems, and also was not a stand alone control, it had to be included in your project because it was dependant on the Forms collection. I went through the code, cleaned it up, removed the forms collection (used the api to replace it) and made the user control into a full stand alone ocx, that you can simply drop on an MDI form.
Disable the keyboard and mouse. Just reboot your computer to enable.
Thirteen Out is a patience I made to figure out how to draw 3 cards from a number of cards in a deck and in the end of the deck put the last 1-2 cards in the beginning of the deck. The card values are hold in an array and when you throw one card away I needed to figure out how to rearrange the array. So basically it is a projekt to figure out the algorithm of moving arrays irregular and still keep track of the correct value. Although it is a fully functional patience it still need some finishing touches.. Enjoy it Knoton
New in this demo: Active titlebar skin (all running applications) and a new version of my award winning Textanimation control. Extra in this version is: transparent background, Picture background, Transparent background of parent form!, a lot of gradient options, MousIn and Mouse out events, ..? Also in this demo: system tray skin with tickertape, docked window with tickertape, text animation demo, transparent animation (including form), vertical titlebar, gradient form, button control with a lot of properties, Win2k form transparency, animating logo, ...? This publication is using code of about a dozen developers, so thanks everyone.
This is in response to the RGCC challenge 1, posted by Bruce Pierson. This code increments a number by one.
This utility runs in the system tray and prints an image at the time specified by the user on a once a week basis. It was written to be sure that our seldom used inkjet printer's cartridges will not dry up from lack of use.
Just wanted to stab at this contest...I know a lot more can be added to this to make it more...complex yet fun...but I am at work and this is what I could through together during lunch. This program will just tell you the number of times the program was ran by using a custom control to access a ASP page on an external website which connects to a database to read the hit count then the ASP formats the results in INI format then the custom control saves that dowloaded ASP page to an INI file on the users hard drive then uses simple API calls tor read the value and display it. Just wanted to start of the contest with a little something that uses the web as well. BTW: The custom control code is included since I know you are not supposed to upload OCX's. The control was made by me and you can find a compiled version at http://lafever.iscool.net if you like it.
The App is well documented to teach how to use the winsock control. It connects to remote computers on the assigned port, could be used to scan your subnet, or others for trojans and vulnerabilities
Many unix servers also run a rexec daemon, which lets you execute a command on the server remotely. This project provides an rexec client, and a windows server, so the same client can execute commands on both windows and unix machines. The rexec client works flawlessly for my needs when connecting to SCO Unix, Solaris, and Red Hat Linux. I imagine it will work on any unix rexec server, but I've never seen any documentation on the rexec protocol, so I couldn't say for sure. Please note, that the windows server component is nothing special. It was a quick job I wrote this morning, and it works with the rexec client I wrote. It allows full password protected access to the command prompt of the serving machine. If there is a need for it, I'll invest some time and add better security, multiple connection support, or ability to run as an NT service, or whatever else I think of. It stores the password in an obscured and compressed field in the registry, so it is not humanly decipherable, but it requires a trivial amount of code to retreive it. It doesn't represent any significant form of security, but it does give complete access to the command prompt once you're logged in, so BE CAREFUL WHERE YOU USE IT! Also, there may be (large) discrepancies in the real rexec protocol and my implementation of it. If anyone has documetation on it, I wouldn't mind having a look. If you find any bugs, or have some thoughts on this, feel free to write.
This is a program used to upload and download ftp files.
I just put a bunch of controls on a form to play around with it and thought others might be interested in looking at it. Basically it allows you to conect to a mySQL database and ADD, EDIT, and DELETE records. You will need to create a table in mySQL called feedback with the following Fields. Field username Type varchar Size 50 Field emailaddress Type varchar size 50 Field subject Type varchar Size 50 Field message Type Text Requirements: This program requires that you have mySQL loaded somewhere you can connect to it. You must also have myODBC loaded on your machine. This program uses Windows ODBC 0to connect to your mySQL database. Written in VB6
This neat little program will, after entering your birthday, calculate how old you are in total years, months, weeks, days, hours, minutes, and even seconds. Demonstrates some simple equations and even a bit of string and form manipulation. Nice interface too! Hope you enjoy! (O:
Its an othello game can play player vs comp, player vs player, and player vs player net game very fun check it out is really pretty cool. Sorry if you downloaded this before I found some more bugs and fixed it.