G
Guest
Hi,
I have to develop a full screen application (without TitleBar and Control
Box). Using the following code, it is possible.
Me.WindowState = FormWindowState.Maximized
Me.FormBorderStyle = FormBorderStyle.None
Me.ControlBox = False
Me.Menu = Nothing
But if I wants a SIP, then I have to comment the fourth line, i.e., Me.Menu
= Nothing
Then the SIP will be there, but the Titlebar also appers. And the user can
switch over to another application by clicking the Start Button.
My question is, how we can disable the Titlebar(Start button) and enable the
SIP simultaneously?
I have disabled the clock by editing the registry using:
HKEY_LOCAL_MACHINE\Software\Microsoft\Clock\
Value: AppState
Data: 11 to enable, 30 to disable
Is there any similar way to disable the Start Button?
Thanks in Advance,
Regards,
Hari
I have to develop a full screen application (without TitleBar and Control
Box). Using the following code, it is possible.
Me.WindowState = FormWindowState.Maximized
Me.FormBorderStyle = FormBorderStyle.None
Me.ControlBox = False
Me.Menu = Nothing
But if I wants a SIP, then I have to comment the fourth line, i.e., Me.Menu
= Nothing
Then the SIP will be there, but the Titlebar also appers. And the user can
switch over to another application by clicking the Start Button.
My question is, how we can disable the Titlebar(Start button) and enable the
SIP simultaneously?
I have disabled the clock by editing the registry using:
HKEY_LOCAL_MACHINE\Software\Microsoft\Clock\
Value: AppState
Data: 11 to enable, 30 to disable
Is there any similar way to disable the Start Button?
Thanks in Advance,
Regards,
Hari