README.md
December 5, 2022 ยท View on GitHub
Description
RTBacgkround demonstrates how to make a Rich Text Box have a transparent background, allowing a background image to be placed below it in order to give the appearance of a background image.
More Info
File name of an image
The scroll bar does not redraw, though it will reappear if you hover over it with your mouse.
| Submitted On | 2009-05-04 12:10:54 |
| By | Andrew Sachen |
| Level | Beginner |
| User Rating | 4.8 (19 globes from 4 users) |
| Compatibility | VB 5.0, VB 6.0 |
| Category | Graphics |
| World | Visual Basic |
| Archive File | RTBackgrou215145542009.zip |
API Declarations
Private Declare Function SetWindowLongA Lib "user32" (ByVal hWnd As Long, ByVal nIndex As Long, ByVal dwNewLong As Long) As Long