Hello everyone i would like to create a customised button which looks like a chat dialog shape instead of the normal rectangle . May i know how would i be able to do so?
I tried expression blend but it didnt work out well, read about it and found out that its more like creating a library for it so i can import the work.
Would be nice if someone could show me some tutorials on how it can be done using either the current VS or expression blend which most likey is the case,
THanks in advance!
Regards, TransformBinary Hi guys, sry that i missed this point out, its a code generated button
Meaning i'm trying to
MyButton btn = new MyButton();
instead of
Button btn = new Button();