Visual Basic 6 Forms

 

Would you like to submit a file to KnK? Click here to find out how!
files_trynow.png (1040 bytes)  Wav player that uses a .class file   None Needed
Its a nice example.   [ Added4/14/99 ]
files_trynow.png (1040 bytes)  Rich Text Box Example   Included
dos says " this is just a simple example of a few things you can do with a rich text  control. I made this example in an attempt to answer several questions I have received lately about the rich text control and AOL's chat room.   make sure you have a sense of humor before you download. also, if you need the latest version of the rich text control, you can download it  here." Don't try this unless you have VB 6   [ Added 2/23/99 ]
files_trynow.png (1040 bytes)  Menu Example   Included
Another example from dos, here's what he has to say about this example "recently I was "challenged" by a friend to create an example that allowed you to change the font for a menu. well, I spent a few days on this and found a way. this example does a little more though. it will also show you how to change the text and selection colors. this example requires you to subclass, but requires no special controls. all the subclassing is done with code, but beware, if you don't read the comments in the example first, you just may end up crashing your visual basic. god knows I did several times."   [ Added 2/14/99 ]
files_trynow.png (1040 bytes)  List Example   None Needed
List example showing you many things you can do with it in VB6. He talks about maybe making a version 3 of this, hope he does so he can show you multi select, checkbox's in list box's etc. The list box has a ton of things it can do.  [ Added 2/14/99 ]
files_trynow.png (1040 bytes) Stop Watch   None Needed
A real simple stop watch example.  [ Added4/29/99 ]
files_trynow.png (1040 bytes) Web Browser   None Needed
Web Browser example that doesn't require a module and a text file explaining what is going on.   [ Added4/29/99 ]
files_trynow.png (1040 bytes) Font to Macro   None Needed
Dos says "this example has been highly requested, which surprised me. this example shows you how to take any font on your system and convert it to a macro (ASCII art). it is brutally simple, but seems to be a popular thing I guess.".   [ Added 5/11/99 ]
files_trynow.png (1040 bytes)  FTP Simple Sample   None Needed
This sample demonstrates how to use WinInet FTP APIs in Visual Basic application.   [ Added 5/11/99 ]
files_trynow.png (1040 bytes) VB AMP   None Needed
ANOTHER MP3 PLAYER!  I decided to put this link to the guys site so that you can get all the info from his site =)  [ Added 5/11/99 ]
 files_trynow.png (1040 bytes) Progress Bar Example   Included
A nice progress Bar Example.  [ Added 5/25/99 ]
files_trynow.png (1040 bytes)  Percent Bar    Included
Nice example, runs a little fast.  [ Added 5/25/99 ]
files_trynow.png (1040 bytes)  List Box Search   Included
This example shows an API search for a string in an list box. The API search is faster then a regular VB search. This search example is NOT case sensitive.   [ Added 5/30/99 ]
files_trynow.png (1040 bytes) List to Textbox   None Needed
demonstrates how to make a character in a list box, when clicked, appear in a textbox, and, how to set the cursor perfectly in the textbox. It also demonstrates how to get all ASCII characters in a list box with three lines of code. Basically this is mini ASCII shop example.   [ Added 7/4/99 ]
files_trynow.png (1040 bytes)  Multi Form Example   None Needed
Create copies of one form on the fly.  [ Added 7/4/99 ]
files_trynow.png (1040 bytes)  Macro Renderer   None Needed
This is a really nice example.  Has a nice I-face and uses flash within the program.  This program has allot of nice things that make this a must download.  Please read the info.txt file for more info.  [ Added 7/8/99 ]
files_trynow.png (1040 bytes)  Form Shaper   None Needed
"this example allows you to shape your form to any bitmap. I had been wanting to do this for a few months now and it finally works =). thanks goes out to chokehold for the graphics." - dos   [ Added 7/8/99 ]
files_trynow.png (1040 bytes)  Character Search Example   None Needed
Searches For One(1) Character In A Textbox   [ Added 7/19/99 ]
files_trynow.png (1040 bytes)  Mouse Move Example   Included
What it is: This is a form for some programmers who don't know how to use Mouse Move. My form shows
how to show, hide, or change the caption of a label when the mouse is placed over another label. (or command).   [ Added 7/19/99 ]
files_trynow.png (1040 bytes)  Web Launcher   Included
This example shows how to make a hyperlink and image link on you VB form.  It launches your default web browser and sets the URL.   [ Added 8/17/99 ]
files_trynow.png (1040 bytes)  Password Example   None Needed
Three ways to do a password login. [ Added 8/17/99 ]
files_trynow.png (1040 bytes)  Score Keeper   None Needed
This is simply a example, that shows you how to keep track of scores for a game such as Scrambler in a list box.    [ Added 8/17/99 ]
files_trynow.png (1040 bytes)  Find Window Code Generator   None Needed
This is an example that shows how programs that create the   code to find a window, just by knowing the window's handle, work. (not an API spy)    [ Added 8/28/99 ]
files_trynow.png (1040 bytes)  Registry   None Needed
It is an example on how to correctly add your program to the control panel's sounds options, and read them. I never saw an example for it, so I looked into it. It is very easy and requires next to no code to work. I'm surprised no one else has done this.  READ THE README.txt file!!!!!!   [ Added 8/28/99 ]
files_trynow.png (1040 bytes)  API Spy example   Included
An API spy example coded in vb6.  [ Added 2/6/99 ]
files_trynow.png (1040 bytes)  System Tray Example   Included
From DoS "if you're like me, then you hate using other programmer's controls and would rather code it yourself if you could. one of the common controls that I see used today is the systray control. putting an icon in the systray really isn't as hard as people think. this example doesn't contain any documentation, but again, its pretty simple, so anybody should be able to figure it out." http://www.hider.com/dos/  [ Added 2/8/99 ]
 files_trynow.png (1040 bytes)    Snap   Included
