Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is there a menu function?
#3
(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 !!!!  Big Grin

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 ?
Reply


Messages In This Thread
Is there a menu function? - by Mad Axeman - 12-14-2025, 05:03 PM
RE: Is there a menu function? - by bplus - 12-14-2025, 06:36 PM
RE: Is there a menu function? - by ahenry3068 - 12-14-2025, 07:00 PM
RE: Is there a menu function? - by bplus - 12-14-2025, 07:28 PM
RE: Is there a menu function? - by ahenry3068 - 12-14-2025, 07:54 PM
RE: Is there a menu function? - by bplus - 12-14-2025, 07:59 PM
RE: Is there a menu function? - by ahenry3068 - 12-14-2025, 08:13 PM
RE: Is there a menu function? - by ahenry3068 - 12-15-2025, 02:54 AM
RE: Is there a menu function? - by bplus - 12-14-2025, 08:16 PM
RE: Is there a menu function? - by ahenry3068 - 12-14-2025, 08:42 PM
RE: Is there a menu function? - by Mad Axeman - 12-14-2025, 11:16 PM
RE: Is there a menu function? - by Petr - 12-15-2025, 07:53 AM
RE: Is there a menu function? - by Mad Axeman - 12-15-2025, 09:05 AM
RE: Is there a menu function? - by Petr - 12-15-2025, 11:02 AM
RE: Is there a menu function? - by Mad Axeman - 12-15-2025, 11:13 AM
RE: Is there a menu function? - by bplus - 12-16-2025, 01:58 AM
RE: Is there a menu function? - by Pete - 12-16-2025, 10:28 PM
RE: Is there a menu function? - by SMcNeill - 12-17-2025, 04:43 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Star Suggestion for new REPLACE$() function zaadstra 3 262 01-26-2026, 05:11 PM
Last Post: grymmjack
  Universal Menu Concept Pete 3 385 01-05-2026, 07:31 PM
Last Post: Pete
  Trying to create a simple menu CMR 8 1,238 06-18-2025, 06:59 PM
Last Post: CookieOscar
  Another way to use Hardware Images and Transparency (alpha channel) for a PopUp Menu TempodiBasic 1 520 03-30-2025, 05:10 PM
Last Post: Pete
  Using the Screen function PhilOfPerth 19 3,093 04-16-2024, 05:23 PM
Last Post: bobalooie

Forum Jump:


Users browsing this thread: 1 Guest(s)