Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How can I make the GUI of my application transparent when I develope that in C#? Any idea guys? Regards
It depends on what parts of your GUI you want to make transparent, windows forms have a Transparency Key property and an Opacity property. Try playing with these to get the effect that you are after. Kev