Answer Questions
Ted. Live Contacts Control Japanese support
Hi, Contacts Control is available in Japanese, that's a great news! So I tried to use market="ja" as API reference says, but the control did not appear. I changed the value: market="jp", and worked fine in Japanese. Which ("ja" or "jp") is the right value Is this a documentation bug, or an implementation bug Actually, we goofed. "jp" is the country code, but in a language/market spec (aa-bb), the first part (aa) is the language, followed by the country or region code (bb). When specifying a regionless market, you can just give the first part, the language code. Thus, "jp" by itself is incorrect. The language code for Japanese is "ja". The full ...Show All
jxl98c PushPin Pop-up with small map zoomed...
Hello all, Just got into VE, it's a lot more fun to figure this one out than the others. I hope the community continues to grow. I have been cracking the surface of using VE in the past week and have been trying to get a small map to show up in the pushpin roll-over div. I am not sure how to approach this, so what I started to do is create a fuction that creates another instance of the MAP, but with the current lon/lat and a closer zoom to see the pushpins exact location much closer. I can't figure out how to get this into the DIV popup... it's driving me nuts. Is this possible in VE I am sure it its, but not sure what all is offered in the current version of the VEPushPin constructor.. Any help would be cool. Thanks! Yeah, this ...Show All
Daveo__ Wished functions (brainstorming)
Hello everybody and specially MsVE programmers! In this thread I invite you to post your desired VE functions and talk about the future versions of VE API. All you want, or imagine for VE can be possible (if programmers do it). Please, you must write clearly and with some examples. Thus all we'll be able to understand you. If a function is very popular and demanded, we can open another thread to speak on its viability. I hope that this brainstorming be interesting, and with the collaboration of all we improve the features of Ms VE. Thanks in advance to everybody and specially to programmers team! Happy ideas summer... An easier/more elegant way to add pushpins by address, city, postal code . How about 3D terrain Just like Go ...Show All
ChanKaiShi Problem with polylines in Firefox with 2 maps
I found a bug of VE in Firefox when i add 2 or more maps in the same html page; when i add polylines to both the maps, panning the first map causes misaligning of the polyline. This happens only on the first map, the second one works fine. Are there any workarounds The code is below: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head > <title>Pagina senza titolo</title> <script type="text/javascript" src="http://dev.virtualearth.net/mapcontrol/v3/mapcontrol.js"></script> <style> <!-- .MapDiv ...Show All
Juliano.net StackOverFlow Exception
Hi all, I am developing an Pocket PC application in vs2005 in vb.net with requent load of xml files.when i run the application, sometimes it shows STACKOVERFLOW EXCEPTION and quits from the application.My question is 1)Is it pocketpc [Hardware] related problem b'cos the same application runs fine in the other pocket pc. Best Regards, MMBVN Hi Ilya, Thanks for your answer. I figured out the Problem,I am firing Click event frequently.How can we avoid this problem b'cos in MSDN peoples illustrated that using Try and Catch block, we cant catch this exception. Any other ways to prevent my app from this problem,Since particular click event fired in my app is very important that i cant avoid. Regards, ...Show All
jayakhanna Serial Port on real PPC device
Hello, Have no troubles with data transfer through COM port using my app running on WM50 Emulator from one side and Hyperterminal on other side's PC. For some reason having problems with the real PPC device. COM port gets opened but when I try to write something over it looks like WriteFile hungs for a specified write's timeout and after expiration returns that everything was just fine but I see no data on terminal or analyzer. Any comments, ideas May be I have a conflict with ActiveSync It attempted to do Sync over the COM at the beginning but failed because there is no ActiveSync on the PC. TIA. Already did but nothing changed. If you believe ActiveSync is ...Show All
Stanley1271 Web page or Mobile Application For A PDA
hi there i have been tasked with developing my first application for a mobile device, in this case a PDA. we already have an ASP.NET website out there. however when i tried to access it via the PDA i noticed that the javascript was not working. also the page was scrunched up due to the small resolution. as i see it, i have 2 choices: - develop a subset of ASP.NET web pages for the PDA to cater for the smaller screen resolution. - develop a fully fledged mobile application for the PDA. my boss is keen to explore the web page scenario in order to save development time. however i am keen to find out what the pros and cons are of both methods from a more experienced PDA .NET developer. any advice much appreciated. its important i u ...Show All
pateramj problems accessing virtual COM port
Hi, I'm trying to build a simple serial communication test app on a Windows Mobile 5 pocket pc that can talk to a hyperterminal session on a desktop over a serial port. The mobile device does not have a physical serial port, so I have paired it to a bluetooth serial adapter installed on the desktop. I also configured an outgoing port for the bluetooth device on the pocket pc for port COM6. It is my understanding that I should be able to search for available com ports using the G etPortNames() method in System.IO.Ports. When I do so, I do not get a value for COM6. My application works great when I run it on an emulator through a mapped port. I can map COM1 on the emulator to COM8 on the host laptop with bluetooth and communicat ...Show All
jam281 windows ce 6.0 ARMV4I DeviceEmulator build problem
When I build ARMV4I device emulator debug version. [ Well, emulator is for debugging anyway] I've got build error at the last sysgen phase just before creating the image. " ................ BUILD: [00:0000002497:PROGC ] 1 Warnings, 0 Errors BUILD: [00:0000002498:PROGC ] GetSystemTimes (seconds): Idle: 14 Kernel: 38 User: 62 BUILD: [00:0000002499:PROGC ] Elapsed time (seconds): 101 Build for Windows CE (Release 601) (Built on Aug 17 2006 15:18:52) File names: Build.log Build.wrn Build.err Build.dat Sysgening platform C:\agek\WINCE600\platform\DeviceEmulator The system cannot find the path specified. \agek\WINCE600\build.err BLDDEMO: There were errors building OSDesignACN OSDesignA ...Show All
Sandeep A Having trouble getting the key data in smartphone
Hi, I have a Listbox. When the focus moves on it and any key is pressed I want that a textbox shud appear and the pressed key character should go into that. Now the textbox is appearing, and I have written this code to capture the key data and display the textbox. private void m_ListBox_KeyDown(object sender, KeyEventArgs e) { if(flag == 1 && e.KeyCode != Keys.Left && e.KeyCode != Keys.Right && e.KeyCode != Keys.Up && e.KeyCode != Keys.Down) { m_SearchTextBox.Visible = true; m_SearchTextBox.Focus(); m_SearchTextBox.Text = e.KeyData.ToString(); m_SearchTextBox.SelectionStart = m_SearchTextBox.Text.Length; } } Now the text that TextBox shows ...Show All
spattewar TypeLoadException with invalid(?) CAB file
I can run my project fine from VS2005 on my PocketPC by deploying directly from the solution, but when I create a CAB file and install it, when it starts I get a " TypeLoadException in frmMain.Main ". The program runs fine when I use an Updater program to install the CAB over a previous CF 1 installation, so I suspect some problem with CF 1 vs. 2 and/or the setup of my deploymentCAB project. Can you recommend some articles I should read to get a good understanding for troubleshooting this situation Thanks. ...Show All
Jit Cannot connect to device. Error: 0x8007064a
I run into this error with VS 2005 and WM 5.0 PPC SDK and therefore am unable to launch emulator. Anyone have seen similar error Barry, not working after "Clear save state". In fact, not working at all for any emulator image. Plus I installed emulators for other languages, and emulator manager won't seen them at all. You rock! It worked for me too! Thanks Hi, I have the same problem.But I am not able to fix it.I renamed the folder corecon to some"xcorecon" and again renamed to corecon.But I am not able to fix it. I renamed the folder corecon and tried connecting to the emulator.But again I was getting the s ...Show All
Nerick C# + PocketPC
I'm currently working on a project where I have to pull information from a Database on a pocketPC. I'm unsure on how I could go about this. Any help would be appreciated, and if you'd like more information (I tend to be vague ^_^). The database, I believe is Pocket Access (if that's what it's called). Cheers, SOTY_Programmer I would, but it's the client that chose this specific software, and it runs using MS Access. The software package is called PI-Manual Logger. We are using version 1.4.4 (not the newest one out there) Pocket Access is no more - deprecated and gone from ROM. Consider using SQL Mobile instead, see MSDN on how to work with it. ...Show All
kidwidahair Is there any Microsoft product for In-Memory Database System?
Is there any Microsoft product for In-Memory Database System like Oracle's TimesTen database Thanks, will check this. System.Data.DataSet class is essentially in-memory database. You can also use SQL Server Compact Edition for all your database needs on device. Manav ...Show All
Koelho How to Loading a form fast??
Hi All, I'm developting a pocket PC application using CF1.0. On one to my forms I have about 30 buttons. When I load this form (using <form>.Show) there is a small delay displaying it and the form loads each button one at a time. How can I get this form to load quickly and display all button at once Thank Coss it's this.Bounds = new Rectangle(...) One of the things we've done to speed up our form loading is always keeping slow forms preloaded in memory, active but hidden. Then when it's time for them to appear we just make them visible. This slowed down our initial startup so we made a splash screen that runs on a seperate thread while the forms are loading. &n ...Show All
