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

Image may be NSFW.
Clik here to view.

[VB6] - Class for copying a file in a separate thread with display progress.

Hello everyone! There are times when you want to copy a large file (s), with a standard function "FileCopy" freezes the entire program as long as the copy is complete. I have developed a class that...

View Article


Image may be NSFW.
Clik here to view.

[VB6] - Multi-line standard tooltip.

Standard tooltip (property "ToolTipText" of controls) does not support multi-line text and displays all the text on one line. Suggest module that supports "multiline" standard tooltip based on...

View Article


[VB6] - Injection to another process.

Everyone knows the utility SPYXX. With it you can do a lot of interesting things. Among its features - View messages sent by the window, and the results of their treatment. I decided to do something...

View Article

Image may be NSFW.
Clik here to view.

[VB6] - Calling functions by pointer.

Exploring the function VBA6 figured out a way to call functions the pointer. It's simple. Declare a function prototype (void function), where the first argument will be further transferred to the...

View Article

Image may be NSFW.
Clik here to view.

[VB6] - View GIF animation.

Hello everyone! You can view the animation in any window that has a property "hWnd". Are also respected the speed and number of repetitions (as in the original GIF'e) are also important parameters are...

View Article


[VB6] - Translation of the string to a number and vice versa.

Hello everyone! Basic functions for translation and validation of numbers to strings (and back) is very uncomfortable in terms of the fact that there is a lot to write, and they have their "eat." We...

View Article

Image may be NSFW.
Clik here to view.

[VB6] - Multithreading in VB6 part 4 - multithreading in Standart EXE.

Hello everyone. Now I have a little time, so I have not often been programming BASIC and less likely to appear on the forum. Today again I will be talking about multi-threading, this time in the...

View Article

Image may be NSFW.
Clik here to view.

[VB6] - Using GDI+ for generation a fir-tree.

Hello everyone! I present to you a Christmas tree generated using GDI+. Code: Option Explicit ' Ёлка VB6 ' © Кривоус Анатолий Анатольевич (The trick), 2013 Private Type GdiplusStartupInput...

View Article


Image may be NSFW.
Clik here to view.

[VB6] - Vocoder.

Hello everyone. Creating music, I've seen a lot of different virtual instruments and effects. One of the most interesting effects is the vocoder, which allows you to modulate his voice and make it...

View Article


Image may be NSFW.
Clik here to view.

[VB6] - Rotation a windowless controls.

Code: Option Explicit Private Type XFORM   eM11 As Single   eM12 As Single   eM21 As Single   eM22 As Single   eDx As Single   eDy As Single End Type Private Declare Function SetGraphicsMode Lib...

View Article

[VB6] - Module with advanced mathematical functions for real and complex...

Code: '+=====================================================================================================================================+ '|...

View Article

Unhighlighting ComboBox, DropdownCombo text in VB6

Although it is a minor aesthetic issue, when I have a dropdown list I do not like to see the text highlighted either at the program start or after selecting a list item. Most of the time I also have...

View Article

Unhighlighting ComboBox, DropdownCombo text in VB6 SP3

'Although it is a minor aesthetic issue, when I have a dropdown list I do 'not like to see the text highlighted either at the program start or after 'selecting a list item. Most of the time I also have...

View Article


Image may be NSFW.
Clik here to view.

[VB6] - Combobox for color selection.

Standard VB combo box does not allow standard means to draw on the list. To work around this limitation, in its module I use OWNERDRAW style combo box. After small completion, you can do anything with...

View Article

[VB6] - Circular spectrum visualizer.

Hello everyone! Representing the source code and compiled program graphical visualizer audio spectrum. The sound is analyzed through a standard recording device, i.e. You can select the microphone and...

View Article


Image may be NSFW.
Clik here to view.

[VB6] - Custom rendering window.

In Windows 7, there was a remarkable thing - indication of progress on the taskbar button. To use this feature on VB6 (and any other language) you need to create an object TaskBarList, get...

View Article

Image may be NSFW.
Clik here to view.

[VB6] Bytarr - String-style operations by wrapping a Byte array

People seem to get tangled up in their underwear a lot trying to fiddle with binary data in String variables. Often they run into nightmares where they convert Unicode "to Unicode" and then back later,...

View Article


Image may be NSFW.
Clik here to view.

[VB6] Scroller - DataRepeater alternative

If the stock DataRepeater control works well for you that's just great. But sometimes it can be awkward to work with because of its use of data binding and the need for a separate OCX containing the...

View Article

Enumerate Schannel Cipher Suites

Learning from our experience with BCryptEnumAlgorithms, we can enumerate the Cipher Suites supported by Schannel our system (43 on my system). J.A. Coutts Code: Option Explicit...

View Article

Image may be NSFW.
Clik here to view.

VB6 Handling of PNG-Sprites in a Game-like Scenario

Well, this small Demo shows, how to properly handle a Sprite-based "Game-Scenario" (using a 64x64 tiled Map of "plain-Grass") - as well as a few other "static Sprites" (as unmoving Trees, and two...

View Article
Browsing all 1480 articles
Browse latest View live


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