SIP button invisible in pocketpc2003

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
 
H

Herfried K. Wagner [MVP]

* "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.
 
C

Cor

Hi Herfried,

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

Just my opinion.

Cor
 

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

Top