12-14-2025, 07:00 PM
(12-14-2025, 06:36 PM)bplus Wrote: Pete has been working on one and Dav has nice pop-up. I have some code that does buttons in a menu like fashion that you can add to your screen.
It's funny how things happen. As I'm reading this message I have this new code I just started on in my QB64PE development window !!!!

Code: (Select All)
Type BUTTONTYPE
Height As Integer
Width As Integer
X As Integer
Y As Integer
BorderWidth As Integer
HardBorder As Integer
SoftBorder As Integer
Image As Long
CREATED As Integer
End Type
Dim B(0 To 3) As BUTTONTYPE
Sub MAKEBUTTON_TEXT (bFont As Long, NEWBUTTON As BUTTONTYPE, BorderWidth As Integer)
Dim CImage As Long
End Sub
Obviously this isn't accomplishing anything "Yet !"
I would be interested in a link to your button code ?


