Posts: 116
Threads: 19
Joined: Nov 2006
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
Posts: 12,072
Threads: 140
Joined: Dec 2002
In QM 2.1.9 you can simply specify icon file when calling ShowDialog.
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.
Posts: 116
Threads: 19
Joined: Nov 2006
Gintaras Wrote:In QM 2.1.9 you can simply specify icon file when calling ShowDialog.
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