The following patch can be applied to programmatically raise the keyboard
during text input stages of connection:
#if UNDER_CE
// Try to bring up input panel
BOOL fRes = FALSE;
SIPINFO si;
memset(&si, 0, sizeof(si));
si.cbSize = sizeof(si);
if (SHSipInfo(SPI_GETSIPINFO, 0, &si, 0))
{
si.fdwFlags |= SIPF_ON;
fRes = SHSipInfo(SPI_SETSIPINFO, 0, &si, 0);
}
#endif
I added this to my version because PocketPC's always default to their
personal info manager, which does not have the little button to bring up
the keyboard. This forced me to go through some contortions to get the
keyboard up, so I just made VNC bring it up for me.
Mac
At 04:00 PM 3/28/01 +0100, you wrote:
>Their build doesn't seem to allow access to the VNC window *and* the CE
>keyboard at the same time - you can't therefore type in the server address.
>
>Oh dear... :(
>
>James "Wez" Weatherall
>--
> "The path to enlightenment is /usr/bin/enlightenment"
>Laboratory for Communications Engineering, Cambridge - Tel : 766513
>AT&T Labs Cambridge, UK - Tel : 343000
>
>----- Original Message -----
>From: "Steven Caesare" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Monday, March 26, 2001 9:47 PM
>Subject: Re: VNC for Pocket PC
>
>
>> http://www.conduits.com/ce/apps/vnc.asp
_____________________________ /"\
Mac Reiter \ / ASCII Ribbon Campaign
Nomadics, Inc. X Against HTML Mail
[EMAIL PROTECTED] / \
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------