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

Search Control for searching data from a grid Version: VB.NET 2003
Author: ANKIT GOELSubmitted: 6/28/2005Downloads: 16300
I have developed a search control to search data from a data grid. Data is populated in data grid from a database and there is a text box in which whatever we write it performs searching on that. there are many properties by using which we can make the fl ...more>>

Decimal TextBoxVersion: VB.NET 2003
Author: VatooVatooSubmitted: 5/24/2005Downloads: 8459
You can use this control for getting currency values.

Use Your PortVersion: VB6
Author: Eko WahyudiSubmitted: 5/2/2005Downloads: 5869
This Source is for beginner. This application function is for send data to your port (PPI 8255 or LPT1), have question please e-mail me.

Decimal ControlVersion: VB6
Author: Muhammad Imran H VohraSubmitted: 4/10/2005Downloads: 4624
This is a very good example of Decimal Control in Textbox. Try And Enjoy It.

Drag all controls at runtimeVersion: VB6
Author: Hunter PerrinSubmitted: 3/27/2005Downloads: 6179
Allows user to drag any control at runtime. This is a more precise version than the existing one on this site. The code uses a button to turn on/off drag mode. If this code is placed on any form, all enabled controls on that form will become draggable. Th ...more>>

Decimal ControlVersion: VB6
Author: Muhammad Imran VohraSubmitted: 3/13/2005Views: 10120
This code is very usefull for the programers who actually control decimal on Textbox... Example Text1_keypress(keyascii as integer) keyascii = deccontrol(keyascii, text1, 2)

Disables or enables TextboxVersion: VB6
Author: Muhammad Imran VohraSubmitted: 3/13/2005Views: 10963
This is very usefull for programers to disable or enables control (textbox, label datepicker or much more) Text1_keypress(keyascii as integer) keyascii = deccontrol(keyascii, text1, 2)

Useful TextBoxVersion: VB6
Author: VBSubmitted: 3/12/2005Downloads: 5451
TextBox that accepts only digits or only characters.

Quick LaunchVersion: VB.NET 2002
Author: vishnu sharmaSubmitted: 2/24/2005Downloads: 8117
This is an application just like the quick launch of MS Office. With the help of this application you can launch applications.

Outlook Email ExtracterVersion: VB6
Author: Anuj sharmaSubmitted: 1/31/2005Downloads: 5840
This program extract all e-mail messages from u r outlook. Its very powerfull. With the help of this program u can view only selected date e-mails & selected person e-mails. if any attachment is in u r e-mail. It also show the attached file. You can downl ...more>>

<< Previous  Page 16 of  36  Next >>

Go to page: 16  17  18  19  20  21  ...