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

webBrowser Control Transparent

HTML Code: <style>         html, body {             margin: 0px;             height: 100%;             width: 100%;             overflow: hidden;             background: rgba(0, 0, 0, 0);...

View Article


Image may be NSFW.
Clik here to view.

Making Picturebox transparent,Set Alpha Channel Image

Making Picturebox transparent(support PNG alpha) https://forums.codeguru.com/showthre...ox-transparent Quote: Originally Posted by The trick https://www.vbforums.com/showthread....child-controls My...

View Article


Image may be NSFW.
Clik here to view.

vb6 Transparent Control by BitBlt,Transparent Picturebox

vb6 Transparent Control by BitBlt,Transparent Picturebox in form1 Code: TransparentWithHdc Picture1.hwnd, Picture1.Hdc in bas file: Code: Public Declare Function ReleaseCapture Lib "user32" () As Long...

View Article

Image may be NSFW.
Clik here to view.

Transparent Png Control by vb6

PngBall2.AutoSize = False Call PngBall2.LoadPng("", "GLOBE", "PNG") PngBall1.LoadPng ("01Alpha_Png.png") GetWindowRect disables the display zoom (right-click of the program) when the GetWindowRect is...

View Article

Image may be NSFW.
Clik here to view.

VB6 RC6 Cam-Streaming (with local QRCode-Decoding)

Just a little demo, which shows how to use the new cVidCap-Class of the RC6-lib (a version >= 6.0.7 is needed). It is relatively simple to set-up (basically only a connect-MethodCall with a few...

View Article


Image may be NSFW.
Clik here to view.

(VB6) Detect Design-time and uncompiled

Code can run at design time if you have UserControls or also you can type a procedure name in the immediate window and run that code. This function takes advantage of an error that is raised only at...

View Article

Image may be NSFW.
Clik here to view.

(VB6) Add-In to change the default font of new forms

It changes the default font from 'MS Sans Serif' to other font of new Forms, UserControls and PropertyPages that are added to the project. You can configure the font that you want, the default one is...

View Article

how to transparency Button like Listbox by vb6?

Code: Option Explicit   Private Declare Function ReleaseCapture Lib "user32" () As Long Private Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long,...

View Article


Image may be NSFW.
Clik here to view.

Simple transparent button control For VB6

Private Sub Form_Load() Me.Picture = LoadPicture(App.Path & "\bg.jpg") 'MyButton1(0).FilePath = "bt1a.png" 'MyButton1(0).FileClick = "bt1b.png" End Sub Private Sub Form_Activate() If Me.Tag = ""...

View Article


how to use alpha png for buttons,Transparent toolbar Control by vb6

it's use ImageList1.MaskColor ,how to use alpha png for buttons ?or use api without imagelist control ? [VB6] ListView / TreeView Extended and Custom Checkboxes-VBForums...

View Article

Image may be NSFW.
Clik here to view.

VB6 Png Control,Simple transparent button control For VB6

Simulate the control transparency effect: the developed custom control usercontrol sets a screenshot function as the base image, bitblt draws the background image on the form (or screenshots with other...

View Article

Image may be NSFW.
Clik here to view.

(VB6 Add-In) Move selected controls

Move several controls certain left and/or top at the same time. Not sure if other add-ins do this (probably), but one feature that the VB6 IDE lacks is the ability to move all the selected controls at...

View Article

Image may be NSFW.
Clik here to view.

(VB6) Add-In - Move selected controls

Move several controls certain left and/or top at the same time. Not sure if other add-ins do this (probably), but one feature that the VB6 IDE lacks is the ability to move all the selected controls at...

View Article


More Misc Programs

Here are 8 more misc programs from my unfinished folder. They are : Create Dummy Files , DrawOnForm with floodfill, Filename generator, Morse Code, Names List Maker, On/off usercontrol, random Strings,...

View Article

XML Class to read & write

Hi. I am wondering if anyone has a drop in class that is easy to read & write nested xml files. Ive seen and got a few that read very basic xml files. but i am not good enough to make it read &...

View Article


Image may be NSFW.
Clik here to view.

Abbreviate Text

This has very little use but I enjoyed the programming. Can be used to create control labels. See what you think about it. Attached Images   Attached Files Abbrev.zip (3.9 KB)

View Article

Image may be NSFW.
Clik here to view.

VB6 SQL-queryable Resources, based on ZipContainer-Files

This Demo has a dependency to RC6 (but would work with RC5 as well). The framework-dependency was included, to be able to conveniently "Select" resource-data via SQL - (from the ZipFile - InMemory......

View Article


Delete this post

sorry :/

View Article

Image may be NSFW.
Clik here to view.

Name Generator

Create male names, female names, with or without middle initial and can add Mr. and Mrs. Code is simple and straight forward. Names list can be saved .I'd load a snapshot but not uploading it for some...

View Article

Image may be NSFW.
Clik here to view.

VB6 Office ribbon Activex Control,ribbon Ocx

Code:     .AddTab "tab2", "Tab 2", True     .AddCat "cat2", "tab2", "Group 1", False, ""     .AddButton "but8", "cat2", "Search1", "save", False, "", False           .AddCat "cat3", "tab2", "Group 2",...

View Article
Browsing all 1530 articles
Browse latest View live


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