Case "TabControl.TabControl"
Control(Controls(i),TabControl).Left = 2 * Control(Controls(i),TabControl).Left
Control(Controls(i),TabControl).Top = 2 * Control(Controls(i),TabControl).Top
Control(Controls(i),TabControl).Height = 2 * Control(Controls(i),TabControl).Height
Control(Controls(i),TabControl).Width = 2 * Control(Controls(i),TabControl).Width
Program tested on glofiish x500+ with NET CF 3,5
Which device are we talking about? Have you tried reducing the size of the TabControl in case it is a size issue and the tabs are off the screen?how it looks on my Glofiish M700
We talking aboutWhich device are we talking about?
First screenshot was only for comparison - how it looks on my non-vga device (and how i want it to look on vga) and the second - how it really looks on vga device.Program tested on glofiish x500+ with NET CF 3,5
It is very strange, but the problem was here... I've added "Top-50" property to TabControl and also "top+50" property to all panels on this form. I dont know why, but it worksHave you tried reducing the size of the TabControl in case it is a size issue and the tabs are off the screen?