Answer Questions
Quilnux Daily Usage of VE
Hi, My company has been buying MWS transactions for the last year and a half. We switched some of our maps over to VE (perhaps prematurely) and we're worried that as we increase volume we may hit the 5000 per day limit. This would be devastating as it's not so easy to determine when we hit the 5000 limit (to trigger a revert to the old MWS maps). That said, our MWS transaction provider indicated that there's a "Savings Account" that we should pay into to ensure we're compilant with VE commercial usage. He also said that there's currently no way to increase daily usage above the 5000 per day limit. This could really hamper our growth as we've begun to merge our application with the VE maps (i.e. move functiona ...Show All
Corres Device Emulator for WinCE 5.0 / Platform Builder
Hello, I need to develop an application for a Datalogic Scorpio running WinCE5.0. In Visual Studio 2005 there is no Emulator for WinCE 5.0 - only for Windows Mobile 5.0 Smartphone and Pocket PC, which for example show menus in forms at the bottom of the display. WinCE 5.0 displays menus at the top of the display. The question: where can I get a emulator skin for WinCE 5.0 I tried to solve this problem with Platform Builder. But I could not find a site to download platform builder! How can I get platform builder Thanks for help, Jorg Hi Jorg You can get an eval version of Platform Builder here: http://www.microsoft.com/windows/embedded/windowsce/default.mspx As Visual Studio ...Show All
Jstn254473 How to use SimWriteMessage ?
My SMS message application need to write a sms message to sim card, it call SimWriteMessage function, It return 0x80070057(E_INVALIDARG), I change the input parameter's value and retry it, BUT it always return 0x80070057(E_INVALIDARG). does anybody know how to use it the follow is my source codes, it run in the windows mobile pocket PC phone emulator or a windows mobile pocket PC handset. // source codes: { HRESULT hr; DWORD dwMsgIndex; DWORD dwTmp; SIMMESSAGE SmsMsg; memset( &SmsMsg, 0, sizeof(SmsMsg) ); SmsMsg.cbSize = sizeof( SmsMsg ); SmsMsg.dwParams = SIM_PARAM_MSG_ALL; wcscpy( (SmsMsg.lpszAddress), TEXT("+8613812345678") ); SmsMsg.dwAddressType = SIM_ADDRTYPE_INTERNATIONAL; SmsMsg.dwNumPlan = SIM_NUMPL ...Show All
Lewis Horowitz Problems to open PR_BODY message property - CEMAPI
Hello everyone, I am having a problem to get the email body from IMessage using CEMAPI in WM 5.0. My application is actually an extended menu item (implements IContextMenu COM interface) that takes part in the Inbox message menu. By selecting the extended/my menu item I open from code a cemapi session and I retrieve the selected message. I succeed to get the message properties without errors (e.g. PR_SUBJECT), but when it comes to PR_BODY the behavior is different. The following common code that I am using always returns 'MAPI_E_NOT_FOUND'. hr = pMsg->OpenProperty(PR_BODY, &IID_IStream, STGM_READ, 0,(LPUNKNOWN*)&messageStream); I looked over the web and I didn't find any solution for ...Show All
GaryMcC Communication between Windows mobile and a server system with WiFi/GPRS
Hi I'm investigating the different opportunities for communication between Windows mobile and a server system with WiFi/GPRS. The solution that I try to find is the one that is most suitable for communication over network where the connectivity is very poor, like GPRS communication. My system must be able to "puch" information from a server out to registered mobile devices... Do anyone know if Microsoft already have application/systems that handle the communication part (like ActiveSync, ISA-server) so I can concentrate on my own business functions Right now I'm investigate MSMQ, Sockets or WebServices. What is the best solution for mobile system that need to handle real "push" over wireless communication ...Show All
andyfraser Messenger integration with Content Management Server
Does anyone know if its possible to integrate MSN Messenger with MS-CMS so that contents of a web page are either displayed or not according to the Messenger status eg Online = Display content on web page and Offline wouldn't ! Hope someone can advise. =) this is not available yet. but check out dev.live.com for some api's that are released and some more that are comming in the future. ...Show All
CharlieRussell Creating controls for Datagrid
how can i created controls for Compact Datagrid. I’m not sure what you mean by “controls for Compact Datagrid” but perhaps this would do. Well, go ahead and create them – you already have a sample on how to host controls in the grid. They just controls, by the way, there's nothing special about them. i just want to create extended controls for datagrid like the one you have created. ...Show All
Jim_B Lack of precision when creating pushpins
Hi, i just noticed, VE lacks precision concerning the lat lon values: pin= new VEPushpin(2, new VELatLong(54.9077601637691,8.31008861772716), "images/Bahnh”fe.gif" , 'Bahnhof Sylt' , '' );map.AddPushpin(pin); pin= new VEPushpin(3, new VELatLong(54.90776016376916754474),8.31008861772716654674), "images/Bahnh”fe.gif" , 'Bahnhof Sylt' , '' );map.AddPushpin(pin); both pins result in the same coordinates, 54.90776016376916754474 ^ the 7 is the last number VE interprets, the rest is cut off. Experiments with parseFloat didnt succeed either. Any ideas I don't think there is any workaround, as I suspect its the way the geocoder works. If its calling a Mappoint Web ...Show All
EvilOneSD Use of the Compact Framework
How difficult (or how much different to a Windows App) is it to write a simple program to stream a file from WinCe.net or Windows Mobile to a network through a wireless connection My understanding that the compact framework is used, which is a subset of the .net framework. Can the app on the smart device update and insert records in SQL Server 2000 and/or MS Access 2000 like you can in .net How does the device access a network share to stream the file, as a VPN client What other options are there to do this Sockets Http Am I right in saying that Visual Studio Standard Edition has a emulator for WinCe and Windows Mobile for development Thanks in advance It's not difficult/different and has ...Show All
benson81 Help
Can i use an already built application in my project programmitically ....for eg. i want to activate the aleady existing file brower in my smartphone with a menu selection in my own application. Is it possible Yes, use CreateProcess or ShellExecuteEx to launch an existing application from yours. When you close or use the back key focus should be returned to your application Peter ...Show All
Aaeryn i need some help on nick changing
the problem is i can't change my display name in windows live messenger, and my current display name is my email address, it just remains the same display name no matter how i change it. just recently, i tried to log in my account using windows messenger. i change my display name there and it did work. however, when i back to windows live messenger, i encounter the same old problem again. by the way i can neither change the personal message in windows live messenger. anyone know why on earth does this happen I understand that this is the wrong forum but I want to say that somehow my problem was fixed. I don't know if Microsoft did it as they said they couldn't help me anymore and I have had no email from ...Show All
rdasugo Inside Windows Live Contacts Control
How it works I meen is there any web services that helps retrieve groups and contacts Is there way retrive this information from desktop application Here Danny, can you tell me if there will be a "select all" link in the future That -easily implemented- feature is something really, really useful! Yes, it's can be helpful, thanks :) I would really appreciate the possibility to (de)select all contacts in one click. Hi Kratpalm, I think it's likely that eventually the contacts control will add a "select all". The main factor to push that forward is for MS to see enough demand from legitimate (non-abuse) scenarios to outweigh th ...Show All
ReneeC mobile video
Hello Does anyone know how to add video and sound in asp.net mobile web page thanks This forum is dedicated to device emulator. Please post to relevant forum or news group instead: http://forums.asp.net/ http://support.microsoft.com/newsgroups/default.aspx Closing as off topic. ...Show All
-Raitz- How to update the pushpins location based upon live GPS data
I am working on gathering real time GPS location data and displaying that on the map. I see we can add pushpins but I do not see a way to keep the location lat/lon up to date with current position data. Do I simply just update that pins' VELatLon or is ther another technique to do this Thanks Rich G i agree to john, thats exactly the way i do it. i reload the geo data via ajax in certain intervals like 15 seconds, then run a for loop, deleting the old pins and creating a new pins step by step, works perfectly. Thanks. I was afraid of that but as you point out it will work. I guess we need to add this to the enhancement queue! There is no way to change it that i'm aware of. You need to delete it ...Show All
Nickolai Visual Studio PaocketPC 2003 SE emulator connection Problem
I am using Visual Studio PaocketPC 2003 SE emulator .My Machine is in LAN . I want to test my ASP application running on localhost. So I changed Setting->Connections->Advanced TAb->Select Network->My Work network ->Edit->Proxy Settings->Checked Checkbox this network connects to the internet->ok->ok->ok. After this i opened IE in emulator and tried to connect to google.ca . I am getting the following error:- Unable to connect :you have no modem entries created and no network card present. Please HElp Thanks every body. I got the solution. Connecting to the webservices through window immulstor need some step additional steps. No additional hardware needed ...Show All
