SciActive

  • Increase font size
  • Default font size
  • Decrease font size
Home Visual Basic 6
Visual Basic 6

Open Menu+ Source

E-mail Print PDF
User Rating: / 10
PoorBest 

Source

This is the full source code for the current version of Open Menu+. It includes the entire program which is available on SciActive.com. This archive is released in the Zip format. Feel free to use this code in any GNU GPL licensed application.


Read 4 Comments... >>
 

Hunter Perrin's Shell Opacity Source

E-mail Print PDF
User Rating: / 1
PoorBest 

Source

This is the full source code for the current version of Shell Opacity, version 1.0. It includes the entire program which is available on SciActive.com. Feel free to use this code in any GNU GPL licensed application.


Read 0 Comments... >>
 

Hunter Perrin's Mobile Receipt Source

E-mail Print PDF
User Rating: / 1
PoorBest 

Source

This is the full source code for the current version of Mobile Receipt, version 1.5. It includes the entire program which is available on SciActive.com. Feel free to use this code in any GNU GPL licensed application.


Read 0 Comments... >>
 

Hunter Perrin's Timewise Desktop Source

E-mail Print PDF

Source

This is the full source code for the current version of Timewise Desktop, version 1.0. It includes the entire program which is available on SciActive.com. This app will demonstrate how to change the user's desktop picture, how to add an icon to the system tray, how to pack many files into an uncompressed archive (using the property bag), and how to make your application start when Windows boots. Also included is the Clickteam Install Maker .iip file. This is used with their program to create the setup program. Feel free to use this code in any GNU GPL licensed application.


Read 0 Comments... >>
 

Hunter Perrin's Ebook Maker Source

E-mail Print PDF
User Rating: / 1
PoorBest 

Source

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 values from one exe to another. This is useful for creating compilers, as in this case, to compile HTML. It also demonstrates how to set up a server on a client machine. The viewer application uses a server to display the compiled HTML. I have included the Inno Setup script. This is used with Inno Setup to create the setup program. Feel free to use this code in any GNU GPL licensed application.


Read 0 Comments... >>
 

Find Script

E-mail Print PDF

Source

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.


Read 0 Comments... >>
 

Flight Path

E-mail Print PDF

Source

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 2D collision detection.


Read 0 Comments... >>
 

Gradient Background

E-mail Print PDF

Source

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.


Read 0 Comments... >>
 

Resize Borderless Window

E-mail Print PDF

Source

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.


Read 0 Comments... >>
 

Communicate with prev instance of app

E-mail Print PDF

Source

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.


Read 2 Comments... >>
 

Drag all controls at runtime

E-mail Print PDF
User Rating: / 1
PoorBest 

Source

Allows user to drag any control at runtime. 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. This is useful for design programs or demonstrations.


Read 0 Comments... >>
 



Advertisement