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

[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.

Login and registry system for application

Hi all As part of my Computing coursework I need to create an application as per a scenario. The full thing is explained in the pdf below: Training Log.pdf Due to my work being deleted, I was forced to...

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] 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


Image may be NSFW.
Clik here to view.

VB6 fast MJPG-Stream-Decoding from (http-streamed) WebCams - vbRichClient5

Ok, the title is mentioning it already - this Demo is related to the decoding of "true WebCam-streams" (not to the Cams, which hang on your USB-port), and those Internet-Cams are usually directly...

View Article

[VB6] Code Snippet: Converting an hIcon to an hBitmap

So this isn't a full on project (although it will be part of an upcoming one), just some code- doing this conversion in VB turned out to be very difficult for someone unfamiliar with graphics APIs....

View Article

Image may be NSFW.
Clik here to view.

[VB6] List/Execute File Handlers: IAssocHandler and IAssocHandlerInvoker...

Association Handlers Demo IAssocHandler | IEnumAssocHandlers | IAssocHandlerInvoker Windows Vista and above provider a shell interface to get a list of all handlers registered to open a particular file...

View Article
Browsing all 1529 articles
Browse latest View live


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