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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top