1. ping from pc to pocket pc doesn't work !? - Pocket PC Networking
2. Setting initial focus in html using Javascript - Pocket IE on Windows 2003 Pocket PC
This HTML has a bit of Javascript at the end that puts the initial
focus on the userID field. It works great on Windows2000 running IE6,
but the initial focus never goes to the userID field on Windows 2003
PocketPC (Windows Mobile) running Pocket IE.
<html><head><title>WMS - P280WF100 - Login</title><META
HTTP-EQUIV='expires' VALUE='0'>
</head>
<body>
<form name="frmLogon" action='p280wp100' method='get'>
<table>
<tr>
<td>User ID</td>
<td>
<input id='userID' name='userID'
type='text'
maxlength=10
size=10
>
</input></td>
</tr>
<tr>
<td>Password</td>
<td>
<input id='password' name='password'
type='password'
maxlength=10
size=10
>
</input></td>
</tr>
<tr>
<td colspan=2><center><input type='submit' accesskey='L'
value='Login'></center></input></td>
</tr>
</table>
</form>
<hr>
<script language=javascript>
function window.onload(){window.frmLogon.userID.focus();}
</script>
</body></html>
3. Pocket IE on POCKET PC 2003 device (Symbol 8846) - Pocketpc Developer
4. css width and height on pocket IE - pocket pc 2003
Hi, Is it possible to use width and height on input buttons for pocket IE ? I've found some info from last year which says its not, but has there been provision for it since ? thanks alan
5. Pocket Internet Explorer Cach Settings on Pocket PC 2003 - Pocketpc Developer
Can anyone please help me with a C# code for ping? i have been making my own ping code for the past 2 weeks, but no luck. I finished my desktop ping code but it doesnt seem to work on my ppc with socket problems. I have been looking for source codes for it in the net and books but i cant find any, all i can find are for desktop and doesnt work on pocket pc. Can anyone be so kind enough to help with with this? Does anyone have a code for this? Im doing a online restaurant system using C# in PPC and desktop for our thesis and this is one important module in my thesis due next week. I would be very greatful for any help you can provide. Thank you so so much.
7. Pocket PC Internet Explorer & Pocket PC Keyboard - Pocketpc Developer
8. Pocket PC 2003 does not save password when connecting to samba share
When using the file explorer under Pocket PC 2003 (Windows Mobile) to connect to a Samba file share, if the "Save Password" box is checked, the device DOES NOT save the password. After authenticating correctly, if the device is soft-reset, or simply turned off and on, and an attempt is made to re-connect to the same share, it prompts for the password again. This was not the behavior with PDA's running Pocket PC 2002 software. Under Pocket PC 2002, when the "Save Password" box was checked, the password was indeed saved. The PPC 2003 device has no problem when connecting to a share under Windows 2000. It does save the password for W2K shares. After turning on logging in Samba, the only difference I could see between the Pocket PC 2002 and Pocket PC 2003 connect dialog, was that when the PPC 2002 machine was supplying the "name2" parameter, it was set to the Device ID of the device (changeable under the setting for the device). When Pocket PC 2003 tries to authenticate, the dialog show that "name2" is being set to: _CERDRXXXXXXXX where X=Hex Digit. For Example: _CERDR859D5730 I also see the "remote" parameter is being set to the same thing but in all lowercase. I don't know if it's the leading underscore that has something to do with this or not, but if the correct password is put in, it DOES authenticate the share, it just doesn't save it like it did on Pocket PC 2002. I don't know where this _CERDR859D5730 is coming from since the device name is set to something else. Also, if the device is soft-reset it contructs a different _CERDRXXXXXXXX string to send. Any help is appreciated with this problem. I do not know enough about SMB or Samba to solve it. Thanks HM