SIP button invisible in pocketpc2003

  • Thread starter Thread starter massimo capetola
  • Start date Start date
M

massimo capetola

I would like to make invisible the SIP button in my VB.net project, here is
what I do on load event of the form "frmToto"

Dim hWnd As IntPtr = FindWindow(Nothing, "frmToto")

RC = SHFullScreen(hWnd, SHFS_HIDESIPBUTTON)

The "SHFullScreen" return True, but my SIP button is still visible.

What is wrong in my code?

my API declaration:

Public Declare Function SHFullScreen Lib "aygshell" (ByVal hwndRequester As
IntPtr, ByVal dwState As Integer) As Boolean

Public Declare Function FindWindow Lib "Coredll" Alias "FindWindowW" (ByVal
lpClassName As String, ByVal lpWindowName As String) As IntPtr
 
* "Cor said:
Copied,

Thanks.

I forgot to mention that I am not sure how stable this URL will be.
I'll check the URL every 4 weeks and report if it's broken again.

Interesting fact: In the communiy interface, the .NET CF group is one
of the US groups. IMO ordering groups by country isn't very clever,
ordering by language would make much more sense. Hopefully, they will
change that in future.
 
Hi Herfried,

I think that it only can be US groups if they have the extention US.

Just my opinion.

Cor
 
Back
Top