EVER WONDER HOW WINAMP SNAPS WINDOWS TO EDGES? HERE IS THE CODE. THANKS AARON Y FOR A LITTLE HELP. EXPLANATION IN ACTUAL CODE. ENJOY GUYS..    [ Added 9/27/99 ]
 files_trynow.png (1040 bytes)    Flash Example   Included
This example shows how to make your title bar flash.    [ Added 11/5/99 ]
 files_trynow.png (1040 bytes)   Let Function Example  .
This is an example I wrote to show how to use the property let function in Visual basic. I think it is pretty useful. This particular example uses the properties let example to add a timeout property to the form. It is very useful. It requires no bas file. And would work for any version of AOL if used for AOL.  [ Added 11/5/99 ]
  files_trynow.png (1040 bytes)   Window Example  .
Hello, this is Twirp. I made this example to show how to hide, show, close, and change the captions of windows.  [ Added 11/5/99 ]
 files_trynow.png (1040 bytes)Fade one image into another image  .
This example shows you how to fade one image into another image. Like fading a picture of a goat into a picture of bill gates. Note: This isn't another picture fading example that draws lines, this example  fades the pixels in the images so they fade into each other..  [ Added 11/10/99 ]
 files_trynow.png (1040 bytes) Winsock Examples  .
Examples using Winsock,  examples included are a server and a chat client.. [ Added 11/12/99 ]
 files_trynow.png (1040 bytes) Val Coding  Included
This is for the New programmers that do not know how to make a Program Do Math formulas. [ Added 12/05/99 ]
 files_trynow.png (1040 bytes) Screen Blanker Demo  Included
An example that does some screen saver like affects.   [ Added 1/1/00 ]
 files_trynow.png (1040 bytes) KJL's Movement Example  Included
This example of movement is for people who want to make a game. This blocks off things and you can move things around and it still works. [ Added 1/21/00 ]
 files_trynow.png (1040 bytes) Complex Picture Viewer  Included
This is a great picture viewer. It teaches how to view pictures and how to use Dynamic Forms aka Multi Forms. If you don't know how to load a picture in Visual Basics then you should download this.... [ Added 1/21/00 ]
 files_trynow.png (1040 bytes) last boot example  Included
this is a first! KnK has not seen an example like this yet!. this example quickly and very accurately calculates the time in hours and minutes, since the last re-boot of your computer was! this is a must download! [ Added 1/21/00 ]
 files_trynow.png (1040 bytes) Flash .ocx Example  Dos32.bas
I have been asked many times on how to use the flash (Macromedia Flash).ocx This is an example of how to use it![ Added 1/21/00 ]
 files_trynow.png (1040 bytes) Custom Scroll Bar  Dos32.bas
I This is a custom scroll bar for those who, like me, are sick of the boring Windows scroll bar. This is a horizontal only scroll bar. [ Added 1/21/00 ]
 files_trynow.png (1040 bytes) Downloading using HTTP with percent bars  .
