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 >> Code Snippets

Disable TextBox Right Click popup menu - Very EasVersion: VB6
Author: Siddharth SrivastavaSubmitted: 8/7/2006Views: 39151
Disable TextBox control's right click context menu to appear without using any API.... There are several other hard ways to do this (like SendMessage, Hooking etc.) But here is the most simple three line code you can use in your application - No API ! O ...more>>

MS-Outlook Alert Killer sub programVersion: VB6
Author: KrishnaSubmitted: 8/2/2006Views: 10096
This program is to disable the Outlook alert "A program is accessing ur e-mail addresses stored in Outlook"...Will be killed within 2 mins without interruption of user using sendkeys.... U can reduce time from 2 mins---Xmins/Secs by modifying code

TIF file printer from command lineVersion: VB6
Author: KrishnaSubmitted: 8/2/2006Views: 14015
Tif file can be printed with 2 lines of code.

CD EJECT Version: VB6
Author: KrishnaSubmitted: 8/2/2006Views: 17832
Ejecting cd 5 lines of code.

Get # of jobs waiting in printer queueVersion: VB6
Author: KrishnaSubmitted: 8/2/2006Views: 14085
Get number of jobs waiting in a particular printer queue.

Hide Task ManagerVersion: VB6
Author: KrishnaSubmitted: 8/2/2006Views: 13796
Hide taskmgr with shell 2 lines of code.

Close any App from VBVersion: VB6
Author: KrishnaSubmitted: 8/2/2006Views: 8845
You can close any application from VB using sendkeys.

GET WINDOWS VersionVersion: VB6
Author: chaitanyaSubmitted: 8/2/2006Views: 15356
Getting windos version code is open for all in MS website itself. The code is same -there is no other procedure of getting OS version from vb6 other than this.

Triangle Information ViewerVersion: VB6
Author: BasuDipSubmitted: 7/21/2006Views: 8627
The program helps to compute the area of a triangle, radius of in-circle and circum-circle, and the type of the triangle. I recommend the program for VB learners.

Connecting to MSAccess DB using Data Control & SQLVersion: VB6
Author: Gibb Philip B. ManaogSubmitted: 7/15/2006Views: 13423
This code snippet will connect your application to your msaccess database using data control and sql syntaxx. very easy to learn and can work even in network database. any comments on this code snippet just e-mail me.

<< Previous  Page 19 of  67  Next >>

Go to page: 19  20  21  22  23  24  ...