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

Image may be NSFW.
Clik here to view.

[VB6] - Modify the standard ListBox.

Make a class with which you can modify the drawing standard list. He has event Draw, which is caused when the need render the next element of the list. To work, you need to install in the list of...

View Article


Image may be NSFW.
Clik here to view.

[VB6] - Class for subclassing windows and classes.

Hello everyone! Developed a class with which you can work with subclassing. The class has an event WndProc, which is caused when receiving the message window. You can also put on a class subclassing...

View Article


[VB6] - Class for waiting asynchronous kernel objects.

Hello everyone! Developed a class for asynchronous standby kernel objects. The class generates an event when setting the object to the signaled state or timeout. Works with any objects.* The class has...

View Article

Image may be NSFW.
Clik here to view.

[VB6] - Desktop lens.

Hello everyone! With this software, you can view a certain part of the screen increases, the increase can change the wheel, exit - ESC* module: Code:     cy As Long     flags As Long End Type Private...

View Article

Image may be NSFW.
Clik here to view.

[VB6] - FM-synthesizer Trick FM

Hello everyone! Once upon a time he studied sound synthesis, in particular FM (frequency modulation) method. Was written test program synthesizer. Today I tweaked it a little bit, did GUI, etc....

View Article


Image may be NSFW.
Clik here to view.

[VB6] - Multithreading is an example of a fractal Julia.

Hello everyone! I really like fractals and fractal sets. Wrote several test programs, where you can generate and change the settings for different fractals. In this example, you can generate the Julia...

View Article

Image may be NSFW.
Clik here to view.

[VB6] - Hypercube (tesseract).

Hello everyone! I have always aroused the interest of four-dimensional figures, and generally multi-dimensional space. I decided to write a small program where you can twist in four-dimensional...

View Article

Image may be NSFW.
Clik here to view.

[VB6] HTTP Polling for Disconnected Recordsets

CabTrack is a stripped down example of a central site polling a series of remote sites for data updates. The remote sites accumulate data in a disconnected Recordset until polled via HTTP. Then the...

View Article


[VB6] - TrickControls.

Hello everyone! Here I will collect a library of controls (OCX), along with the source code as free time. All controls support Unicode. PS. Especially test I have no time, so I will be glad if someone...

View Article


Image may be NSFW.
Clik here to view.

[VB6] An ADO "PutString" function

Normally we can use tools like Jet's Text IISAM to import delimited text. But sometimes our delimited text might not be in a file. Perhaps we received it from a web service or a TCP connection or...

View Article

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


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