Answer Questions
Peli Trouble using native DLLs
We are having difficulty using native DLLs with VS2005 in C# on a PocketPC 2003 device, or the emulator. I would be extremely pleased to hear any suggestions on this matter. I have tried creating a simple DLL with both eMbedded Visual C++ 4.0, and as a C++ smart device DLL in VS2005. In both cases I get the " Can't find PInvoke DLL Whatever.dll" The DUMPBIN looks perfectly fine in both cases, no name mangling, etc. The DLL i ...Show All
Stefan Kuhr Need help with my taskbar
I was messing around with my taskbar and now when i have a window open or minimized it dosnt apear on my task bar. So now i have to hit control alt delet to get to another window please please help! I'm sorry, these forums are for programming questions only, you'll need to find a consumer level forum to ask questions about how to use windows. I don't know of any way you can have a taskbar and not have programs appear on it. ...Show All
John Stolwerk Problem when power button pressed
Hi All, I would like to ask on the way to control the "power-down" behaviour of application in Pocket PC. Currently, when the user press the power button to turn off the monitor, and then press it back, the application is still working (sound etc) EXCEPT the graphics (I use picture box) is freeze indefinitely. Can I know how to work around this problem Thank you in advance for the replies. T ...Show All
BrammekeDotNet Debugging Hanging App in VS2005
I developed an application in VS 2003, NETCF 1.1 and Pocket PC 2004 that occasionally experiences a deadlock or "hangs". It happens approx once every 8 hours of use (which makes it extremely hard to debug.) The main reason I know this happens is because my users tell me. I am aware that updating controls created on the GUI thread is probably the most likely culprit but I have spent hours trying to figure out where this could be hap ...Show All
anthon how can Smartphone Emulator send and receive SMS?
Hi, I am a beginner at .net Compact Framework and I have just started a project called "SMS SPAMMER", my idea is to enable a mobile phone to spam an SMS based upon Cell Number. I want to use .net Compact Framework and learnt how my project will go on but I am unble to test my code as I dont know two emulators can communicate or not and if they then how I also wish to know how can I send an SMS to emulator through my cell phone. Is it ...Show All
iestudi Services.exe or another method
Hi there So basically Id like to hear your idears on the best way to crack down my problem. My problem is that I need to create a service that will run allways on a Windows CE device. This program will run at a set interval given in some external data source either via file or registry. This service will then have to do some checks as to connectivity to a remote file share and stuff like that and if all checks succee ...Show All
Joris Wit CABWIZ/Makecab problems
Hi all, I'm having trouble building a CAB file for a CF 2 project. Done the usual steps, Added a Smart Device Deployment project to my solution, set its propertys, go to build and Always get back a message saying ; Error: CAB file "C:\Documents and Settings\DAVE\My Documents\Visual Studio 2005 \Projects\Project1\DeploymentCAB\Release\Project1. CAB " could not be created It's really annoying, I dont want to have to go back to us ...Show All
jazure Encoding Error in calling java web service
I have created a Web service in java hosted on tomcat. Now i want to call it from pocket PC. I am using .net compact framework to design client. But i am facing a problem. When i run client program on My Windows PC. It works and calls web service. But when i deploy this client to pocket PC., it fails. It connect to web service. But in server log i get error ay 4, 2006 11:43:59 AM com.sun.xml.rpc.server.StreamingHandler handle SEVERE: unexpect ...Show All
arghhhhhh Target Machine Link Error
I have used the upgrade wizard to migrate my EVC 4 project to VS 2005. I have managed to get most of my projects to build but I have a couple that give me the following link error. mfc80u.lib(MFC80U.DLL) : fatal error LNK1112: module machine type 'THUMB' conflicts with target machine type 'ARM' The configuration was originally targeting ARMV4. The "Target Machine" Linker option is set to "MachineARM (/MACHINE:ARM)". And I cannot ...Show All
TanShaoMin Smart Device program being able to locate a text file
I wonder if I can get some help I have a program that I've 'deployed' to a Smart Device emulator (Pocket PC SE 2003) and this program has to access a text file. I've also gotten that text file to go over to the emulator so I know it's there in the same directory as the program. My problem is that I don't know how to 'call' the program. I just asked for it by name (in a StreamReader call) and the error message I get states that it cannot lo ...Show All
Merten1982 What event is fired when using a Pen to select a Control?
Hi, and happy Easter all! I am creating a Forms application for a QTEK Smart Device and was wonder what event is triggered when I select a Control with a pen I can't seem to find a relevant event when searching through a controls event properties. Device: QTEK. CF: 1.1 Thanks Tryst But here is the catch :), What I want to do is to open up a Form (Modal) when a Control is pressed with the Pen, or when Enter is pressed on the KeyPad. Howev ...Show All
Chickenwing Installer for .net Application
I have some questions regarding the handling of .net CF installation I have a cab file and a working MSI installer for my app. (based on http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnanchor/html/CompactfxTechArt.asp) How can I check if the .net cf 2.0 is installed on the device and is there a way to somehow merge my installer with the .net cf redistributable (from here: http://www.microsoft.com/downloads/details.aspx famil ...Show All
Malay Thakershi Speech to text
Hi, I am developing an application in VS.Net 2005 for Pocket PC 2003 and Win CE 5.0. I want to add an feature like speech to text for a form using c#. Please tell me how can i achieve this functionality. Thank you, Prashant Take a look at this search result of the .NetCF newsgroup: http://groups.google.com/groups as_q=speech+to+text&num=10&scoring=r&hl=en&as_epq=&as_oq=&as_e ...Show All
C. Venkata chary /GR- cl.exe option causes WM_INITDIALOG not to fire.
Project->Properties: Configuration Properties/C++/Language: Enable Run-Time Type Info = No (/GR-) causes WM_INITDIALOG not to fire when invoking DoModal() for a dialog instantiated from within OnInitialUpdate() of a single document MFC application (i.e., from within OnInitialUpdaet() for a subclass of CView). Compiling with /GR does not produce this problem. To reproduce this, use VS2005 to create a single document app, use the IDE to ...Show All
Tominator2005 Signal point with the coordinate
is it possible to use the access point with signal and calculate the coordinate in the area Thanks for reply,.... then do you know how to calculate the coordinate You won't find such information freely available, it's proprietary and most likely patented. For example: http://www.daconi.net/wifi-pos/wifi-pos.html It probably based on signal dissipation ...Show All
