Quantcast
Browsing all 1448 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

[VB6] - Hash-table

Represent a standalone class implements a hash table, which in many cases can be a substitute for the dictionary (Dictionary) of Scripting runtime. Implements all the same methods as in the dictionary,...

View Article


[VB6] - Multithreading in VB6 Part 1

Hello everyone! Many people wonder multithreaded programs written in VB6. Write multithreaded programs in VB6 quite real, I have many examples that I also published in my blog, but there are...

View Article


[VB6] - Multithreading in VB6 part 2 - the creation of Native DLL.

Hello everyone! Today I will talk about yet another method of writing multithreaded programs on VB6, namely the creation of threads in the Native DLL. In principle, there is nothing complicated,...

View Article

[VB6] - Multithreading in VB6 part 1

Hello everyone! Many people wonder multithreaded programs written in VB6. Write multithreaded programs in VB6 quite real, I have many examples that I also published in my blog, but there are...

View Article

[VB6] - Multithreading in VB6 part 3 - DLL injection.

Hello everyone! This part is rather more about DLL injections than about threading as such, but because DLL can run programs with different numbers of threads I made this as a continuation of the...

View Article


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
Browsing all 1448 articles
Browse latest View live


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