Visual Basic Code , VB.NET Code
Find Code:
  All
  VB.NET
  ASP.NET
  C#
  VB Classic
  ASP Classic
  Snippets
  Popular
  Submit Code
  Forums
  Articles
  Tips
  Links
  Books
  Contest
  Link to us
 Home >> Controls code

This is marquee control. You can put this on your ...Version: VB6
Author: Rohit Kumar ChaudharySubmitted: 8/22/2002Downloads: 7958
This is marquee control. You can put this on your form. Have Fun.

Allows you to quickly select an entire line of tex...Version: VB5
Author: SirCodezAlotSubmitted: 8/22/2002Views: 8592
Allows you to quickly select an entire line of text from a normal VB textbox.

A simple way to make a text box work like a chat w...Version: VB6
Author: Jeremy E. ReedSubmitted: 8/9/2002Views: 10751
A simple way to make a text box work like a chat window. What I mean is that when a line of text is added, make the line appear at the bottom and the window scoll down. Effectively, the text box will always display the new line added.

I wrote a program that you can load and save all d...Version: VB6
Author: Hassan NolehdanSubmitted: 7/22/2002Downloads: 6868
I wrote a program that you can load and save all data of your chart .

A simple program that adjusts RGB colors via scrol...Version: VB5
Author: Kartikeya MitraSubmitted: 6/20/2002Downloads: 5526
A simple program that adjusts RGB colors via scroll bars.

Simple countdown from 60 secs timer. Can be use in...Version: VB6
Author: Arleen Jose S. CabildoSubmitted: 5/28/2002Downloads: 8465
Simple countdown from 60 secs timer. Can be use in TIMED Quiz games.

This simple code allows you to validate inputs for...Version: VB5
Author: RL SmithSubmitted: 5/23/2002Views: 11103
This simple code allows you to validate inputs for a control array for demonstration purposes. I used a standard textbox control; however, it can be easily modified to work with almost any other type of input control.

Vertical/Horisontal Label - To try this example, p...Version: VB4
Author: Alexander AnikinSubmitted: 5/10/2002Views: 9580
Vertical/Horisontal Label - To try this example, paste the code into the Declarations section of a form containing a CommandButton named Command1 and a Label named Label1, and then press F5 and click the button twice.

SBSSGrid2 Version 1.1.5 is an update to version 1....Version: VB6
Author: Kenneth DoucetSubmitted: 4/28/2002Downloads: 6760
SBSSGrid2 Version 1.1.5 is an update to version 1.1.4. The bug in the Clear method has been fixed and a CurencyDecimal property has been added to set the decimal places for money.

Purpose : Determine which element of an option but...Version: VB4
Author: Wim De SmetAlintanSubmitted: 4/17/2002Views: 8320
Purpose : Determine which element of an option button control array was selected in 1 line of code. Return : Index number of the selected option button.

<< Previous  Page 27 of  36  Next >>

Go to page: 27  28  29  30  31  32  ...