Answer Questions
jatwood clickable polyline/polygon
We can use pushin to create a clickable point to display information, what about clickable polylines and polygons For example, there is a street closed due to pipe line break, or new construction cause 2 miles of interstate highway closed, etc. I want to be able to do similar things with those lines, for example, hover or click on the line, and get information popup window, like those push pins. I know you can not attach events to a line for now, what about future versions I want to know if this can be done in client side, not capture the clicked point and send an AJAX request to a server performing spatial query on that location. Thanks a lot, Gabor: Thanks. That was helpful. This solution is exactly w ...Show All
KThelen 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 One of the best way to speed up the form load is Check the form inializecomponent method. You will see all the controls are defined, initialized. Check those initialize statements. For example You have TAB control with 3 TAB pages. Rearrange all the control definition so that TAB control loads first then TAB pages. Load all the ...Show All
sciFiFan Can't Start New Smart Device Projects
Please Help....anyone... I have just successfully installed MS Visual Studio 2005 version 8.0.50727.42. When I click FILE - NEW - PROJECT - click on any of the Smart Devices - click Device Application and click OK, I expect to begin a new Smart Device project. But instead, I receive the error ..."error HRESULT E_FAIL has been returned from a call to a COM component". I can successfully begin any other New Projects, just not any of the Smart Device projects. Any ideas Are you trying to create native C++ project or Managed C# or VB.NET project. If its later, please ensure you've .NET Compact Framework installed. You may want to repair the installtion of your VS 2005. Looks like some ...Show All
Vladimir Sapronov Mobile application development : Which should use eVC++ or .NETCF ?
Hi, To develope a mobile application what platform any one should select between .NETCF 2.0 and eVC 4.0. Can you also mention the situation where each one would be most acceptable. it depends on what you're doing. using an environment that supports C++ gives you more power, more access to device features. .NETCF makes things easier, but not everything is exposed to managed code (yet) ... You should be asking following questions Do you want to use native C++ code to do the programming OR You want to use managed code (C#, VB.NET) to do the programming What is the best IDE The answer is VS2005. You should not be using eVC++ to do the programming because many new features, devices, emul ...Show All
CLOlds Live Alerts & Visual Basic 2005
Hi everyone, I'd like to know if anybody has some sample code using Visual Basic 2005 to send a Live Alert to Windows Live Messenger. I'd like to do some research on this topic but am not really sure where I should start. Are Live Alerts free for business use Thanks, ST 1. You need to register an RSS feed with the alerts service at http://signup.alerts.msn.com/alerts/editSignup.do . 2. You will receive a confirmation email from the alerts service containing a signup url which you can post on a blog, website or email it directly to your users. Each of your users individually must click on this link to subscribe to your alerts. If you still have questions, please refer to the information p ...Show All
Marc Jones MSN Messenger NAT compatibility
Is there any reference document describing how does MSN Messenger detect NAT and open the ports for file transfer or any other feature requiring open ports. If it is using UPNP how it is doing that and/or what should be the router be capable of inorder to be compatible with MSN Messenger in terms of NAT passthrough. Thanks it will be more helpfull to say where exactly to find this information :-( check the news groups ...Show All
Sergei Kitaev isp and modem trouble
i can't get my isp to work and i can't find updated drivers for my dialup modem.i have a diamond multimediam modem. this windows says that i don't This forum is device development related. Since your question is not related to 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
Thiru_ Error when displaying a context menu
To all, I'm writing this for a custom WinCE 5.0 device. This code was part of a .NET dll that worked fine when compiled in VS 2003. My company is moving to VS 2005 and this problem popped up in a DLL that we've been using for years, This function is part of a custom NotifyIcon class that we wrote to put an icon in the Windows CE system tray and create a context menu when the user taps the icon. When compiled under VS 2003, everything works fine. When compiled under VS 2005, we get a runtime error when a user taps on the icon. Ive narrowed the error down to: m_MenuForm.ContextMenu.Show(m_MenuForm, new System.Drawing. Point (0, 0)); Which should show the context menu after user tap. Instead, the program crashes with an error ...Show All
P. Jones In my microsoft virtual earth map application, how can I realize the following function: select a area and Zoom into this ar
In my microsoft virtual earth map application, how can I realize the following function: select a area and Zoom into this area I only need the sample in javascript. Thanks you very much. Not sure what you have going on your machine, John, but ALT-left click still works for me from drawing the zoom box. Are you talking about drawing a box on the map and zooming into it That can be accomplished 2 ways. 1) Use your middle mouse button to drag the box and it will zoom in on it. 2) I believe it is hold the ALT key on your keyboard and draw the box with the left mouse button. Jake, PLEASE goto http://dev.live.com/virtualearth/sdk/ to learn about VE functions ...Show All
Keith27 Help!!!!Who know about the memory limit problem On Windows Mobile 5.0
We developed a application on windows mobile 5.0.One of it's features is to play audio files. We did it by hosting Window Media Player Control in our project.By default, WMP control only suppurt wma and mp3 audio formats on WM5.0.When playing other formats (like aac,3gp,mp4,amr,midi and so on),the WMP control will load neccessary dll which provided by Hardware Vender . The problem is that,after building,the size of exe file is about 6M,and in the application,we will allocate a 5M big heap for application using.When playing the audio files such as aac,amr,It seems that load dlls will not succeed.I try to load libraries by LoadLibrary(...) before playing audio files.It failed.Get the errno by GetLastError(...),ERROR_OUTOFMEMORY returned. It ...Show All
krubug Is it possible to build a db program without Activesync?
As title, I need to build a project without Activesync. But how to update the DB file with the DB server Can I use USB connection the share the local computer connection (so that i dun need to build wi-fi network). But in that way, can i connect with out activesync I understand it is possible to change the setting on Pocket PC emulator to share the internet connection with local PC, but how about real Pocket PC device Please help If you're not using AS it's best to forget about USB connection. Consider it useless unless there’s AS on another side to back it up. It might be somewhat functional under WM 5.0 but not as functional as with AS. If you have Wi-Fi (or any other TCP/IP network) Pocket ...Show All
nattylife Problem using POOM
Hello there, I am trying to access the contacts in smartphones and Pocket PCs using POOM in Visual Studio 5.0. I managed to use this code from the internet (with small changes): //******************************************************************* #include "pimstore.h" typedef CComQIPtr<IPOutlookApp,& __uuidof (IPOutlookApp)> IPOutlookAppPtr; typedef CComQIPtr<IFolder,& __uuidof (IFolder)> IFolderPtr; typedef CComQIPtr<IPOutlookItemCollection, & __uuidof (IPOutlookItemCollection)> IPOutlookItemCollectionPtr; typedef CComQIPtr<ITask,& __uuidof (ITask)> ITaskPtr; IPOutlookAppPtr m_pPOOMApp; bool m_bLoggedIn; HRESULT hr = 0; CLSID clsid; IFol ...Show All
arashikage login screen acting as a spash screen
I am having some issues with my login form. Its acting like a spash screen where it stays on only for a few seconds until my program loads and then closes. I have made sure that I created the login form with the template and checked my code, but it shouldnt be that difficult! Help! What's inside the login screen code Do you call Close anywhere in it, or set DialogResult property Are you sure the screen isn't still there but being hidden by another screen Any screen you set to visible will automatically come to the forefront regardless of which screens are active... Yup. I tried getting rid of the me.hide and that screen still just shows up for a minute and then disappears like a spla ...Show All
Dipesh A. How to submit my MSN activity?
According to MSN Activity SDK, it said we can go to http://activity.msn.com to submit MSN activity. But that site is still occupied by World best apps. I try to submit, but failed. It said my application xml is invalid. But it works fine in my testing environment Actually I just want to get AppID and launch my MSN activity through URL, where can I get this Thank you for your attention. Regards, Bill Bill, make sure you do not have any of the "advanced functionality" setting set to "true" in order to be able to upload your msgrp2p.xml file on the contest site. < EnableIP > False </ EnableIP > < ActiveX > False </ ActiveX > < ...Show All
Carpet King register a dll
Hi, when I want to register the dump.dll register filter, I got this error dump.dll is not an executable file and no registration helper is registered for this file type. Any idea where it can come from Thanks Regards Hi, I added the registry keys in the project.reg file, follow the nice indications given in the following link (Layout of the Registry Keys section) http://msdn.microsoft.com/library/default.asp url=/library/en-us/wcedshow/html/_dxce_dshow_how_to_register_directshow_filters.asp the sample come from PB. Is that a DirectShow sample filter or your own code Did you build it using PB or otherwise Do you get a ...Show All
