Answer Questions
lugo Multiselect listbox for Compact Framework
I'm developing a VB.NET PPC application using VS2005 Beta 2. I've noticed that the SelectionMode property (which allows you to specify a single or multiselect listbox) for the listbox control is not available for smart device development. This seems like a fairly basic property that has been omitted from the Compact Framework. (By the way, I'm porting this application over from the Palm OS, which has had this cap ...Show All
Jcl71 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
intensebb bluetooth for smart devices in managed code
Microsoft said in a previous webcast that they would have a visual studio upgrade on 10th May for bluetooth client/server communications in managed code (vb or c#), particularly for smart devices. I don't really want to use native code, but if that were necessary how would I use native code (ce) within visual basic I’m not aware of such update for smart devices. In fact, latest update (NETCF V2 SP1) has bee ...Show All
paulxray Application/process memory usage
How can i determine what the memory footprint of a process or application is Also, anyway to determine what precentage of the CPU a process is utilizing or whether it is idle thanks Try using PocketController www.soti.net If your application is managed, you can use perfomance counters to analyze the memory usage: http://msdn.microsoft.com/library/en- us/dnnetcomp/html/netcfperf.as ...Show All
chk_Youssef unresolved external symbol __CxxFrameHandler3 or __ArrayUnwind
I am building my application targeted for the PocketPC platform. The app builds for Win32 fine. I get one linker error when I build now: LIBCMTD.lib(ehvccctr_ce.obj) : error LNK2005: "void __cdecl __ArrayUnwind(void *,unsigned int,int,void (__cdecl*)(void *))" ( __ArrayUnwind@@YAXPAXIHP6AX0@Z@Z) already defined in ccrtrtti.lib(ehvecdtr.obj) If I remove the LIBCMTD.lib by adding it to the ignore libraries, then I get this err ...Show All
Arnaud Weil Issue connecting to network machine from emulator.
I have the emulatro version installed with VS 2005 CR Team edition. Here are the steps: 1) Start the Device Emulator Manager 2) Right-click on Pocket PC 2003 SE Emulator and click Connect. I get the emulator window. 3) Right-click on Pocket PC 2003 SE Emulator and click Craddle. The ActiveSync connects and I get the Connected Synchronized message. 4) Use the Internet Explorer and connect to a web site. I get the page back. 5) Go under File Explo ...Show All
Michael He a problem when using 'Bitmapdata' in cf2.0
hi, I just updated to vs 2005 as I wanna to develop a application in a pocket pc 2003 in cf 2.0 (because I want to use Bitmapdata to manipulate image), however, I still got this error when I try to use bitmapdata: Error 7 The type or namespace name 'BitmapData' could not be found (are you missing a using directive or an assembly reference ) C:\Documents and Settings\Ray\Desktop\1\ImageProcessing.cs 18 13 and I alre ...Show All
He3117 error with MFC in visual studio 2005
Hi, I'am using visual studio 8 beta2, i think it's missing a lots of things. One of them is mfc code of MFC. When i am using CCommandBar, when i compile with emulator. It make an error like that: f:beta2\vctools\vc7libsce\ship\arlmfc\src\mfc\barcmd.cpp how can i get this packet Thank The workaround (resource file changes) worked in beta 2, but now that I'm using the release version I'm still having the same problem AND ...Show All
Marko Simic CCommandbar and AppendMenu with PPC2003 app in VS2005
Hi I'm porting my PPC2003 application to VS2005. I've managed to make it compile, but my dynamic menus no longer work. The menu I'm updating was in a CCeCommandbar when compiled in eVC4++, but in VS2005 I'm using CCommandbar. What I do is use AppendMenu to add items to my menu. I do a printout of the items in the menu after appending them, so I know they are there, but they never become visible. I've tried DrawMenubar but it doesn't make a diffe ...Show All
Greymatter RAPI errors
I have a desktop application (.NET 1.1). It queries the windows mobile device for existense of certain files and does some other IO through RAPI(copying, deleting files). The app was working fine with windows mobile 2002/2003 devices. When i tried it with windows mobile 5, it crashed my desktop application on first run. i tried to restart the app and it worked fine. SOme time later it crashed it again after restart. When i started it in debug mo ...Show All
Sergey Dubinets Cannot install CAB-file on Qtek 9000
hello, i have the following problem: when i try to install my cab-file on the VPA IV (also called MDA PRO)- windows mobile 5- i get the error message "Installation von test.cab fehlgeschlagen." I don't know what the exact wording in english windows mobile is, but it means that the installation couldn't be finished. There aren't any explanations what the reason could be. any suggestions ...Show All
baaba Setting loacle to UK when installing a CAB file
I have an app which needs it's device to be set to English-UK so that the time formats are right (yes I know I should have used .toUniversalTime but it's too late now). So in a CAB file, I'm going to set theses values in the registry when it is installed [HKEY_LOCAL_MACHINE\nls]DefaultLCID to 1033 And this seems to work. :-) Anyone know what these settings in HKLM\nls are for "DefaultOCP" "DefaultACP" And is th ...Show All
dongdongdog Problem from eVC4.0 to studio2005
Hi! I am transfering a PPC ARM project from embedded VC4.0 to studio 2005. Under the old studio everything is fine, but under 2005 from time to time i receive "data misalignment" runtime exception. The code that causes this is like: pointer->getString().c_str(); Any idea if this is my fault, or bug in 2005 I know that eVC4.0 had problems with this exception and MS released a patch. I suppose it is some bug in 200 ...Show All
Kmartin Handling Resize event
I started with the c# example found here (MSDN) and modified it to the following: private void Form1_Resize(object sender, EventArgs e) { Control control = (Control)sender; panel1.Size = new Size(control.Size.Width, panel1.Size.Height); } The goal is to resize a panel (panel1) and relocate controls on the panel. The controls are btnPrevious (the "previous" button), cmbxTOC (table of contents combo box), and btnNext (the "next" but ...Show All
kfarley215 TextChanged event not happening?
It seems a very basic thing to be wrong, but it seems that the TextChanged event is not happening when the text of the textbox is changed programatically (but it does when text is typed in). The relevant section of MSDN says... Remarks This event is raised if the Text property is changed by either a programmatic modification or user interaction. But in this test app, it only happens when the user directly enters text, not when progra ...Show All
