Answer Questions
Jahid Find Location UK Postcode Error
Hi, I have been using the map.FindLocation function for quite a while now, just giving it a UK postcode everytime it always gave the correct results. Now it doesnt work at all and cannot find postcodes Is there any reason for this and will it be working again soon Thanks, James Could you please post a sample search and what results were given back Also I've noticed that VE has problems searching for European postal codes, and it seems to be a bug in the searching algorithm. It's probably the same problem your experiencing. See this post for more details: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1237431&SiteID=1 Hope that helps. Hi Derek, ...Show All
Chimme Pocket pc application using Access 2003
Hi there, this is my first ever post on a forum so please be nice if i get stuff wrong. I am wanting to develop an application for a Windows Mobile 5.0 device using visual studio 2005 but i want to store data on the device using pocket access. Can anyone tell me if this is possible or whether i am 'forced' to use SQLserver The reason i use the word "forced" is that all our software is written in vb6 and stores data using MS Access. The application i am wanting to develop needs to ultimately merge the data with the existing ms access databases. (There are only a limited number of people access these databases so i dont feel any need to upgrade to SQL just yet - If it aint broke dont fix it!!!!) I've found thread ...Show All
Ashok Ojha How to install Microsoft SQL Client 2.0
I'm desperately looking for an answer. I'm developing a Pocket PC 2003 application using SQLClient 2.0. My question is how to deploy the SQLClient 2.0. I have "sql.ppc.wce4.armv4.CAB" and "sqlce20.ppc.wce4.armv4.CAB". But I don't know how to install these CAB to my Pocket PC. Can somebody help me on this Hendra Do you mean manually or as a part of the installation of your app Manually: 1. Copy them to anywhere of the PocketPC (via Activesync). 2. Pick up the Pocket PC. 3. Execute each cab. MeZKaL MezKal, Thanks for your input. But I have resolved the problem by creating a simple Windows Installer that install the SQL Client 2.0. Hendra ...Show All
Tania-chan Photo Upload Tool
Photo Upload Tool - The photo upload tool is designed to allow you to upload pictures in a dedicated storage assigned to your space. You can rearange these photos into albums and arrange them in the order you want them to be displayed. You can also choose which pictures you do not wish to be made visible on your MSN Spaces photo album. Many people are having dificulty with the Photo Upload tool. If your Photo Upload tool is not working try these few simple steps. 1. Click here to download a .cab file that is required DOWNLOAD and when prompted click OPEN then close the folder it opens. 2. Click here to download another .cab file that is required DOWNLOAD and when prompted clic ...Show All
Troy Lundin dpms shutdown
sometimes not every time i get online my computer will for no reason shutdown completely.the screen goes black with a blue box that says dpms shutdown mode.then it shut down completely.i have a hp with windows xp.i have checked my bios and there is nothing there about it,and i have checked my power management and hibernate is off nothing is set to shut cp down. please can somebody tell me what is doing this thank you! This forum is meant for Smart Device development questions. You should post your question to a relevant forum. ...Show All
mario.muja Transparent design
I try to do design like local.live.com. I do the top, left & bottom layeres transparent & the map 100% width & height (<div id='mapDiv' style="position:absolute; width:100%; height:100%;"></div>) But the problem is that navigation panel & copyright is not visible. How can I chage it location or may be exist other way to do it ...Show All
Halil_developer Max zoom out or zoom in parameters?
Is there a way to set the max zoom-put or zoom in MAP parameters Is there a way to know if the user clicked ZOOM IN as opposed to ZOOM OUT Yeah, the zoom control works but only after it's zoomed past a max or min, then zooms back in or out. Not perfect. If we knew if the user wants to zoom in OR out we could catch it onstartzoom instead of onendzoom. Thoughts If you stored the current zoom as a global varible outside the function then you could compare the new current zoom to work it out. But I don't think this would make you code any better. Remember there is about 6 ways to zoom in/out: mouse wheel keyboard ...Show All
Evgeny Popov [Activity] How to make so that an IM is not display in WLM window?
Hello, with this function (thanks to J-Thread ;) ): function Channel_OnIMReceived() { // Instant message was received; inspect the value of Channel.IM // If application has ReplaceIM permission, Channel.IM can be written to before it is displayed. alert(window.external.Channel.IM); } i "catch" an incoming text message. But i'd like that it is not displayed in WLM window. Like if no message has been posted at all. I tried this: function Channel_OnIMReceived() { window.external.Channel.IM = ""; } And i get an error with that code. With this: function Channel_OnIMReceived() { window.external.Channel.IM = " "; //blank space } I dont get an error, and the displa ...Show All
AtomZ .be Problem with updating a recurring all-day appointment
Hi folks, I'm trying to modify an previously created appointment. This appointment is an all-day event and recurs by some simple rule. Updating the basic attributes ( like start time, end time, subject, location, and so on ) works perfectly. However this is not true for changing the recurrence rule ( which by the way works if the all-day-event flag is not set ). It is not even necessary to change any data. Right away when I call IRecurrencePattern::GetRecurrencePattern() and releasing this interface again, it is not possible any more to call IAppointment::Save(). It gets even stranger: This scenario works perfectly on a PPC 2003 device. It does NOT work on a new Windows Mobile 5 PPC. I've tried to change the order of the update calls, like ...Show All
Tailor How to connect to SQL Server for mobile
My program tries to connect to Sql Server for mobile on Win CE .NET 4.2, but connection couldn't established. The connection string is: "DataBase=\\Program Files\\MyApp\MyDb;Server=(local)". I just started to program on Sql Server and nothing understand about it. What kind of connection string I must prepare for my program could connect to database. PS: Sql Server id installed on the device, database is placed in the same programs' folder, path to database is correct, but I receive: "SQL Server does not exist or access denied." Ilya Tumanov wrote: In that case you need to use classes from System.Data.SqlServerCe and use correct connection string. Since you have not posted ...Show All
agdurga Missing System.Data in CF 1.0 install on PPC 2002.
I've developed an application for CF 1.0 and am having difficulty running it on one of the two devices I have for testing. All is well on my PPC 2003 device, but I'm receiving an error on the PPC 2002 device. The error indicates I need a newer version of the framework and is unable to load a type from System.Data. Both machines have clean installs of the CF 1.0 SP3 redistributable. However, on the PPC 2002 device, the GAC_System.Data_v1_0_5000...DLL file is missing in the Windows directory. Instead, there's a system.data file installed into Program Files\.Net Compact Framework. That directory is empty on the PPC 2003 device. If I copy the System.Data file from the 2003 device into the 2002 device in the same directory, it doesn't wor ...Show All
David Mc Quillan Problem in creating the application for windows mobile 5.0 for pocket pc or smart phone
hi, I am facing the problem in developing the new application. When i make new project for windows mobile 5.0 for pocket pc or smartphone i m not getting the controls in the tool box as they r disabled. Can any1 help me to knw whts the prob can be Thanx in advance. Do you have Visual Studio 2005 beta installed on the same machine If yes, you will have to uninstall it. Otherwise, t ry running devenv.exe /setup /resetuserdata. This should initialize your toolbox again and enable it. thanx 4 the assistance, i have resolved this problem.thanx again. Hi i have the same problem should i reinstall vs2005 ...Show All
Ingenious Two Newbie Questions
Hi, I am a VE newbie looking at the Map Control + ASP.Net Atlas for a site I'm working on and would like to confirm two things: 1) I am looking to display a map, allow the user to select an area (by clicking on consecutive spots to define the area's polygon), and then get the lat/lon for the area they chose. Is it possible to do this in VE 2) The app I'm developing is commercial (only subscribers may access it) and this would be a small utility function in it. Is that permissible The terms of use at http://www.microsoft.com/virtualearth/control/terms.mspx say "You will not access the API or use the Service and Your Application...(e) to sell, lease, or sublicense Results or access to the API or the Service; or (f) to sell, ma ...Show All
scribework how to debug App on WM6.0 Device?
Hi, My Environment: Windows XP +Sp2 ,Visual Studio 2005 professional, ActiveSync 4.5 beta. firstly, i use WM5.0 SDK, and i set some bleak point, then Press F5, the App can run, but the app likes ignore the break point. today, i install the WM 6.0 SDK, it also can not work, although it stop some places, the break point lines can not changed ,and Press F10, it didn't continue running. what is the problem thanks. i develop Native Code Project. i did not install VS 2005 SP1, but and it work well on WM 6.0 Professional Device, but it can not work on WM 6.0 Classiccal Device. You would need VS SP1 as well as .NET CF V2 SP1 Patch. Debugging of Managed and Native applications is ful ...Show All
Simon Goldshmid new to VS2005 problem
I'm completely new to Visual Studio 2005 and that is most likely the source of my problem. I'm setting up a simple app (that will run on the Pocket PC emulator). I've done several things with buttons, check boxes, edit boxes, etc. The issue comes when I try to do them in a new (different) window. To create the window I said new dialog, it created one, I gave it a better name then added a command button. When I went to add code it said make this form a class first (so I did) I went ahead and put some simple code under the command button (MessageBox) I run the program, the first pages comes up (works fine) I click the button and the 2nd window comes up. On this new window nothing works. I can click all day the only thi ...Show All
