Answer Questions
vineet1408 Windows Live Problems, Signing in not working
When i sign in, it gives me and error message and says that the Windows Live Service is currently unavailable, i need help, is it me or is Windows Live not working at the pressent time. I'm having the same problems, I cannot sign into my Hotmail account from the hotmail website or MSN. Both sites redirect me to the Windows Live login where I get the screens mentioned above, it is VERY frustrating knowing I have email that I cannot get to!!! This all started the moment I signed up for Windows Live, any help hi there, i hope this helps: 1. u need to delete all cookies and files in the folder internet temporary files, to do that go to tools - internet options in internet explorer and click in delet ...Show All
Thomas S. Andersen regarding moving a directory including all its sub directories from device to storage card
hi all, i have a requirement that i move a directory including all its sub directories from device to storage card. i need to do it in a control's event like some button click. i have tried using: MoveFileW(LPCTSTR lpexistingfilename, LPCTSTR lpdestfilename); i have seen no success. is there any other windows api i can use to do this thanks in advance. kulkarni Hi Michael, CopyFile does not operate on directories, so is there any other API for copying(not moving) directories along with its contents within the same storage volume thanks in advance, Mahesh Hi MoveFile fails because you are trying to move file accr ...Show All
bharathi_tunes dumb questions
ok, new here and some dumb questions. 1. show coordinates works on internet Ex but not in Netscape, is there a fix 2. how are multiple functions added to a html page 3. use to be on the older V map a "send map via email", what happened help and thanks We all have to start somewhere Terry. These are some good reasources for you to look at: http://dev.live.com/virtualearth/sdk/ http://viavirtualearth.com/VVE/Articles/Default.ashx http://viavirtualearth.com/Wiki/Welcome.ashx 1. Specifically VE only works in IE6/7 and FF1.5/2 (with fix from wiki) 2. Hopefully some of the articles can give you examples 3. You can make you own using a mailto: link. I would encode the current map vie ...Show All
Marmot2006 pin's registration point
where is a push pin's registration, the top left, top right, center...etc I have also had issues with this one... It would seem that it sets the Pushpin using the top left corner of the icon (or indeed just offset from the top left). It took one of our designers about 6 attempts to add enough padding to an icon to get the point just right (certainly for the Birds Eye view look and feel)... The pin's image centroid is placed on the lat/long so everything else will need to be calculated out of that The pin image is centred on the lat long. You set a css style class for the pin and then use the top and left styles to specify the offsets required. http://www. ...Show All
Peter Kalev Adding menu item to message
Greetings all I am trying to add custom menu items to Messaging when a nmessage is displayed. I am able to add custom menus to the inbox using the InboxMenuExtensibility sample, however, I also need a menu item when the message is displayed. The InboxMenuExtensibility does not show how to do this. I guess that I need to add a custom meny wen they select the message but I can't see how to do it. Any idea's on how to make a custom menu appear in the message That is a winner. Thanks heaps crino wrote: Hi Angelo, just register your dll in: HKLM\\SOFTWARE\\Microsoft\\Shell\\Extensions\\ContextMenus\\Inbox\\ check this link: http://msdn.microsoft.com/library/def ...Show All
TarPista P/Invoke pointer
I am passing a struct to unmanaged code. One of the parameters contains a pointer that should point to a local variable to return some 16 bit data. I can do this in an "unsafe" context and it works as shown below. Is there a way to do the same thing without using "unsafe" context Maybe IntPtr [StructLayout(LayoutKind.Sequential)] private struct MyParameters2 { public Int32 DeviceId; public Int32 Message; public Int32 User; public Int32 Parameter1; public UInt16 *Parameter2; } public UInt16 GetIODataRegister() { MyParameters2 wp = new MyParameters2(); UInt16 data; byte[] outbuffer = new byte[4]; wp.Message = WPDM_PRIVATE_READ; wp.Paramet ...Show All
ZhangZJ Exception while sending QueryString
Hello, i am facing a problem while passing queryString as coordinates to MapCrunch page. i am getting an exception about object null in my xml. whereas if i don't pass querystring it works perfect. function LoadPage() { var x=getQueryVariable( "x" ); var y=getQueryVariable( "y" ); var zoom = getQueryVariable( "zoom" ); SetMapSize(); window.onresize = SetMapSize; map = new VEMap( 'Map' ); map.LoadMap(); map.SetMapStyle( 'h' ); layerList = MSR.CVE.ImportLayersFromAnchorHRef( "CrunchedLayers" ); ////////////////////////////// ERROR ///////////////////////// MSR.CVE.StartAutomaticLegends(map, layerList); var permalinkProv ...Show All
Zaph0d how to call openCV dll in smartphone?
Hi all, I've created an application written in C# which works well in smartphone 2003. Now, I want to use the openCV dll in my application and i encountered 'NotSupportedException' error. Is openCV can be supported by windows mobile 2003 What should i do for the openCV to make the DLL compatible in windows mobile 2003 Can anyone out there help mi thanks. Please do not cross post. Your query has been answered in the post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1037278&SiteID=1 Closing this thread. Manav ...Show All
Aerenel Dll method problem
Hi Guys I am new bie in Windows mobile platform. I am building a smartphone application using c#. It uses our own NetwrkAction.lib. Can you guys help me how can i use this lib in the project. I have follwoing functions that has to be used in the application. EXPORT CNetwrkAction* CALLBACK CreateNetwrkAction(); EXPORT void CALLBACK DeleteNetwrkAction(CNetwrkAction* obj); EXPORT int CALLBACK Configure(CNetwrkAction* obj,LPVOID aErrorNotifier,LPVOID aEventNotifier, const char *aPrimaryGateway); EXPORT int CALLBACK ConnectToServer(CNetwrkAction* obj); EXPORT int CALLBACK RequestToServer(CNetwrkAction* obj,const char *aPrimaryGateway); Can anybody tell me how to use this DLL with my program. You have to declare managed equivalents ...Show All
Douglas H. Troy a href link in Bot activity window
Hi We have a provisioned BOT on MSN and now notice that any href link in the activity window with a target of "_blank" (i.e. outside of the activity window), does not work. Is this a limitation of our provisioning Thanks Riaan London You will need to have the "Windows" property to be true. Read the documentation for more info about the XML parameters. ...Show All
Jeff Lynch - MVP Connecting active sync to emulator in an x64 environment
Hi, I am trying to connect my Windows Mobile 5.0 emulator to active sync on a 64 bit machine, but the emulator is not being recognised by active sync. Is this a problem with the 64 bit environment (is active sync+WM 5.0 emulator) supported on a 64-bit machine Is there something that I am missing here Thanks Deepthi Have you tried the usual things like rebooting the machine Thanks a lot to everybody to replied ! I have now been able to get Active Sync to work on 64 bit. Thanks once again ! Connecting to Emulator with ActiveSync should work on x64 Windows XP and x64 Windows Server 2003. It does NOT work on x64 Windows Vista as of now, and we are working o ...Show All
Hassan Ayoub Question from newbie about reading file name from listview
Hello I've been searching forums for solution of my problem. I think it's very simple but I have no idea how to make it works. In my project I have got a simple listview with *.txt file names from program directory. I would apprecciate it if someone told me how to get value (file name) of currently selected key. Any help would be welcomed! Something tells me we're not using the same programing language lol... SelectedItems is not in Compact Framework I used somethink like: ListView . SelectedIndexCollection indexes = this .MyList.SelectedIndices; foreach ( int index in indexes) { fieldtext1.Text = MyList.Items[index].Text; fieldtext2.Te ...Show All
kp73 3GP
can i encode 3gp files on a windows mobile device mto a hora fatalist wrote: can i encode 3gp files on a windows mobile device typically yes. most OEMs include a 3gp codec. 3gp was designed as a mobile video protocol to begin with. I think 3gp is the default video format for CaptureCameraDialog. ...Show All
TvB eMbedded Visual C++ support?
Hi, I am new to embedded world, I need to port an active-X control developed in ATL to Win CE. After going through few newsgroups, I am able to figure out that I need to install eVC 4.0 to achive this task. On my computer these are the software already installed. Visual studio 2003 Professional edition edition, Visual studio 2005 Team edition for developer, Windows CE 5.0 Emulator Windows Embedded CE 6.0 (Evaluation version). But now when I try to installed, it start looking for Windows CE platform Manager ( I am not sure whether this is the same platform builder, which is integrated with VS 2005, using Win CE 6.0 installer) and it get failed. It returns an error message " Set up encounter problem ...Show All
asiaindian Highlighting a ListView Item
Hi all, I am using a ListView Control and am adding Items to the ListView when a user clicks on a button. But, what i want is for the new ListView item to be Selected (or more like Highlighted) once it is added to the ListView. I can't seem to find a property on the ListView Control to select ListView Item. Is what I want to do possible Thanks Tryst OK - thanks very much Alex. Tryst listView.Items[0].Selected = true; -Alex ...Show All
