desof Well-Known Member Licensed User Longtime User Dec 19, 2013 #1 How to make our application starts invisibly in a given situation?
Erel B4X founder Staff member Licensed User Longtime User Dec 20, 2013 #2 There are probably other options. But you can make the main form transparent: B4X: MainForm.SetFormStyle("TRANSPARENT") MainForm.BackColor = fx.Colors.Transparent You should also set its height and width to 0 or 1. Upvote 0
There are probably other options. But you can make the main form transparent: B4X: MainForm.SetFormStyle("TRANSPARENT") MainForm.BackColor = fx.Colors.Transparent You should also set its height and width to 0 or 1.