Quantcast
Channel: VBForums - CodeBank - Visual Basic 6 and earlier
Browsing all 1492 articles
Browse latest View live
↧

[VB6] DirectSound.

With Direct3D9 I did the type library and module support functions for DirectSound. The archive contains a type library dsvb.tlb and module DS_Functions.bas. In the future, I add a class module to...

View Article


VB6 - 2D DCT & IDCT - Separable Discrete Cosine Transform (Any Size)

After may attempts I succeed on coding separable 2D DCT IDCT (II) of any size rectangular window. Here is the Code: Code: Private Function alpha(value As Long) As Double     If value = 0 Then...

View Article


Image may be NSFW.
Clik here to view.

Simple 3-Way Splitter

This is a very simple 3-way splitter project. It uses the Form instead of Pictureboxes as the splitter bars. Any thoughts about improving it are welcomed Attached Files 3-Way Splitter.zip (3.2 KB)

View Article

Image may be NSFW.
Clik here to view.

Custom GDI+ PNG Writer v2.0

Completely revamped, comments below reflect the new version. Backup your previous version if you still want it. If you use GDI+ to write PNGs, one of the shortcomings is that many...

View Article

Using a variable to open a form

Hi, Im looking to use the text from the variable to open a form Does anyone know? Im stumped :( If i havnt made myself clear please message me back. Thanks in advance! Private Sub...

View Article


Reset array to 0-Zero - Fast way ?

hi, I have a question: Supposing to have an array (of doubles), ARR, that contains N values. To set all values of the array to Zero, is it faster to scan it and set each value Code: For i = 0 To N...

View Article

Image may be NSFW.
Clik here to view.

[Vista+] Code Snippet: Get and set the Rating (stars) of a file

In Explorer, things like Pictures and some other types have a 'Rating' property category that shows a 0-5 star rating. You can get and set this rating programmatically, and this also provides a basis...

View Article

Image may be NSFW.
Clik here to view.

LynxGrid..Modifications

This is a 'rar' file...I just added a '.zip' extension. The modified LynxGrid that I abandoned for vhGrid might be useful to someone. Note: the coding is very ugly or basic. LucasMKG saying Hala to...

View Article


Is there any way to control with references on any devices without missing error

Hi guys, i'm back to help me to solve this small problem (if could) my problem not in coding the problem when i try to run my (*.exe) file on other device, there's error shows like (*.dll) not found......

View Article


Image may be NSFW.
Clik here to view.

EXtract Gray Level Coocurence Matrix (Haralick Texture)

Re-Implementation of Haralick Texture Wrotten in Visual Basic Classic for general information, haralick texture is algorithm to extract textural feature of an image. your can read more about haralick...

View Article

Vibian - The Mini VB6 Framework

Good day: I found a library which can compete with .net framework. Its was Vibian a single DLL but rich in VB6 functions. Please help them to improve this code and library it has a big potential. Here...

View Article

[VB6] Check If a Window is on the Desktop

If you save your window position when your application exits, it's good to check to make sure that the monitor it was on is still there and is the same size it used to be when you start up. This code...

View Article

Image may be NSFW.
Clik here to view.

VB6 Simple View-SQL-Editor for JET-mdb's

Just a little Demo (80 lines of code) which could easily be enhanced (with a little love) - to real "Tool-Status". For example when a "full Access-Installation" is not given on some machine or...

View Article


Image may be NSFW.
Clik here to view.

VB6 StarRating-Control (cairo-Rendering)

This is an implementation, based on Vector-Drawing (with the cairo-Wrapper-Classes from vbRichClient5). A normal VB6-UserControl is used as the Host for these Drawings - fully transparent and...

View Article

Image may be NSFW.
Clik here to view.

[VB6] IcoWriter - Yet another "hIcon to array/file saver"

IcoWriter is a VB6 class that can be used to save hIcon handles into ICO format. it can provide them as a Byte array or write them to a disk file you provide a name for. Details Unlike some sample code...

View Article


Image may be NSFW.
Clik here to view.

[VB6] Basic unzip without 3rd party DLL or shell32- IStorage-based

So the only other method I've really seen to extract zip archives without shell32 or a 3rd party DLL is a full implementation of the ZIP algorithm, and while this isn't exactly a lightweight method,...

View Article

crop, resize, zoom and save image

Hello to all, I am not an expert in programming, but I'm doing work for college and a part of my need to work insert an image with an option to rotate, zoom in and out and then select only one area of...

View Article


[VB6] Code Snippet: Get/set/del file zone identifier (Run file from internet?...

So I'm sure everyone has been asked by Explorer whether or not they want to open a file they downloaded from the internet. But how does Explorer know whether or not to ask this question? This...

View Article

Image may be NSFW.
Clik here to view.

VB6 ViewPort-Handling per cairo

A simple Demo, how to work with a larger Image in conjunction with a smaller ViewPort, using Cairo-ImageSurfaces and their Transformation-methods (Translate, Scale, Rotate), to make this task a quite...

View Article

Image may be NSFW.
Clik here to view.

[VB6] Enumerate Services

The demo project below shows how to enumerate the services on the local computer using the EnumServicesStatusEx API function. The project also demonstrates how to retrieve various properties of the...

View Article
Browsing all 1492 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>