Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dialog Icon
#1
Ok i know that you can change your dialog icon, but idk how ive tried several other things but ended up messing it up lol. i wanted to change the dialog icon or what ever its called, :little green arrow: ty
#2
In QM 2.1.9 you can simply specify icon file when calling ShowDialog.

Code:
Copy      Help
if(!ShowDialog("" 0 0 0 0 0 0 0 0 0 "mouse.ico")) ret

In older QM versions you can set icon in dialog procedure. Search forum for WM_SETICON.
#3
Gintaras Wrote:In QM 2.1.9 you can simply specify icon file when calling ShowDialog.

Code:
Copy      Help
if(!ShowDialog("" 0 0 0 0 0 0 0 0 0 "mouse.ico")) ret

In older QM versions you can set icon in dialog procedure. Search forum for WM_SETICON.
tyvm bro


Forum Jump:


Users browsing this thread: 1 Guest(s)