Visual Basic Code , VB.NET Code
Find Code:
  All
  VB
  VB.NET
  ASP
  ASP.NET
  Snippets
  Popular
  Submit Code
  Forums
  Articles
  Tips
  Links
  Books
  Contest
  Mailing List
  Link to us
 Home >> Author

 All submissions by: "Duncan Jones"

Simple skin for VB - Set the picture property of t...Version: VB4
Author: Duncan JonesSubmitted: 1/30/2002Views: 20299
Simple skin for VB - Set the picture property of the form and the background colour to the mask colour and call this and it will shape your form to the picture...

EventVB - The object oriented wrapper to the Win32...Version: VB4
Author: Duncan JonesSubmitted: 12/17/2001Downloads: 12597
EventVB - The object oriented wrapper to the Win32 API. Demonstrates how to use over 1500 API calls within a structured, object oriented structure.

WinQuake - Makes the application windows shake as ...Version: VB5
Author: Duncan JonesSubmitted: 10/5/2001Downloads: 8000
WinQuake - Makes the application windows shake as if they were in an earthquake. Can be set to activate on a timer or when a hotkey is pressed. Demonstrates: MoveWindow API, System Tray icons and global hotkeys. Requires EventVB.dll release 1.1.5 o ...more>>

Find and Replace common dialog control ==========...Version: VB5
Author: Duncan JonesSubmitted: 10/3/2001Downloads: 6468
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: 7634
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.

A small utility to allow you to experiment with wi...Version: VB5
Author: Duncan JonesSubmitted: 8/14/2001Downloads: 7600
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: 13395
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.

Like a Debug.Print - but from compiled code. Ever...Version: VB4
Author: Duncan JonesSubmitted: 3/29/2001Views: 10739
Like a Debug.Print - but from compiled code. Everyone knows how useful Debug.Print is for debugging code - but it doesn't help if you need to debug what is happening in an executable. Some people put code that writes to a text file, or something - but t ...more>>

In place conversion between every one of the Europ...Version: VB5
Author: Duncan JonesSubmitted: 3/28/2001Downloads: 6307
In place conversion between every one of the European Monetary Union member currencies and the Euro. Simply run this app, select your base currency, then right click on any numeric amount (in a textbox, an excel field - pretty much anywhere) and have it ...more>>

Returns all the icons from an executable file. ...Version: VB4
Author: Duncan JonesSubmitted: 3/27/2001Views: 8973
Returns all the icons from an executable file. (This snippet is part of the "Simply Subclassing" dll which is also downloadable from this site)
Page 1 of  2  Next >>

Go to page: 1  2