Howto Disable SIP

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am developing a PPC application in C#. The application uses a menu bar, due
to which the SIP is shown in the right bottom corner by default. Is it
possible to disable the SIP? Or remove it from the tray?
I need to show the menu bar, but not the SIP.
Kindly suggest.

Thanks,
Sapna
 
See the code here for using SHFullScreen. Instead of using the
SHFS_HIDESTARTICON pass the SHFS_HIDESIPBUTTON constant instead.

Peter
 
Back
Top