Announcement

Collapse
No announcement yet.

Images on buttons

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Images on buttons

    I've seen it posted here about putting images on buttons, does someone have a URL or example on how to do this?

    Scott


    ------------------
    Scott
    mailto:[email protected][email protected]</A>
    Scott Turchin
    MCSE, MCP+I
    http://www.tngbbs.com
    ----------------------
    True Karate-do is this: that in daily life, one's mind and body be trained and developed in a spirit of humility; and that in critical times, one be devoted utterly to the cause of justice. -Gichin Funakoshi

  • #2
    CONTROL ADD IMGBUTTON ? (or IMGBUTTONX)

    Otherwise, create button with %BS_BITMAP or %BS_ICON style and use
    %BM_SETIMAGE message to set bitmap or icon to it (using handle
    from LoadImage or LoadIcon).


    ------------------

    Comment


    • #3
      That Rocks, thanks!


      Scott

      ------------------
      Scott
      mailto:[email protected][email protected]</A>
      Scott Turchin
      MCSE, MCP+I
      http://www.tngbbs.com
      ----------------------
      True Karate-do is this: that in daily life, one's mind and body be trained and developed in a spirit of humility; and that in critical times, one be devoted utterly to the cause of justice. -Gichin Funakoshi

      Comment

      Working...
      X