C3rd
Prototype POS System - Transparent GUI
Posted: 23 Apr 2010, 16:48pm - FridayPOS System - Transparent GUI
My article is about a prototype POS system for grocery stores or 24 hours mini marts using Transparency graphical user interface. Transparency in MS Visual C# works similar to chroma keys in Adobe After Effects or Premiere. All you have to do is set a color key to make it transparent.- As you create a form as Form1, go to Form1 properties and set TransparencyKey to Black.
- Then set your Backcolor of your form to Black.
- In Photoshop or any image editing tools, create an GUI or layout design then save as PNG format.
- In Form1 properties, set BackgroundImage and select the PNG image you created from Photoshop or other image editing tools.
- Set also the FormBorderStyle to None and Opacity to 95%.
- Then run your project. You'll see the transparency works well. :)