Results 1 to 2 of 2

Thread: Generating button on DelphiX

  1. #1

    Generating button on DelphiX

    How can I make a button using DelphiX.
    www.netsoccer.biz

  2. #2

    button

    Possibly the easiest way to make a button in delphiX is to create your own button class. Use a graphic with four states, up down, down, mouse over and disabled. In the dxtimer loop draw your buttons. When a mouse down event occurs pass the location to the button code to check if the mouse down/up occured within the bounds of the button.
    The views expressed on this programme are bloody good ones. - Fred Dagg

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •