Articles   Dev Forums   Personalize   Favorites   Member Login        Active Users:  114
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Monday, October 13, 2008
Home
Articles & Samples
Dev Search
Dev Forum
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

ESET
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Downloads > Visual Studio 6.0
Search
DevASP

What's New
What's Hot

Visual Studio 6.0 Service Pack 5       
Total Hits: 4470  |  Today: 1       Rating:  
Read Reviews | Write Review |              Your 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....

Visual Basic ActiveX Document Debugger       
Total Hits: 771  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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....

Visual Studio 6.0 Service Pack 4       
Total Hits: 2044  |  Today: 1       Rating:  
Read Reviews | Write Review |              Your 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....

Brightness and Contrast       
Total Hits: 427  |  Today: 0 Author: http://www.vbaccelerator.com       Rating:  
Read Reviews | Write Review |              Your 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 ...

Developing your first Visual WebGui application - Finishing Up and Conclusion       
Total Hits: 425  |  Today: 0 Author: Guy Peled       Rating:  
Read Reviews | Write Review |              Your 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...

Introduction to the freeware Info-ZIP libraries       
Total Hits: 452  |  Today: 0 Author: http://www.vbaccelerator.com       Rating:  
Read Reviews | Write Review |              Your 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...

nFS - File System Within a File       
Total Hits: 390  |  Today: 0 Author: Radu Gruian       Rating:  
Read Reviews | Write Review |              Your 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...

List Media Player       
Total Hits: 236  |  Today: 0 Author: http://www.martin2k.co.uk       Rating:  
Read Reviews | Write Review |              Your 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:...

Speaking Alarm Clock       
Total Hits: 430  |  Today: 0 Author: Adalsteinn B. Bjarnason       Rating:  
Read Reviews | Write Review |              Your 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...

Number To Text Converter       
Total Hits: 483  |  Today: 0 Author: pinakvashi       Rating:  
Read Reviews | Write Review |              Your 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....

Animated Gif Control       
Total Hits: 249  |  Today: 0 Author: Jen Sam Lam       Rating:  
Read Reviews | Write Review |              Your Rating: 

OCX to display Animated Gifs in Visual Basic project. Run the .vbg to see it in action....

Visual Studio 6.0 TypeLib Information Object Library HTML Help File       
Total Hits: 1914  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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....

Counting Colours in an Image       
Total Hits: 470  |  Today: 0 Author: http://www.vbaccelerator.com       Rating:  
Read Reviews | Write Review |              Your 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...

Hue Luminance and Saturation (HLS) Model and Manipulating Colours       
Total Hits: 377  |  Today: 0 Author: http://www.vbaccelerator.com       Rating:  
Read Reviews | Write Review |              Your 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...

Simple Alarm Application       
Total Hits: 229  |  Today: 0 Author: mimosa       Rating:  
Read Reviews | Write Review |              Your 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...



DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com