Hi, Does somebody know how to remove the SIP icon from the menu bar? Regards, Harry
H HARRY Active Member Licensed User Longtime User Aug 14, 2009 #1 Hi, Does somebody know how to remove the SIP icon from the menu bar? Regards, Harry
Erel B4X founder Staff member Licensed User Longtime User Aug 14, 2009 #2 You can remove the whole menu bar with FormLib.FullScreen.
B Byak@ Active Member Licensed User Aug 15, 2009 #3 Erel,he wont remove only a sip button. it is real,but i don't know how.you may find it in msdn.and do it with door library
Erel,he wont remove only a sip button. it is real,but i don't know how.you may find it in msdn.and do it with door library
B Byak@ Active Member Licensed User Aug 26, 2009 #4 UUUp! in C++ it is HWND hwndCB = ::FindWindow(_T("SipWndClass"),_T("")); ::ShowWindow( hwndCB, SW_SHOW); hwndCB = ::FindWindow(_T("MS_SIPBUTTON"),NULL); ::ShowWindow( hwndCB, SW_SHOW); Click to expand... but what about B4PPC? i know it is real... i'm found how do it in VB.net How To: Hide the SIP Button in VB.NET Compact Framework Last edited: Aug 26, 2009
UUUp! in C++ it is HWND hwndCB = ::FindWindow(_T("SipWndClass"),_T("")); ::ShowWindow( hwndCB, SW_SHOW); hwndCB = ::FindWindow(_T("MS_SIPBUTTON"),NULL); ::ShowWindow( hwndCB, SW_SHOW); Click to expand... but what about B4PPC? i know it is real... i'm found how do it in VB.net How To: Hide the SIP Button in VB.NET Compact Framework
Erel B4X founder Staff member Licensed User Longtime User Aug 26, 2009 #5 I've played with this code SHFullScreen. However once the user clicks on the menu bar the SIP button reappears. So I don't find it really useful.
I've played with this code SHFullScreen. However once the user clicks on the menu bar the SIP button reappears. So I don't find it really useful.