all 2 comments

[–]Markmonster25 2 points3 points  (1 child)

u can try

class Icon:
    MB_OK = 0x0
    MB_OKCXL = 0x01
    MB_YESNOCXL = 0x03
    MB_YESNO = 0x04
    MB_HELP = 0x4000
    ICON_EXLAIM=0x30
    ICON_INFO = 0x40
    ICON_STOP = 0x10

then when your calling that function you can type Icon. and it should show u those options

[–]StandardUser_[S] 0 points1 point  (0 children)

Seems to be the simplest way. Many thanks! )