c# - MessageBox.Show() Custom Icon? -
i want use custom icon in messagebox.show("message", "title", messageboxbutton.ok, meesageboxicon.myicon) method.
any suggestion please?
i wrote 1 little while ago, works regular messagebox class.
custommessagebox (class): http://pastebin.com/m8evbmzi
messageform (form): http://pastebin.com/jawhzdzy
messageform (designer code): http://pastebin.com/crxjeufn
Comments
Post a Comment