I am using
this.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)),
((System.Byte)(255)), ((System.Byte)(128)));
this.TransparencyKey = System.Drawing.Color.FromArgb(((System.Byte)(255)),
((System.Byte)(255)), ((System.Byte)(128)));
to set my form background into transparent. I am making a pocket pc version
of this and it seems like there is no support for transparencykey. How can i
set the form to transparent? any help would be really appreciated. Need this
so much. Thank you so much. Any code in C# would be very helpful. Thank you
again.