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

Smart Grid ControlVersion: VB6
Author: Karunarathna MadakaladeniyaSubmitted: 9/23/2008Downloads: 5718
This program uses a set of text controls. But it works as a grid control. You can scroll it and if you select a row it will be highlighted.

Load Controls In Run Time And Handle EventsVersion: VB6
Author: NeverGiveUp26Submitted: 9/8/2008Downloads: 3995
It is A Pain To Load Controls In Run Time And Handle Their Events. I Am Not Talking About Control Arrays. We Can OverCome This Problem Using This Technic Provided Here. Is Tested In Real World Projects. Is Safe To Use It. We Will Not Use Subclassing eith ...more>>

Advanced ComboBoxVersion: VB6
Author: Karunarathna MadakaladeniyaSubmitted: 8/13/2008Downloads: 6853
On GotFocus event in the text box, automatically list the item with list box. Item can select from the list on keyboard or mouse. When select the item from the list box, item goes to the text box. On LostFocus or KeyPress ivent in the list box the list bo ...more>>

Disable Right Click Popup MenuVersion: VB6
Author: Nikunj BhattSubmitted: 8/5/2008Views: 18461
This is can be used for many type of controls, mainly for textbox, to make the user unable to open the right click popup menu. User will need only an extra Timer control for this. No need for SendMessage, Hooking or any other API. Put a Timer control ...more>>

Disable EFFECT of Right Click Popup MenuVersion: VB6
Author: Nikunj BhattSubmitted: 8/5/2008Views: 9346
This a method of disabling the EFFECT of right click popup menu, for mainly Textbox like controls. My earlier method was by using a timer control which actually disables the right click menu for a subtle time. Now this is by using a Label and this just d ...more>>

Glass Message BoxVersion: VB 2005
Author: Gehan FernandoSubmitted: 7/4/2008Downloads: 9901
The {R4} Glass Effect Message Box Well-matched For Windows XP.

Scrollable Picturebox as a Custom ControlVersion: C#
Author: Scott LysleSubmitted: 6/7/2008Downloads: 3565
This article discusses the construction of a custom control used to add a scrollable Picturebox control to a project. There are different ways to scroll an image; it can be done using GDI+ for example, but the approach used in this demo is based upon wha ...more>>

Image Viewer Custom Control in VBVersion: VB 2008
Author: Scott LysleSubmitted: 6/7/2008Downloads: 6806
This article discusses the construction of an image viewer user control that may be used to display images from a directory containing a collection of image files. The control displays the previous and next images in the file along with the current image ...more>>

Image Viewer User Control in C#Version: C#
Author: Scott LysleSubmitted: 6/7/2008Downloads: 4345
This article discusses the construction of an image viewer user control that may be used to display images from a directory containing a collection of image files. The control displays the previous and next images in the file along with the current image ...more>>

Folder LockVersion: VB 2005
Author: Anindya ChatterjeeSubmitted: 5/6/2008Downloads: 14741
This application will lock the particuler folder by giving the password and unlock that by giving the same password.

<< Previous  Page 10 of  36  Next >>

Go to page: 10  11  12  13  14  15  ...