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: "Hunter Perrin"

Open Menu+Version: VB6
Author: Hunter PerrinSubmitted: 10/17/2007Downloads: 5834
Open Menu+ is an open source alternative to the Windows® Start Menu. It allows you to more easily access your programs with fewer clicks. It provides more options than the standard Start Menu and is configured more intuitively. If you have trouble transit ...more>>

Hunter Perrin's Ebook Maker SourceVersion: VB6
Author: Hunter PerrinSubmitted: 4/5/2005Downloads: 4464
This is the full source code for the current version of Ebook Maker, version 2.4. It includes the entire program which is available on sciactive.com. For security reasons, the update utility's source was removed. This app will demonstrate how to pass valu ...more>>

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

Communicate with prev instance of appVersion: VB6
Author: Hunter PerrinSubmitted: 9/21/2004Downloads: 3135
Pass values to the old instance of the same program. This is useful to open a document in the old window if the user double clicks the file instead of opening a new window. This avoids having multiple windows of the same application in the taskbar.

Resize Borderless WindowVersion: VB6
Author: Hunter PerrinSubmitted: 9/9/2004Downloads: 3710
Resize a window with no border. I had a lot of trouble with this issue in some old projects. It uses lines to create a square in the corner. A user can drag the square to resize the window. It uses no API Calls, just pure VB.

Gradient BackgroundVersion: VB6
Author: Hunter PerrinSubmitted: 7/1/2004Downloads: 5826
A very fast function that draws a gradient on the background of a form. I have seen others like it, but this one is very fast and draws a very nice gradient.

Flight PathVersion: VB6
Author: Hunter PerrinSubmitted: 7/1/2004Downloads: 5372
A simple and slightly addictive game in which a plane has to outlast a rocket that's trying to steal its fuel. Has some nice progress bar effects and collision detection.

Flight PathVersion: VB6
Author: Hunter PerrinSubmitted: 7/1/2004Downloads: 4258
A simple find script for text editors. The Application Wizard doesn't include a find script and it's hard to find one online. So here it is.

Insert Picture w/o Clearing ClipboardVersion: VB6
Author: Hunter PerrinSubmitted: 6/26/2004Views: 12350
I saw another snippet like this but it cleared the clipboard when it ran. Thats not very nice to the user. This snippet saves the contents then returns them to the clipboard.

Hold your secrets inside a password protected file...Version: VB6
Author: Hunter PerrinSubmitted: 10/7/2002Downloads: 10190
Hold your secrets inside a password protected file embedded in an standalone EXE program.
Page 1 of  1

Go to page: 1