User`s manual

ThinkCore DA-660 WinCE User’s Manual Programming Examples
5-11
4. Add a DWORD value named Port.
(The default value must be zero).
5. Modify the value to 51 (the HEX
value of 81).
6. Browse to
HKEY_LOCAL_MACHINE\Service
s\HTTPD\Accept\TCP-80.
7. Modify the value of SockAddr to
“02 00 00 51 00 00 00 00 00 00 00 00
00 00 00 00”.
8. Logon the computer via a telnet
client and restart the web server.
/> services stop HTP0:
/> services start HTP0:
9. Try the server with the new URL
http://192.168.3.127:81/
I have an eVB3.0 program.
Can I run it on your
computer?
No for Windows
programs, the target
computer is
head-less without a
screen. Applications
running on it must
be at the console
level. To port your
console program,
just paste your
source code into a
new Visual
Basic .Net 2005
console application
project. There should
be warnings, but you
can correct it very
easily with its
dynamic help.