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 >> Windows API code

Find and Replace common dialog control ==========...Version: VB5
Author: Duncan JonesSubmitted: 10/3/2001Downloads: 6462
Find and Replace common dialog control ====================================== Brings up the Find/Replace dialog box for a given textbox and subclasses its parent in order to handle the dialog messages.

Lists the active spooled jobs on any given printer...Version: VB4
Author: Duncan JonesSubmitted: 10/1/2001Downloads: 7631
Lists the active spooled jobs on any given printer - job id, user name, document name etc. Just like print manager except that you can switch between printers.

DLL and Example for Accessing Terminal Services AP...Version: VB6
Author: Randy WableSubmitted: 9/28/2001Downloads: 7905
DLL and Example for Accessing Terminal Services API. For even easier use, I've compiled these functions into a dll. Enclosed is everything you'll need to pull some basic info from WTSQuerySessionInformation.

How to print a form which has larger than sceen si...Version: VB6
Author: R.J.BalajiSubmitted: 9/27/2001Views: 15353
How to print a form which has larger than sceen size.The Printform method doesn't print the unvisible part of the form in screen.So the following code expalins how to print the form using paint picture method.place to picture boxes and place two labelsand ...more>>

Drag files from Windows Explorer to your applicati...Version: VB5
Author: Mike GSubmitted: 9/9/2001Downloads: 7310
Drag files from Windows Explorer to your application. (Good example how to use subclassing,events ,api and classes) Your comments are welcome (http://www.ivbnet.com)

A small utility to allow you to experiment with wi...Version: VB5
Author: Duncan JonesSubmitted: 8/14/2001Downloads: 7596
A small utility to allow you to experiment with windows messages. The left hand pane contains a hierarchical list of all the windows active and the right hand pane has information about them. Select a message from the drop fown list and select "Post" to ...more>>

How fast is my processor? This code snippet ret...Version: VB4
Author: Duncan JonesSubmitted: 8/7/2001Views: 13393
How fast is my processor? This code snippet returns the processor clock speed - useful in games programming and also a nice addition if you are displaying system info.

If u wish to add "Intelligent Help" to your projec...Version: VB5
Author: Anil AroraSubmitted: 8/2/2001Downloads: 6989
If u wish to add "Intelligent Help" to your project then Read on....Like u have in the Visual Basic Development Environment i.e when u press (.) decimal u get a list box of options..... U can also use it for a lot of other uses...Just let ur imagination g ...more>>

To display timed message box. This is very simple...Version: VB4
Author: Anirudha VengurlekarSubmitted: 8/2/2001Downloads: 7970
To display timed message box. This is very simple code and can be debugged easily. Doesn't use any threads to show message box. Uses simple API's and uses MsgBox function to display message box. To integrate in existing project just copy TimedMsgBox.b ...more>>

Win2000 taskmanager and service control. ...Version: VB6
Author: Fabrizio StellaSubmitted: 7/19/2001Downloads: 8136
Win2000 taskmanager and service control.

<< Previous  Page 15 of  22  Next >>

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