Hi
I have created CAB file using VS2005, Copied to device,installe d successfully in the device , but not able to find the installed application.
Any body know the reason?How to find the application?
Thanks
Aruna
User Profile
Collapse
-
Socket Option in Windows Mobile Application
Hi
I am trying to set SocketOption in Windows Mobile Application, but its throwing Exception.
Please let me know how to set Receive Time out for socket in Windows Mobile VS2005 application.
s=new Socket(AddressF amily.InterNetw ork,
SocketType.Stre am, ProtocolType.Tc p);
s.Bind(new IPEndPoint(IPAd dr, port));
s.Listen(1);
... -
XML parsing
Below I have just given a bit of my XML parser class.
But it seems to be very slow.If I tried on VS2005 windows mobile application its more slow.
Please suggest me an efficient way.
while (reader.Read())
{
switch (reader.NodeTyp e)
{
case XmlNodeType.Tex t: switch (lastElementNam e)
{ case "id":
currentSearchIt em.id = Convert.ToInt32 (reader.Value);
break;
... -
XML parsing
Below I have just given a bit of my XML parser class.
But it seems to be very slow.If I tried on VS2005 windows mobile application its more slow.
Please suggest me an efficient way.
...Code:while (reader.Read()) { switch (reader.NodeType) { case XmlNodeType.Text: switch (lastElementName) { case "id": currentSearchItem.id
No activity results to display
Show More