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

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -