I am working on a Dell Axim x51 and WM 5.0. Visual Studio .NET 2005 PRO on
Vista Home. Using Visual Basic .NET with the WM 5.0 SDK.
I couldn't find any examples through Google, so I am hoping I can find an
example to do what I want.

What I want to do is use VB.NET to Programmatically open the SIP ...
specifically I want to open the numeric keypad.
That's the one where 0-9 is the middle nine blocks.

If anyone can refer me to some vb.net code samples, that would be great.
Thanks!

RE: Vb.net programmatically open sip by DaltonGR

DaltonGR
Mon Dec 10 05:24:00 PST 2007

add a sip control to your form from toolbox.
sipname.visible = true


"Tom Holmes Jr." wrote:

> I am working on a Dell Axim x51 and WM 5.0. Visual Studio .NET 2005 PRO on
> Vista Home. Using Visual Basic .NET with the WM 5.0 SDK.
> I couldn't find any examples through Google, so I am hoping I can find an
> example to do what I want.
>
> What I want to do is use VB.NET to Programmatically open the SIP ...
> specifically I want to open the numeric keypad.
> That's the one where 0-9 is the middle nine blocks.
>
> If anyone can refer me to some vb.net code samples, that would be great.
> Thanks!
>
>
>