Simple Color Bar usercontrol
Just messing around and came up with this colorbar. Straight forward code, no rocket science here. Hope someone finds it useful. Attached Images  Attached Files colorBar.zip (12.2 KB)
View ArticleAnimation demonstration drawing a rectangle with gradient filling by vb6
from here?https://blog.csdn.net/weixin_3210910...ails/117191984 This may be the original link that I can't open to view. http://vbcity.com/forums/t/73200.aspx Code: Â Dim r As RECT Â Â r.Left = 10...
View ArticleGet a computer hardware ID
This code is for identifying a computer. It returns a number corresponding to that Motherboard/Processor/NetworkAdapter And it also returns a number for each disk. The functions are:...
View ArticleStep Editor For Band Weaving
Use to design the steps needed for weaving bands on an inkle loom. I've tried to get all the bugs out, so I hope you like and can use it. Any comments welcome.PatDes.zip Attached Images  Attached...
View ArticleVB6 - Customizable Balloon Tooltips for all controls (supports Unicode)
This is another spin on "Customizable Balloon Tooltips" for your controls (mainly inspired from Elroy's example in this thread). All relevant code for the tooltips is encapsulated in the "cTT" class...
View ArticleNews Banner usercontrol
I was watching NewsMax and their news banner caught my eye. So I decided to make my own. It's fairly simple. It was fun to be programming if nothing else. Have fun. Attached Images  Attached Files...
View Articlezoom set vb6 menu font size
Private Sub Form_Load() Call CreateMenus(Me.hWnd, 50) OldWindowProc = SetWindowLong(Me.hWnd, GWL_WNDPROC, AddressOf NewWindowProc) End Sub Private Sub Form_Unload(Cancel As Integer) Call OnDestroy End...
View ArticleDirectX7 DX7 for VB6 Game Engine Enhanced Edition
A piece of code found on the Internet can be changed to DX8 and DX12 if you are interested, and a simplest game interface can be realized as a learning reference for learning VB6 game development and...
View ArticleGetFolder
https://www.vbforums.com/showthread....acement-dialog The code in Msg2 needs a reference added. Anyone know what it is? With it will the code there return a folder ? The link in msg 1 has expired but...
View ArticleVBDecompiler?Get the EXE compiled by VB6 of form information
down from pudn Semi VB Decompiler by vbgamer45 Open Source Version: 0.03 Contents What's New? Features Questions? Bugs Contact Credits What's New? Version 0.03 P-Code decoding started and image...
View ArticleDesktop Date Banner
Sits on desktop and shows Date information. I put it in Start Up Folder so it loads when Windows runs Attached Images  Attached Files DesktopDate.zip (25.1 KB)
View ArticleTokenized Text Box control - A text box that contains tokens, and...
Hello, guys. Here is a control that implements a Tokenized Text Box. It's a gloryfied textbox, which can remember about a dozen tokens (each token having it's own text and numeric ID). The textbox also...
View ArticleLooks usfull
Did not know were to post this so I put it here only in the hope you may find it usfull, I found this while looking on a VB site it ment to be a version of the VB6Runtime I not tested it my self, looks...
View Article[VB6] Convert PDF and PNG to ZPL
This mdImageConvert.bas module can use pdfium.dll to render PDFs or can use GDI+ to load PNGs and then converts these bitmaps to ZPL's text based Alternative Data Compression scheme which is used by...
View ArticleVB6 ShownInTaskBar,Show Form ICO IN taskbar or hide
Code: Private Declare Function SetWindowLong Lib "user32" Alias "SetWindowLongA" (ByVal hWnd As Long, ByVal nIndex As Long, ByVal dwNewLong As Long) As Long Private Declare Function GetWindowLong Lib...
View Article[VB6] Convert PDF and PNG to ZPL for label printing
This mdImageConvert.bas module can use pdfium.dll to render PDFs or can use GDI+ to load PNGs and then converts these bitmaps to ZPL's text based Alternative Data Compression scheme which is used by...
View Article[VB6] LexAna - Mini parsing system. Create your own language
LexAna is a mixed (bottom-up and top-down), nondeterministic, minimalistic, parsing system. Features: - Based on the regular expressions for lexical and syntax processing - Syntax for Lexer and Parser...
View ArticleVB6 - Simplest IDE-Safe Subclassing, No Thunks, No Crashes (just like VB6...
This project continues the idea from this post (basically using an ActiveX DLL for subclassing while developing in IDE and switching to regular subclassing in the final executable based on a...
View ArticleTaking a screenshot and have it / save it with cCairoSurface
Hello! Can somebody tell me how to take a screenshot and (successfully) have it / store it using a cCairoSurface? The following code creates an image of the desired size, however it is transparent...
View ArticlePossible bug in RC6 cCairoSurface
Hello! I am not sure if there is any official RC6 thread... Could you please check if the Booleans are a bug? Thank you! Function AdjustColors(Brightness As Double, [Contrast As Double], [Gamma As...
View Article