Answer Questions
tmichals Cannot create device app after install Device Shell Emulator
Hi, i am working with VS2005 and i’ve installed Device Shell Emulator. After this i no longer can create device applications or open existing ones. The error is: The project type is not supported by this installation. I’ve tried to uninstall Device Shell Emulator but the problem continues. I appreciate some help on this. I didn’t want to install VS again :( Thanks SP http://www.microsoft.com/brasil/msdn/Tecnologias/movel/DeviceDebugVS2005_US.mspx Can you please let me know the link where from you downloaded it ...Show All
minority80 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
joeydj Trouble conneting to WebService from the phone
Most of the problems that people encouter are from emulator, my problem is actually on the device itself. I'm using T-Mobile Dash with Windows Mobile 5.0. Everytime I try to connect to webservice from my mobile phone I'm getting similar error I guess like everyone else... Connection could not be established to the Network . I have no problem accessing WSDL page from IE using GPRS or EDGE. The webservice call is very simple call (HelloWorld) Is there any other settings I should check OK I got it working, funny thing was, my phone had to go through "hard reset". Once I've done that everything started to work. Yes I tried that option, nothing changed... also ...Show All
Oliver Berris MAPI
With a Imapifolder, how can i access each message and get its content Thanks Here is some sample code that should help you to get started: HRESULT SearchMessagesInFolder(IMAPIFolder* pmfParent) { IMAPITable* pmtContent; SRowSet* psrsMessages; SRow* psrMessage; ULONG i; HRESULT hr; ULONG rgulContentPropTags[] = { 5, PR_ENTRYID, PR_PARENT_ENTRYID, PR_SUBJECT, PR_SENDER_EMAIL_ADDRESS, PR_MESSAGE_CLASS }; hr = E_FAIL; pmtContent = NULL; if (pmfParent) { // Get the ta ...Show All
Hector de la Rosa M. Creating the slider control for smartphone 2003
Hi, I have developed photo editor for smartphone 2003 and given menu like adjust the brightness, contrast, gamma etc. Now, I have to add slider control to adjust the contrast, britghtness etc. I have created a dialog box and added slider control to the dialog box template using the dialog editor. Now, when I create this dialog box, I am able to see and adjust the slider bar. But, I am not able to access this slider control , I mean to say that I am not able to use the SetPos, GetPos functions on this slider control. Please, suggest. hi you have to provide handling of the message the slider send to you case WM_COMMAND: switch (LOWORD(wParam)) { TB_THUMBTRACK ...Show All
araujox2002 Enabling Checkboxes in Treeview Child Nodes only..Not on parent node
Hi, I am using Treeview to show a list of treelike items.I dont want to show the checkboxes against the Top level tree but once user goes to level 1 of the tree, i want to show checkboxes and let the user select the nodes. Basically no checkbox selection possible on parent node but checkbox selection shud be possible on all child nodes there after. How can i acheive it Sorry, I disagree with you Alex. If you generate dynamically your treeview, you can affect to any node the following property : TreeNode node = new TreeNode(); node. ShowCheckBox = true; Regards. This is not supported. You have checkboxes everywhere or nowhere ...Show All
ChangNoi WPF (Sparkle) overlays in 3D virtual earth
Ultimately, we would like to be able to go way beyond simple polyline overlays on maps. I.e. we would like to be able to bring the full power of WPF interactive (sparkle) animated graphic embedded in the 3D space of Virtual Earth. (all geo-located). In addition we would love to be able to download all textures and tiles for a region and work off-line. Of course, this is not possbile yet, But how close are things and what can we fake or mock up to get close to this 1. Can we host the control in a WPF application (outside of IE ) 2. Can we find out the camera vector and bounds of the display region 3. Can we get events and updates when the camer shifts 4. If so we might be able to apply our own 3D overlays on top of the map ...Show All
JennaSoft MSR MapCruncher v3.0 released
We've just released v3.0 of MSR MapCruncher for Virtual Earth, which allows you to quickly & easily overlay your own custom tile-sets for Virtual Earth from PDF, JPEG, TIFF and other image files. You can find it here: http://research.microsoft.com/mapcruncher. For a list of changes, see: http://research.microsoft.com/mapcruncher/changes.html Cheers, the MSR MapCruncher Team I found http://local.live.com/ (window live search) very informative and quite user accessible. I can think of few features that can be added to make more informative. If you want me to post those features, please contact me at this mail id: adha2331@yahoo.com . MapCruncher uses the .NET framework's HTTP libraries, w ...Show All
Jade Skaggs Live Messenger Not Adding Contacts Properly
I started adding some contacts one day for whatever reason and I was talking to them on the phone and they said they added me, and that I added them back, but neither of us were getting notifications from the other to accept the add so they can see when I am online and vice versa. They and I can be online at the same time and it shows them as offline, and there display name is just their email address. I never added this person before nor had they had me added at any point and time, so we weren't just making that mistake. Also on a seperate occasion I accidently deleted a friend from my list and later he messaged me and it came up as his email saying he was messaging me and wasn't in my contacts list and to "click ...Show All
Mr.Bean MAP IN DIV
Hello, I have a VE map inside a <DIV> and I want it to load automaticaly but I can only get it to load then you click on it. Any ideas! ! Thanks Hey, thanks! That seemed to do just what I was wanting it to do. Thank you again for your help everyone! If you don't have access to the body tag then you can load the map the following way (using Speed's code): <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <script src="http://dev.virtualearth.net/mapcontrol/v4/mapcontrol.js"></script> </head> <body> <div id='myMap ...Show All
Trevor E Hilder Ero
i am just forced to change the appearance of my pushpin-hover info window, OMG, why is it so lousy designed, ive just read John's (Soulsolutions) article on it, first, why is it called 'ero', second, why is it such a pile of bad html instead just a simple div Hope, microsoft will change it in a future release of the api... this one: http://www.soulsolutions.com.au/Articles/VirtualEarthPopupStyles/tabid/79/Default.aspx The biggest issue i have with the default popup is the large "padding" effect you get due to the diamond graphic they use for the arrow. In the end I have had to create my own div and work on the bounds logic. Its not my graphics so i can't post it but you can check out the site I made it for: ...Show All
ktto Where we can download SDK ?
I need to download the .NET Compact Framework 1.0.5 or 2.0 SDK, although the installer of VS2005 install the SDK .NET Framework 2.0, some of my component (third party) said that the .NET Compact Framework not installed. Can anyone tell me where I can download those framework (1.0.5 and 2.0). Thanks, Ariston. That path is from VS 2003 which has NETCF V1 RTM integrated (that is, no separate SDK) and you're using VS 2005, that's why you can't find it. Components designed for NETCF V1/VS 2003 are incompatible with VS 2005 and would not show in toolbox. However, you can add reference to them and use them from code. Well it because I want to test chartfx component that I download trial, it ...Show All
Pilsener NodeFont property in TreeView
I am using Visual Studio 2005 and .Net CF 2.0. There is no nodedfont property in .net CF. What I want to do is set bold on the parents, and normal for childs. What is the workaround Cannot find such method and property in .net cf 2.0 The NodeFont property is not supported on .NETCF. You may be able to use TreeNode's Handle property and PInvoke to native code to set the Font property. See http://msdn.microsoft.com/library/en-us/wceui40/html/cerefTVM_SETITEM.asp In v 1.1 i will do it like it. check it whether it is helpful to you or not. node.NodeFont = New Font("Verdana", 8, FontStyle.Bold) ...Show All
EWoodruff Backup cemail.vol
Hello everyone! I need to backup/copy my cemail.vol.....how i can do this I trying to copy my cemail.vol...but i give a "IOException". help me please.... IOException is because of sharing violation. Do the following: Rename cemail.vol to say cemail_bak.vol Restart the phone/ppc, You'll see a new file with name cemail.vol is created Copy the cemail_bak.vol to a new location. Rename the newer cemail.vol to cemail_delete.vol and rename your cemail_bak.vol to cemail.vol. Restart and delete your cemail_delete.vol Manav mgaur_MSFT wrote: IOException is because of sharing violation. Do the following: Rename cemail.vol to say cemail_bak.vol Restart ...Show All
XinuXano msgrp2p.xml
This file worked for me on my computer at home but not on my computer at work! Also did not work on a colleagues computer. Tried encoding the URL and also tried the selection from the main actions menu as well as the start an activity menu after selecting a buddy. Even tried several versions of messenger. No luck FYI ... my computer at home has the latest version of messenger 8.xxx, windows XP home edition. Help appreciated Kajal Hi, thanks for staying on my case ..... I just got it working ....... I was looking for the menu item in the wrong place ......... theres a teeny weeny icon at the top which has the actions menu ...... from the conversation window .... didnt see that. Than ...Show All