one line of code that downloads files, using a control(ctl). also uses a percent bar(if you want). shows rate of d/l, file size, and time left.  [ Added 6/09/00 ]
 files_trynow.png (1040 bytes) prjRandom  .
This is a randomizing example that I made because I was bored. I hope that people will learn from this...  [ Added 6/09/00 ]
 files_trynow.png (1040 bytes) Shell IE  .
This will shell ie with any url you want, it can also change ie's current url  [ Added 6/09/00 ]
 files_trynow.png (1040 bytes) Stop Watch Example  .
This only has 3 lines of code and uses no .bas files. Very easy to understand for a newbie!  [ Added 6/09/00 ]
 files_trynow.png (1040 bytes) Fonts in a Combo Box  .
This example lists all the fonts in a combo box, and when a font is selected, it shows that font in a label.  [ Added 7/02/00 ]
 files_trynow.png (1040 bytes) Web Browser  .
A simple web browser example.  Look, stop asking me if i have browser modules or controls.  All you need is this, and it uses ms's controls. [ Added 7/02/00 ]
 files_trynow.png (1040 bytes) Fire Starter  .
This changed the start button on win 98.  Makes it look like its on fire.  It doesn't work on win2k. [ Added 7/02/00 ]
 files_trynow.png (1040 bytes) Full Drop  .
A really good combo box example showing some advanced techniques. [ Added 7/02/00 ]
 files_trynow.png (1040 bytes) I-Face Example  .
This was made by KJL. You can make your own I-Face with this. [ Added 7/23/00 ]
 files_trynow.png (1040 bytes) KJL Mouse Move  .
This shows you how to make the mouse move slowly but smothly to a random spot on a screen that is 800 * 600. When it gets to that random spot then it finds another one.[ Added 7/23/00 ]
 files_trynow.png (1040 bytes) Icon Menu  .
This example shows how to put pictures in menu's.[ Added 7/23/00 ]
 files_trynow.png (1040 bytes) Painting  .
A nice painting example, does circles and more.  Just needs a save feature..[ Added 7/23/00 ]
 files_trynow.png (1040 bytes) MP3 Snatch  .
This example gets mp3 info.[ Added 7/23/00 ]
 files_trynow.png (1040 bytes) VB Rotations   chatscan³.ocx
Neat example of rotating a 3d cube.  [ Added 8/18/00 ]
 files_trynow.png (1040 bytes) Running Procs   none
Shows you what's running on your PC.  [ Added 10/20/00 ]
 files_trynow.png (1040 bytes) Spinning Pic   none
Shows how to spin two pictures.  [ Added 10/20/00 ]
 files_trynow.png (1040 bytes) F®A//\\//TICS MOUSE MOVER   none
For beginners mainly but there is alot of stuff to be learned in here.  [ Added 10/20/00 ]
 files_trynow.png (1040 bytes) ViViDVaSt   none
This is just a quick and simple little one-person address book I made to show my friend how to read and write *.ini* files. Included is a module file I have created that makes it rather easy to use, along with the form that makes it work. [ Added 2/09/01 ]
 files_trynow.png (1040 bytes) CommonDialog Example   none
This is a very very good commondialog example! I made this example because all the other examples on commondialogs boxes i run across suck! this is the best! -author  [ Added 2/09/01 ]
 files_trynow.png (1040 bytes) Kapster   none
A napster type clone.  [ Added 3/17/01 ]
 files_trynow.png (1040 bytes) Find Window Like   none
This will find windows without being specific of the title or the class. Good for AOL if you want to find a window with a specific title and don't know the class. Also shows how to find a windows parents and  children. ~MikeMrrymn  [ Added 4/08/01 ]
  bersurk mp3 player   Included
Hey wassup. This is an Mp3 Player example and it runs through mci functions. Also shows how you can snip a little bit of the corners.  [ Added 8/03/01 ]
  Round Border Example   Included
Rounds the edges of a form. Written by Chris Neuner.  [ Added 8/03/01 ]
  seuqence tutorial   Included
it makes HTML fonts wavy and what not, i don't know if this is how faders work but i made this from scratch.   [ Added 8/03/01 ]
  mass file renamer  MS Common controls
I've never seen a file renamer tutorial and i needed on to rename a lot of zips to something FWP's wouldn't delete so I made one. - Author   [ Added 8/03/01 ]
Would you like to submit a file to KnK? Click here to find out how!

© 1997-2001 KnK 4 Life. All rights reserved.
Terms of Use  |  Privacy Statement