Answer Questions
Dawa Tsering TCP/IP socket communication between Desktop PC and Pocket PC
I am trying to establish TCP/IP socket communication from my Desktop PC (client) to Pocket PC device (server) using C# and .NET 1.1 Framework. Devices are connected via ActiveSync (3.8). Pocket PC is placed into USB cradle. I was told to use PPP_PEER host, but it works only, if I am connecting from Pocket PC to Desktop PC. I am trying to do something like this: -- server (running on Pocket PC) TcpListener tl = new TcpListener(5555); tl.Start(); Socket s = tl.AcceptSocket(); if(s.Connected) label1.Text = "connected"; -- client TcpClient tc = new TcpClient("PPP_PEER", 5555); I am getting a "No such host is known" exception on client line. What am i doing wrong I would ...Show All
Bapa PPC-6700 and Picture Mail
Can someone explain why the latest and greatest Sprint PDA phone suddenly dropped Picture Mail capability - arguably the one of the most-used PCS Vision features The phone seems to have all the hardware capability to handle Picture Mail. Has anyone at MS even considered adding Picture Mail capability to the next 6700 upgrade This forum is smart device development related. Since your question is not related to smart device development, it's off topic here. Please post to relevant forum or news group: http://support.microsoft.com/newsgroups/default.aspx Closing as off topic. ...Show All
cbpd86 How to get a list of controls from a Window handle
I am trying to gain control of the "Logon To Server" dialog that is displayed before a phone connection is established on a Windows Mobile 2003 device. I would like to fill in some text and click the OK button programmatically. I can get the windows handle thus: IntPtr hwnd = FindWindow( null ,"Logon To Server"); Now how do I retrieve a list of handles for the controls contained within this dialog I tried "ChildWindowFromPoint", but this method generates a "System.NotSupportedException". I can't find any other methods to accomplish this. Any help is greatly appreciated. Take a look at GetWindow. Pass in GW_CHILD to start and then GW_HWNDNEXT until you ...Show All
HelplesslyInDistress How to package emoticons into installation package?
Is that possible and how to package a bunch of emoticons into a single packaged installation file I tried to dig thru quite a bit but it seems the entire thing is very proprietary. Not really an easy task. It would be great if you could point me to the script, then I might be able to get some clue. No one have any clue :( Appearantly not... If you want to add multiple emoticons all at once, I think there is a Messenger Plus! Live Script to do that. The information about emoticon packages is not public, so you would probably have to figure that out for yourself. ...Show All
Dan Mikkelsen How to send MMS from PocketPC c#
Hi, I have to write an application which send MMS, but i don't know how. Help me, please.... thx in advance Check VideoLAN, it is open source and you can grasp some ideas there Windows Mobile does not provide out of the box support for sending MMS. I'd suggest you search a 3rd party component allowing you to do this. ...Show All
blabus How to open and goto a specific record in Contact or appointment
I want to programatically run the calaneder , task or conact and goto and specific records . can it be done how can i do it seewan The applications dont themselves support this. However you can use Pocket Outlook Object Model (POOM) to access specific items and call Display() to show the standard card screen. For .netcf code on Windows Mobile 5.0 see the Microsoft.WindowsMobile.PocketOutlook namespace. For native code see POOM in the SDK documentation and samples. Peter Is this function expose in the Microsoft.WindowsMobile.PocketOutlook The Display() function ...Show All
pinoyz Reporting Service again...
Hi All, I could see that that question already arised more than once... but I didn't find the following problem: Request: < xml version="1.0" encoding="UTF-8" ><SOAP-ENV:Envelope xmlns:SOAP-ENV=" http://schemas.xmlsoap.org/soap/envelope/ " xmlns:xsd=" http://www.w3.org/2001/XMLSchema " xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance " xmlns:SOAP-ENC=" http://schemas.xmlsoap.org/soap/encoding/ " xmlns:ns8256=" http://tempuri.org"><SOAP-ENV:Header><ApiUserAuthHeader xmlns=" http://adcenter.msn.com/syncapis "> <UserName>XXXXX</UserName> <Password>XXXXX</Password> <UserAccessKey>XXXXX</UserAcce ...Show All
Damien Liddane Pocket PC 2003 C++ native application
Hi, I have started to get strange errors when I am trying to start and debug my application. I get An error occured that usually indicates a corrupt installation (code 0x8007007e). I have reinstalled the application, did not have any effect! What shall I do thanks in advance Patrik Hi Partik, You mentioned about Remote executable. Can you check that after deploying your project, executable is placed in the location same as what you mentioned for remote executable. If not then correct the same at Debugging and Deployment pane in Project -> Properties->Configuration Properties If it doesnt solve the problem then can you give more insight on what is the exact problem you are facing alo ...Show All
redhot2006 Problem related showing icons on the devices
hi all, I m creating an appln in which i want the list of the icons and appropriate name for tht in the list box, i did it by using listview. but the prob is i want to load the SVG images (Scalable Vector Graphics) Tiny. Flow is like this, SVG images need to be stored in the database and i have to fetch it and attach it in the list. My Question is HOW to use SVG images Does .Net supports it i found frm many research that it possible but i m not getting the way how to implement it. Whenever i try to load SVG image it like device not support it. How to proceed I need help.thanx in advance. thanx for the reply. Ya i knw its not supported. i m finding the SVG viewer for windows mobile, i got for window ...Show All
M.A.T MediaPlayer host sample freezes on Blackjack & Dash?
I am trying to use the sample CEWMPHostML from: http://www.microsoft.com/downloads/details.aspx familyid=46ba698a-c00d-4b90-9177-460854f1b57c&displaylang=en My program based on that sample works in the emulator and I believe on most devices, but locks up on the Samsung Blackjack and T-Mobile Dash. Is this a CPU related problem or Media Player control problem or what Can anyone with one of these devices replicate this I tried both the Smartphone 2003 and Smartphone 5.0 targets. If anyone is able to test it on a Dash or Blackjack and get it to work, please let me know. I'm not certain it is failing on the Dash, only got one report of that, and several for the Blackjack. I have not been able to ...Show All
Steven Cardinal Site indexing on MSN Search?
One week before, I set up a new website, which is not indexed by msn search. I followed Site Owner Help and submit the url. I found out that the website hasn't been indexed so far. I'd like to know how often your team update the databse and when my website could be indexed. Thanks, Janine I guess it is because MSN Search hasn't crawlled to the site. eilebre wrote: sounds more like a discoverability or security issue or website configuration issue rather than a programming problem. Have you contacted your administrator I use the API : LinkFromDomain ***.com, but this ***.com cannot be found. This is a block issue for me. Where should I ask su ...Show All
Bhanu Prakash Nunna - MSFT Screenshot from Pocket PC Emulator
Hi, It looks like impossible to create a screenshot while the Pocket PC 2003 emulator (shipped with Visual Studio 2005) is running. I've tried making the screenshot by - Printscreen button, - Alt + printscreen button - Shift + printscreen button - TNT software, - SnagIt Software It is unpleasant because I want to take screenshots of my own Pocket PC application. I am using Microsoft Device Emulator version 8.0.50727.42 Can this be fixed Is there any update for this problem Or is it posible to create a screenshot directly from the emulator software Thanks in advance. Marc The Netherlands The emulator is just a windows application that refreshes its display via a BitBlt() call to draw new bitm ...Show All
tjanuario Retrieve Target Device Info
Hi, I need to find a way to determine (in VB.Net) what is the target device. Ex: If the_target_is() = "Windows Mobile 5.0 Pocket PC Emulator" then ... bla bla bla End if Does anyone knows where to find that information Regards, Thx OEM info (my first post) would allow you to distinguish between emulator and real device. Though looks like it does not matter in this case as there are in fact several ways to put files on to emulator: 1. Add a file to VS project and VS would deploy it for you - exactly the same way as on a real device. That's probably the best option in this case. Hit F1 in VS and type "file properties" if you don't know how to configure it. 2. Make a CAB ...Show All
imranabdulaziz System.SR.dll appears corrupt when installed on device
When debugging mobile applications, exception error messages are localized and you need System.SR.dll to be able to see them. Deploying via F5 from Visual Studio does indeed install System.SR.dll for me but I still cannot see exception messages during debugging. Examining the DLL by dragging it to the desktop and inspecting it in Reflector it appears to be corrupt in some way. The only workaround I've found is to manually extract the DLL on the desktop and then deploy it specifically with the solution. Does anyone know why the DLL would appear corrupt System SR cab should place it into the GAC, look in \windows for a file including the name System.SR. If its not there try running the cab file on the device manually. What er ...Show All
wwlliiaamm Custom Domains SDK help
Hello I wanted to know what I need to do to get the CD SDK working! as you can see here http://xpmail.net/wsdlclient7.php I am getting the data I need most of the time. but I can't get stuff like "GetLoginDataTemplate" if I use the url as is in "https://domains.live.com/service/managedomain.asmx WSDL" with just http:// I get an error saying it needs https:// then it says it not there! can any one help with this since the example in the SMK download is lacking the most important parts! I mean it shows how to call functions that don't exist unless you have HTTP/Request.php I don't see what good SampleSOAPphp.txt is with out the functions! any way thanks for any help! Aquilo, ...Show All
