Answer Questions
haber2 a socket was attempted to an unreachable host?
Hi, I have opened my middle tier application with VS2005,CF2.0 (which is developed with VS2003(CF1.1)). When I run on VS2003 and pocket pc emulator 2002 , it is connected to server with out any error. but when I open on VS2005 (pocket pc emulator 2003) It is giving the following error. A socket was attempted to an unreachable host. can u plz give me the solution fot this if u know. Malleswar wrote: Hi, I got finally connected by loading ActiveSync 4.0 version and PPL. If any face the same problem you take my help. bye bye if you're only going to attempt to connect while cradled, not networked by ethernet or wirelessly, then yes, that's a solution. ...Show All
Mystret New Slide
Hi, I'm building a m-Learning lession for my master work and so I'm trying so use Visual Studio. So, no big knowledge about it... I'm trying to make the lession linear, means slide, new slide, new slide... How's the best way to implement this New form Or is there a command to delete the screen Thx a lot for your Help! Thomas This question has nothing to do with mobile device development ...Show All
New-Bee Finding Jersey
Hi, I'm trying to program a map that needs to find a postcode in Jersey (a Crown Dependency of the UK on the coast of France). I can find locations within the UK mainland fine using postcodes but Live Local and Virtual Earth don't seem to recognise Jersey (or any other Channel Islands) postcodes instead placing them in Surrey, UK! Does anyone know if there is a way to force the API to realise the postcode is refering to Jersey (I've tried things like JE2 3RQ,Jersey) or if this is just a bug with Virtual Earth Thanks, Matthew This works for me: "Jersey JE2 3RQ" Hi, Thanks for your advice. I tried various formats but for that one, it pops down a box to disam ...Show All
ravichandratbv device emulator 2.0, Unable to map com port
I'm launching the DeviceEmulator 2.0 Beta from the command line and I'm getting an Access Deined message using the /u0 COM1 flag. Hello, Unfortunately this is a code regression introduced in device emulator v2 beta which was caught post beta release. It is fixed for the future versions of Device Emulator releases. As a work-around, please remove the "/u0" switch from the command-line and after the emulator launch, use File->Config dialog to enable Serial Port binding. -Thanks, Mohit ...Show All
Dennes Magayanes Can't find ActivateService
Hi guys, I've got the tiniest little Win32 Console App made so that I can simply Deregister and then Activate one of my services. It's so simple, I'll post the entire 10 lines of code. // UpdateProgram.cpp : Defines the entry point for the console application. #include "stdafx.h" #include <windows.h> #include <commctrl.h> #include <service.h> int _tmain( int argc, _TCHAR* argv[]) { DeregisterService(L "FUBAR" ,0); ActivateService(L "FUBAR" ,0); return 0; } So yeah, not much to it haha. But, it tells me that DeregisterService and ActivateService are both not found. To be exact: Error 1 error C3861: 'DeregisterService': identifier not found c:\..\ ...Show All
Wayne Sepega Bug: VE4 and FF 1.0 pushpins offset wrong
I know firefox 1.0 is old, and hopefully most users have upgraded, but we still need to support the absolute widest range of browsers found in the wild. I upgraded my mapping to use VE4, and found the position of custom pushpins was being offset incorrectly. I'm pretty sure it used to work correctly in VE3, as I would have noticed it. To repro the problem look at: http://www.mtb-routes.co.uk/northyorkmoors/default.aspx In FF 1.0, and notice how the pushpin popup is offset. It's fine in Firefox 2.0 and IE 6/7. ...Show All
Noorul Ahmed What books to use?
I am new in smart device application development. Can anyone out there suggest me some good references or books so that I can learn how to develop my own mobile application (desktop application that can use to send SMS to pocket PC emulator) PS : I am using Visual Studio 2005 C# Thanks in advance. Slightly out of context here. But here is a link which could be useful. http://msdn.microsoft.com/mobility/understanding/books/default.aspx Hope this helps. -Thanks, Mohit ...Show All
Mike Norman Customized datagrid column won't change colors of unseen rows when scrolled
I was trying to change background colors of specific rows of my datagrid following this suggestion: http://blogs.msdn.com/netcfteam/archive/2006/04/25/583542.aspx My application is an inventory counting program and I want to change colors of a rows by their specific value of a column (in this specific case, "DateLastCounted" column). It worked fine except one problem. My datagrid has vertical scroll bars. When I ran the code, the rows of first screen showed exactly what I intended but when I scrolled down, background colors were never changed in any rows which were supposed to be changed. I walked through codes in debug mode and I couldn't find any problem: It means every line in the overridden 'Paint' methods w ...Show All
Arnabmsdn Roaming inforamtion
hi, Is it possible to have the information, that the device is on roaming If yes, then which api does this plz help needed. i dnt have any knowledge regarding this. thanx in advance. ...Show All
MA2005 VS2005 SP1 RTM
Yeah!! We've done it. VS 2005 SP1 is RTM. There are significant improvements for Smart Device development. You can read device development improvements here http://blogs.msdn.com/mgaur/archive/2006/09/26/772519.aspx . and general SP1 information here http://msdn.microsoft.com/vstudio/support/vs2005sp1/default.aspx and about VS 2005 on Vista at http://msdn2.microsoft.com/en-us/vstudio/aa948853.aspx . Manav nice! long awaited! I had the same issue yesterday , It took me more than 3 hours to install the vs2005 sp1 in my computer . But finally it failed , after that i could not run the vs2005 . So i had to reinstall the VS2005 agin in my machine . ...Show All
Tim Hatcher How to load XMl document?
Hi everybody. I'm using VS2005 C# to code a smart device project, which should run in Pocket PC 2003 SE emulator. When I try to load a xml document as in this sample private void Display() { try { XmlDocument doc = new XmlDocument(); string url = @"D:\NewFolder\Notebook\Notebook\Xml\diary.xml"; doc.Load(url); DateTime t = dateTimePicker1.Value; string date = Convert.ToString(t.Day) + "/" + Convert.ToString(t.Month) + "/" + Convert.ToString(t.Year); XmlNode node = doc.SelectSingleNode("diary[@date = " + date + "]"); textBox1.Text = node.Value; } catch (System.IO.FileNotFoundException e) { Messa ...Show All
Batuhan Windows Mobile 5.0 Developer Resource Kit
Windows Mobile 5.0 Developer Resource Kit is available for Order. Please see http://msdn.microsoft.com/mobility/windowsmobile/howto/resourcekit/default.aspx What's inside the kit Tools and Technologies Visual Studio 2005 Professional Edition (90-day trial)* Windows Mobile 5.0 SDKs for Pocket PC and Smartphone ActiveSync 4.1 .NET Compact Framework 2.0 Localized emulator images and other useful developer tools SQL Server 2005 Mobile Edition Developer Resources Links to technical whitepapers and webcasts WeFly247-50 sample applications Hands-on labs and videos Partnering opportunities Yes even ifyou have VS 2005, you have to do a full install to get WM 5.0 ...Show All
m_shane_tx Start VB Program unfocused
I'm trying to write a VB program for a Pocket PC. When I run the program, I do not want any type of FORM to come up. Or Even better would for it to go into the Tray just to show it is running. Does anyone know of existing code i can look at to get this to work If I can just get the program to run without opening the Form1 window that would get me moving, and I could worry about making the Tray Icon stuff later. Thanks, You can hide the form from Activated event: Me.Hide ...Show All
MichaelD&#33; How to find WinCE API reference and Platform Builder's reference?
I'm go through the samples launched with VS2005 for native C++ WM5.0 developement. I could not find the entrence for WM5.0 native API's reference. I guess there should be an entrence and Index of catagried APIs' reference. Moreover, WM5.0's reference often redirect to WINCE5.0 Platform builder's API, I also could not find the indexed reference for them. Where shall I start from Try this as a starting point for WM5: http://msdn.microsoft.com/library/default.asp url=/library/en-us/mobilesdk5/html/mob5oriDevelopersReference.asp ...Show All
WXS123 I can debug on emulator, but I can't do it on device!
-VS2005 SP1 -VB Project for a Windows Mobile 5.0 PocketPC Device If I set a breakpoint, the project breaks ONLY if the target is the emulator. If I try to debug on the device, the breakpoints turn from the "red ball icon" to a "red circle icon" with a small yellow warning triangle in it. The message over the warning is something like "breakpoint will not be used. The specified module has not been loaded". Is there something I can do Why this different behaviour from the emulator to the device The problem is not specific of my project: if I create a new one, with just a couple of lines, the problem is the same: I can debug on the emulator and I can't on the device. Obviously I tried all th ...Show All
