|
|
|
|
|
Total Hits: 4470 | Today: 1 |
|
Rating:
|
|

Microsoft Visual Studio 6.0 Service Pack 5 (SP5) provides the latest updates to the Visual Studio 6.0 development system and its component products. Service Pack 5 is recommended for all Visual Studio 6.0 users, and is currently available free for registered customers....
|
|
|
|
Total Hits: 771 | Today: 0 |
|
Rating:
|
|

The Visual Basic® ActiveX® Document Debugger is a utility that works directly with the Visual Basic 5 IDE. It eases the development process for ActiveX Document developers by acting as a dockable ToolWindow that provides automatic loading and unloading of ActiveX Documents into selected hosts. The ActiveX Document Debugger provides two drop-down comboboxes and two buttons. The comboboxes load a selected ActiveX document into one of three hosts. The buttons start and stop the process....
|
|
|
|
Total Hits: 2044 | Today: 1 |
|
Rating:
|
|

Visual Studio® 6.0 Service Pack 4 (SP4) provides the latest updates to Microsoft® Visual Studio 6.0 development system and its component products. Service Pack 4 is recommended for all Visual Studio 6.0 users, and is currently available free for registered customers to download. In addition, Visual Studio 6.0 Service Pack 5 is now available for order or download....
|
|
|
|
Total Hits: 427 | Today: 0 |
Author: http://www.vbaccelerator.com
|
Rating:
|
|

To apply a brightness filter you simply add a fixed amount to every pixel in the image and then clamp the result to ensure it remains in the range 0 - 255. To apply a contrast filter, you determine if a pixel is lighter or darker than a threshold amount. If it's lighter, you scale the pixel's intensity up otherwise you scale it down. In code this is done by subtracting the threshold from a pixel, multiplying by the contrast factor and adding the threshold value back again. As with the brighness ...
|
|
|
|
Total Hits: 425 | Today: 0 |
Author: Guy Peled
|
Rating:
|
|

Go to the properties pane of the form by clicking on the design form title while the properties pane is open. Change the properties pane mode to show events and double click the Load event. The designer will create you an empty event handler to handle the Load event. Which is executed when a Visual WebGui form is loaded. Create a new method that recieves TreeNodeCollection nodes and string path arguments. From the event handler we are going to call a the LoadFolder method with treeview1.Nodes an...
|
|
|
|
Total Hits: 452 | Today: 0 |
Author: http://www.vbaccelerator.com
|
Rating:
|
|

This project started when I was trying to build up the indexes for the vbAccelerator site. I had a program to search through all the HTML files which make up the site, and this could pick out the ZIP files linked to by the pages. But how to determine which projects these ZIP files contained? You need a way to read ZIP files. As usual with VB there are no library routines or standard controls available for ZIP files, so you need another way.Luckily there is one, and its free! If you have a look a...
|
|
|
|
Total Hits: 390 | Today: 0 |
Author: Radu Gruian
|
Rating:
|
|

This article presents nFS, a portable library for emulating a file system within a file. This library has nothing to do with Linux's "NFS".The library is compatible with MSVS/Win32, GCC/Linux and GCC/Solaris. It is written in C. However, because of its clean OOP-like structure, it is easily portable to C++. Strictly speaking, for performance reasons, the external representation of the file system consists of two files, as described below; however, these two files always go together -- the lib...
|
|
|
|
Total Hits: 236 | Today: 0 |
Author: http://www.martin2k.co.uk
|
Rating:
|
|

List Media Player is one of the first programs I made. It is simply a way of browsing through your drives and folders to find media files to play - either sound or video. The actual player is on a separate Form, which allows for free resizing.Due to several people asking for the source code, I decided to write this page to explain how the program was made. You can also look at the source code in this file:...
|
|
|
|
Total Hits: 430 | Today: 0 |
Author: Adalsteinn B. Bjarnason
|
Rating:
|
|

Alarm application is a fully featured computerized alarm clock. It has unique interface and is stylish. It is based on my first program that I created in 1984 when I had the great Sinclair Spectrum 48K. That alarm clock was noisy when it was not in action :-). This one is hardly usable as a regular alarm clock. That is because of the noisy fan in the computer, I will never get used to sleep with the computer on ;-). The digits are created from a bitmap taken by a digital camera (the original bit...
|
|
|
|
Total Hits: 483 | Today: 0 |
Author: pinakvashi
|
Rating:
|
|

This program is a Number to Text converter. which can convert a given number (range from one to hundred of vigintillion(10^63) ) to the text that people use to pronouce the number. Feel free to use this code and please give feedback to me. Right now it works for AMERICAN ENGLISH.This code is copyrighted and has limited warranties....
|
|
|
|
Total Hits: 249 | Today: 0 |
Author: Jen Sam Lam
|
Rating:
|
|

OCX to display Animated Gifs in Visual Basic project. Run the .vbg to see it in action....
|
|
|
|
Total Hits: 1914 | Today: 0 |
|
Rating:
|
|

TlbInf32.chm provides documentation for the redistributable TypeLib Information object library (TlbInf32.dll) that ships with Visual Studio® 6. Place this file in the system directory with TlbInf32.dll to enable context-sensitive help....
|
|
|
|
Total Hits: 470 | Today: 0 |
Author: http://www.vbaccelerator.com
|
Rating:
|
|

One basic technique for counting the colours in an image would be to create an array or collection to hold the colours and then start counting from the start of the image. However, consider what happens then if you load a 1280 x 1024 pixel image. Firstly, you have 1.3 million pixels to check, and secondly for every single one you need to check whether that colour has been counted before. With an array, that would potentially mean you could have to perform somewhere around 400 billion checks, and...
|
|
|
|
Total Hits: 377 | Today: 0 |
Author: http://www.vbaccelerator.com
|
Rating:
|
|

Normally in computers colours are described in terms of their Red, Green and Blue components. Whilst you can specify all displayable colours this way, it leaves something to be desired when it comes to picking a colour. For example, most people find it very difficult to determine what RGB values you would use to create a Pink or Brown colour (try it!). The HLS model provides a more intuitive method and enables you to create lighter/darker or more intense/less intense versions of colours very eas...
|
|
|
|
Total Hits: 229 | Today: 0 |
Author: mimosa
|
Rating:
|
|

This application, though simple, is very useful; in the case you ordered a pizza during your programming session and you don't want to let the delivery man being angry standing out (or any other application).Although the source code is given, you don't really need it to use the application. But, still you are a programmer, you are free to bring your modification, as you wish.There are two main class: the main dialog (setup dialog), and the popup window that pops the alarm. There are two types of...
|
|
|
|
|
|
|