Answer Questions
Fluffyrobot Designer Preview
Hi, how can I obtain the information, the current instance of a Control class is running in the Designer preview I didn't found a member that supplies me that information in the Compact Framework. Thank you! That's because mDesignMode is not a bool; it's a Nullable<bool>. Declare like I have it, with the question mark, or do it explicitly with Nullable<bool>. Look up Nullable in the online help ...Show All
rrao drawing a target
Hi, i wrote a program in vb6.net that uses graphics paths to create a target. each ring of the target has a value and by clicking on the target i retrieve the score for that position. my question is how can i draw a circle on top of another circle in cf which does not use graphics paths any ideas would be appreciated cheers Graphics. DrawEllipse() is available in NETCF V2, that’s enough to draw a circle. You can find ...Show All
NewWebTester PocketPC 2003 Full Screen App
I am modifying a PocketPC 2003 Visual Basic app. I am using VS 2003. Does anyone know how to write the app so it runs full screen I basically want my app to start full screen when the user turns on the device and lock the device down so that's all the user can do and use all of the real estate on the screen.. I'll include some backdoor way to get to the OS if required. Any help or direction would be greatly appreciated. ...Show All
status How to display multiple images in a row in ListView
Can anyone help me to have multiple images and text together in a row in ListView Control. Sorry, not possible. You must write your own control. Cheers Daniel Without seeing your code, not sure I can offer much. Share the code, or have a look at the list control in SDF from OpenNETCF for an example. Cheers Daniel Hi, I have created a custom ListView Contro ...Show All
Jim Andre Andersen Native Exception Error - 0xc0000005
I am running the following code - which takes the data from an XML file and updates a SQL Mobile table - it seems to consistenly throw a native exception error (ExceptionCode: 0xc0000005) Here is the code: #region DataRefreshFromXML public void RefreshDataFromXML() { if ( File .Exists(appPath + @"\data\HandheldInventory.xml" )) try { DataSet ds = new DataSet (); ds.ReadXml(appPath + @" ...Show All
jla6653 VS2005 Newbie. Webapp for Ipaq?
I'm totally new to Visual Studio! I just installed VS2005 and I cannot figure out where I can start a Web Application for PDA devices (using VB2005). I want to make our production site PDA friendly for Pocket PC 2003 and the new Mobile 2005 (on PDAs with screen resolution 240 X 320). I see where a regular ASP.net webapp can be started: under NEW WEB SITE / ASP.NET Web site. I also see where Pocket PC Device applications can be started: NEW ...Show All
EldoChem SQL mobile path
Hi, What path should be given when connecting to sql mobile database.. I have used following code and it says...path not found. I have tried coping .sdf file into My document, .Net Application folder and bin\debug folder but still does not work.. SqlCeConnection sqlceconn = new SqlCeConnection("Data Source=MobileDB.sdf"); Thanks. Relative paths are not supported, you have to specify full path starting from r ...Show All
Garrett Serack NLed API : turn on and off Leds
Hello, I'm starting developpement with an industrial smart device. It's new for me to develop with smart device. This PDA run WIN CE.net 4.2. First, i want control some element as backlight and the 3 leds. I can turn off by : DevicePowerNotify("BKL1:", CEDEVICE_POWER_STATE.D3, POWER_NAME); turn on by : DevicePowerNotify("BKL1:", CEDEVICE_POWER_STATE.D0 : POWER_NAME); But my problem is with the leds, i can't make leds on or ...Show All
Ven VS2005 Remote Registry Editor can't change some registry value!
I'm using Microsoft Visual Studio 2005 version 8.0.50727.42 (RTM.050727-4200) and Smartphone 2003 SE Emulator. I want to modify the value of "HKLM\\System\\CurrentControlSet\\Control\\Layouts\\e0010409\\Ime File" to another file using Remote Registry Editor. But after soft reboot, I found that this value has not been changed. I also tried to use an application that has priviliged signature to change this value and the app ...Show All
mvang DataGrid paint event on DataSet data modification
Hello everyone! I am new to this forum and .NET CF, so i'm sorry if my question might seem too easy. I an trying to build an application where my datagrid displays dynamical data. I am using a DataSet to store data that i receive through a HTTP connection. One column must have cells turn gray if new data is inserted into them and remain that way for an amount of N seconds. I have used reflection to paint the cells, after registering ...Show All
Sude Singh ProgressBar in CF 2.0
Hi there, can anybody tell me what I have to do, to display a "Progress" in a ProgressBar-Control in CF 2.0 In CF 2.0 roughly 80 % of the well known Properties and Methods in the "big" framework are not supported! There is no Step-Property, no Style-Property, no PerformStep()-Method and so on! I have set the 3 (three) available properties Minimum, Maximum and Value and called the Refresh()-Method. All I can see on the scre ...Show All
Lyn&#42; AFX Includes ATL includes and all kind of stuff
I think I am having problems related to the order in which I am including H files. This is legasy code that worked fine in EV4. I am tryign to convert these projects over to VS 2005 using the SDK "Windows Mobile 5.0 Pocket PC (ARMV4I)" Seems if I include #include <afx.h> Then I get errors C:\Program Files\Microsoft Visual Studio 8\VC\ce\atlmfc\include\atltime.h(402) : error C3861: 'wcsftime': identifier not found ...Show All
nathan l GPS + Smartphone + C#
Hello, I would like to receive the GPS position with C# from my Bluetooth GPS device. I use VS 2005 with Mobile 5 Smartphone, QTek8310, and Bluetooth Slim GPS device. At the moment I found only some samples for PocketPC but I think that it will not work in the same way. Did someone no an example Thanks Chris Here's one - http://www.codeproject.com/netcf/WritingGPSApplications2. ...Show All
vishybhai Activesync 4.1 will sync all options but hangs on calendar sync.
I'm sync-ing my device to the desk top. Desk top is connected to an Outlook server. Everything syncs except the calendar, which is what I really need. It hangs after a couple of minutes. I'm running Outlook 2003 (11.8002 6568 SP2). Initially it says "syncing xx of 337 items." Then it just dies with no inidication of the problem on either the device or the desktop. Tried uninstalling and re-installing 4.0, 4.1 and running the "fix ...Show All
PV17 Can I set set sms notify from my application?
I am developing a mail application. I want to set a notify. Can I use the notify of system's own I wonder if there is a way to active the system sms notify without a sms comes Sorry for my poor English. You didn't catch me. I am making a mail application, and I want to notify the user when new mail comes. I want to directly use system mail notify. Because it supports many format of audio files, and it can b ...Show All
