Answer Questions
masuday GetCurrentProcess()
Hello, Can anyone help me, how can I find (actually I need to Prevent runing same program) GetCurrentProcess() from C#.net for pocket PC. When I try to use like: System.Diagnostics.Process using System; using System.Diagnostics; using System.ComponentModel; ---- ---- System.Diagnostics.Process ERROR: 'Process' could not be found ..... Thanks, Leo The most common way to do that is to use mutex. Take a look at th ...Show All
joe moe getting linking errors
I m trying to make a dll targetting Win Mobile Smartphone 2003. I am developing using embedded Visual C++ 4.0. Here i m using the sms api. I m quite new to this sort of programming. So to call the sms api, I m including <sms.h>. I am not able to find a way to add sms.lib as dependency, as we do in Visual Studio. I am not sure whether i have to do that in eMbedded Visual C++. The code is compiling, but it is giving following linking errors ...Show All
Brachole Some Controls
I'm developing an application which gathers data through a web service, this data is stored on a database and therefor each use must be able to modify certain aspects of it. The textbox control in .NETCF2.0 supports multiple lines, however spacing is another issue. If i were to publish data to the database using this mobile application (WINCE50), instead of the line breaks i get squares, however if i were to publish the same data through the web ...Show All
Rizwanrs Developing against WebService with LoopBack Adapter
My development network does not use DHCP and so because it is using static IP addresses, I have installed the Microsoft Loopback Adapter in order to develop Smartphone Applications and get deployment working. How does one go about deploying, testing, and debugging against a web service located on the same development machine with the emulator.. It doesn't seem possible This is painful and any help would be appreciated. ...Show All
abelli5 Compiling and including a DLL
Hi there. I'd like to write a class and compile it to a dll so I can include it in a number of different applications. However, I am having trouble getting any dll that I've compiled to add successfully to my test application that imports the dll. To test, I did the following: - Started a new project in C++, and under 'Smart Device' chose 'MFC Smart Device DLL' as my chosen template. - Then clicked "Next" through to select ...Show All
newWiki Label Events - Need to trigger something when a Pen touches a Label
Hi all, I need to have the ability to be able to open up Form's on my application when a user presses a Label with a Pen (is this possible - is there an event in the Label properties to do this ) I know I can use a button, but I have designed my app with Labels now. Thanks Tryst what about a LinkLabel that implements Click ... I don't believe Label implements click events ... why not just replace your lab ...Show All
TrevorT Device Emulator stopped working after uninstalling Platform Builder
Hello I am using VS 2005. I was recently working on one problem and had to install evaluation edition of Platform Builder. After I uninstall that, I can no longer use the Device Emulator from VS 2005. When opening Device Emulator Manager, it shows only "Others" item, and DataStore is completely missing; though from VS 2005 Tools/Options/Devices I can see all the platforms still on my PC. How can I fix the emulator settings ...Show All
samr3t Track mouse position
Hi, I'm working on a PocketPC application in Vb.net on Compact Framework1.0. I have 2 panels on a form, placed one below the other. I want to track the mouse(stylus) position as it is dragged(moved) from one panel to the other one. How to track the mouse position as the stulus(mouse) is dragged over the controls on a panel | form thanks, I beleive I've already answered your question: ...Show All
Ahmed Chaudhary XML in compact Framework 2.0
Hi all, The compact Framework 2 is supposed to support XML, but when I add : Imports System.Xml Imports System.Xml.XPath in my code, I get an error sayng that XML is not a member of System !! What do I do wrong Thanks in advance, Emphyrio That's it ! I thought about it just after I posted my message. But there is something still I don't understand : Why do I have to do tha ...Show All
koulbassa Receiving SMS example
Hi all, Have anyone tried the Receiving SMS example from the MSDN library There seems to be a problem... It seems that I can deploy it to my PPC but an error of MissingMethodException at the function call to DllRegisterServer() will always occur. Need help urgently!!! Can you provide a step by step walkthrough about how you go about deploying this programs into your pocket PC Thanks! ...Show All
BryanF Changing Either back or Forecolor of row in datagrid
Hi, How to change forecolor of row in a datagrid. I need to change the color based on some condition. I'm using VS 2003. Thanks! Oh! No other Way Lengthy procedure. OK..Let me try! Thanks! It's not trivial. Please see this for general idea: http://www.opennetcf.org/Forums/topic.asp TOPIC_ID=350 Hi, i 've posted this question ...Show All
PauloPina Pocket PC and Merge Replication on SQL 2000
Thanks in advance for advice. My company is trying to start developing on Pocket PC Palm Devices with Visual Studio 2003 and I am having a little trouble. I am trying to set up the merge replication on SQL 2000 and make my emulator sync and I cannot seem to get this to work properly. If anyone has any links or advice on where to go to get a better understanding of how this works i would greatly appreciate it. Thanks Again Trent Jackson ...Show All
Jong8282 Debug PB compiled with EVC
Hi, mr. All! Can anybody tell me if it is possible to compile a binary with a Windows CE 5.0 Platform builder's compiler, but debug this binary with EVC Which switches should I set to make it possible Thank you. To debug an eVC generated binary in PB, all you should need to do is make sure that PB can find the matching .pdb for your eVC Generated component. It shouldn't matter if the PB image is debug or release. To debug a ...Show All
n1patrick switch off display
Hi, i want to disable the screen until anyone tabs on the screen again. Do you have a code snippet for me You can check this article about switching off the display http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnppcgen/html/ppc_layoff.asp Article on switching On the display (scroll down) http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnroad/html/road03132002.asp ...Show All
Brent Mullet Pocket PC MSMQ question
Hi, We are developing a mobile solution that uses the MSMQ as the underlying messaging communication system. Each mobile device sends messages via GPRS to the backend system behind a Proxy-Firewall. I understand that using HTTP based SRMP protocol is not supported for MSMQ on Pocket PC 2003 platform. I like to ask if it is even possible to use MSMQ to message a Pocket PC application to a destination node behind the proxy firewall. ...Show All
