Results for "Volume: 2002C"
This code is a tutorial on how to make a port scanner. This scanner is not meant to be quick, but it is meant to teach (it has a comment on about every line describing what the code is doing), and it also includes other examples like loading controls (making control arrays), centering forms on your own and why it works, global variables, and more.
Looking for a word processing application to find out how things work or just need one to work for you... well this program uses a rtf text box.... It has an awesome list of features, take a look and download.... Worth a Look.... Vote if you Like... ~Progress bar for loading files ~Insert Picture or Objects ~Has Multi Encryption Support ~Also Has Recent Docs in File Menu ~Preview Font(This is cool) ~Find and Replace is Finally Fixed(I think) ~Now adds All Documents loaded to Documents Folder ~Updated, shouldn't have any errors... Thanks I don't Think you'll regret this download
NIST (National Institute of Standards and Technology) announced its acceptance of the Rijdael encryption algorithm. Originally written in ANSI C and then C++, a Visual Basic version was released in April 2001. Here it is for all of you who would like to add another algorithm to your collection. More information about the Rijndael algorithm can be found at: http://csrc.nist.gov/encryption/aes/rijndael
Create home based Web Server
This is the first REAL gmae I created its to show all u mother F@#! what I can really do. This is very late to be shown It was actually created back in Decemember 2000, christmass. It was made after I had had about 5 months of VB programming experince. This is just a little game, and yes all u Half-life fans, the sounds are from half-life. and plz don;t sue me if this gees agaisnt any copyright law tell me and i'll take it down... Anyways this is gonna be one of my last VB projects i have persued a carear in Palm OS programming, and C++/Web page development... Thanks all 4 reading this and please leave any comments nessacery as long as there not just trashing me.... Peace out all Marc
This is a good stealth sound recorder with an easy to use interface. When given the time to run and/or for how long to run, the program runs without the user knowing it! Good for monitoring your computer and whose on it.
For Beginners. Get rid of unwanted listbox duplicates in a few very simple lines of code.
Updated version of ButtonEx control replacement for CommandButton. Added BorderStyle property. Using BorderStyle and Appearance you can get lots of different combinations. Provides more control over the pictures displayed when mouse down, mouse up, mouse over and has focus. Provides "skin" support alongside of picture support. Did you ever wonder how WinAmp and other programs make the button "glow" when you move your mouse over them or press them? ButtonEx provides that through "skins" for each individual button state (up, over, down, focus, disabled).
Well I have searched PSC in search on how to make a trainer, but none of them where comented enough, to tell how to do it. So I made this so you can learn from it. It is easy basic trainer making code. But I am working on a SD3 one but it is going to be awhile before it is done. Since it has Virtualy everything changable to be changed. The Tenchi Muyo RPG is to be used when in battle.
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.
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.
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
This article explains briefly the yahoo messenger protocol (YMSG) and also shows you how u can make ur own version of yahoo messenger in VB
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.