Answer Questions
MyInput Adding web services created in VS2003 to VS 2005 smart device projects as web references
I've been trying to add a web reference to a web service that was created some time ago in Visual Studio 2003. This web service works fine and is linked to from several smart device projects. When I add a web reference to the web service in a Visual Studio 2005 Beta 2 smart device project (compact framework 2.0) it seems to work fine until I go to build the solution. The build constantly fails with the following message in the outp ...Show All
sriram.ds Console / Shell on Windows Mobile Version 5.0
Hello All, I am basically into developing applications for J9 Java VM on Windows Mobile/ARM. I need a way to pass arguments to VM and IBM's documentation is silent on this - though it is more appropriate to consult the platform vendor. So I am here! So, I try to download the builds provided for Pocket PC 2002 here : http://www.symbolictools.de/public/pocketconsole/applications/PocketCMD/index.htm Though they install property [ via Ac ...Show All
cues7a WinMobile 5.0 Development - Clear answer needed
Hi Everyone, Searched everywhere for a clear answer to this questions, can someone please point me in the right direction. 1. Can eVC++ 4 still be used for WinMobile 5 development I understand that VS2005 is the recommended way, but can programs compiled with eVC++ still run under WM5 2. If aswer to 1. is "YES, programs should run" then is there a document that details possible issues that might be encountered (apart from screen orientation whi ...Show All
cs_coder Building images for Windows CE 5.0 emulator httpd
I downloaded the Windows CE 5.0 evaluation pack. Is it possible to build images for the Windows CE 5.0 emulator so I can include a Web server (httpd) in the device emulator I also want to be able to transfer files from my PC into the emulator. Is this possible using the evaluation version of Platform Builder Yes, you can include a web server into CE 5.0 OS images - it is in the catalog under "\Core OS\Win ...Show All
LitePipe Bluetooth connectivity?
Hi there. In .NET 2.0 (and also 1.1) is there a way I can transfer/recieve files via bluetooth I guess we could open the serial port for COM7/8 (the bluetooth COM ) in .NET 2.0 but how would we do this in .NET 1.1 As well as this, How would I be able to transfer/recieve a file I have done things like this (transferring) using serialization and so on but I am wondering if we, I assume we do, use the network stream to get the byte ...Show All
voy Deployment Issues in VS2k5 with ActiveSync 4.0.0
Trying to deploy an app to my PocketPC2002 device using ActiveSync 4.0.0 and VS2k5. Maybe 1 in 5 times I deploy it fails with error: Deployment and/or registration failed with error: 0x8973190e. Error writing file x Error 0x8007274c: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. This always happens with the sa ...Show All
Cim Ryan how to read fairly large Bitmaps ?
Hi. iam trying to load a fairlly large bitmap(7,5mb 3690x5215 px) and of course it end allways in out of memory exception. Is there any other way to load the bitmap without having to read all file to memory, and just portions of it on demand. The main purpose it to display just a part of it and allowing the user to scroll the rest of it and do some painting stuff on top of that part. Thanks. I have just done a ...Show All
bcw how to get screen pixel's value? (cf 1.1, c#)
I know for bitmap object, we can get a pixel's value like 'pixel = bmp1.GetPixel(i,j);' in c#, however, is there anyway to get screen pixel's value in c# Many thanks! Could you explain why you'd want to do it say I have a region with a specified color(say green or in rgb (0,255,0) displayed on the screen using method like g.FillPolygon(pen, points), and I also have a few points on the s ...Show All
sivakishore RichInk Control Changing the Font
Sorry if this post is a little long. Any help would be appriciated. I am currently using a rich ink control in an application I am working on. I wanted to change the font to courier new but there is no message to change the font for the control. So I grabbed the handle to the child window which contains the text. The problem is that when I write the text to the control initially it is written using the standard system font ...Show All
Would you really like to know? Windows CE 5.0 Emulator woes
I have installed Visual Studio 2005 July CTP and I'm having problems trying to run the new Mobile D3D samples on the new emulator. I've read through several posts on this web board and other sites and haven't figured out what to do to get this working. I want to be able to run these samples on the emulator, I'm not trying to run them on my Pocket PC (w/ 2003 SE installed) - at least not yet. One assumption I've made which I should m ...Show All
agencycontractor Change Target WM5.0 Says Device Not Connected
I have an applicaiton that currently runs on PPC 2003 that I need to also run on WM 5.0 This application is written with VB .NET 2005 I am trying to change the target platform to WM 5.0. I have Activesync 4.1 and the WM 5.0 SDK installed. When I try to deploy or debug on the device, I get the error "The device is not connected". Ironically, if I click the connect to device button from the IDE toolbar, I get a mess ...Show All
Gabe J Control Focus Problem - a Bug? or..
Hi, i would like to create a simple control that changes its background color depending upon whether it is focused or not. i have the following code. class mylabel : Control { protected override void OnGotFocus( EventArgs e) { base .OnGotFocus(e); this .BackColor = Color .Red; } protected override void OnLostFocus( EventArgs e) { base .OnLostFocus(e); this .BackColor = Color .White; } } The pro ...Show All
mohamed makin Pocket PC SQL CE problems
Hi All, I am really new to the .NET, C#, CE world and am working on a project with some pressing deadlines. Please bear with me. I've been having a few problems with the namespaces, let alone pulling the data. For some reason the namespaces, using System.Data.SqlServerCe; using System.Data.SqlCeEngine; using System.Data.SqlCeEngine.SqlCeRemoteDataAccess; are not being identified during the build. I looked u ...Show All
Junnys #ifdef for VS 2005 vs EVC 4.0
What is an #ifdef I can use to determine a compile is VS2005 vs eVC 4.0 Thanks JEK How can I determine if the source is being compiled under the emulator Thanks JEK The short answer is that you can't. There is no "emulator" flag because the device emulator is just another device from the IDE's perspective. Devices are only relevant to the deploy ...Show All
Mike Chen Debugging of eVC++ 4.0 application on WinMobile 5.0 using VS2005 dummy project
Hi Friends, I am doing following steps- 1) Install eVC 4.0 SP4 and Visual Studio 2005 on the same machine. 2) Build the eVC 4.0 MFC project and copy the executable to the appropriate location on the device using Remote File Viewer from Visual Studio 2005. 3) Create a dummy project on Visual Studio 2005 (this must be an executable project) for the correct WM 5.0 platform. 4) In VS 2005, open the project propert ...Show All
