Answer Questions
JT Poole Which version of CF on WM5?
Well, thats the question - some .net ver is pre installed but I can't see it's version on my Windows Mobile 5.0 device... Which version of CF is installed on WM 2003 / SE Does it even come with CF installed Depending on the build it comes with SP2 or SP3 Compact Framework version 1.0 SP3 is in WM 5.0. ...Show All
tackett nativewindow in compact framework available??
I want to select a date from datetimepicker. If I use eventhandler valuechanged, it goes nuts. So I found to control if the date was changed with the eventhandlers DropDown and closeup but these are not available in Compact framework. for the eventhandlers I found this solution http://blog.opennetcf.org/ayakhnin/PermaLink.aspx guid=4069b90f-f53f-4726-8790-36a9d3830aed e DateTimePicker control in the .NetCF v2 doesn't implement DropDown and Cl ...Show All
James_Peters Launch apps with external program
Hi, I have some iPaq and i can launch apps as backlight.exe, powerg.exe and iPAQIV.exe, in my application. But now i got an industrial pda with pocket pc 2003, i can't launch this apps. Is it because HP as develop a special pocket pc Is it possible to develop new control in my apps to have access to power, backlight and image viewer These applications are probably provided by OEM and are not the p ...Show All
MichaelKruz vs2005 compiler is fatally flawed: generates bad code
In this very simple excerpted code, the compiler fails to do its job. If you want it recreated, I propose someone there try to recreate it. I've already got it happening here. It's as simple as it gets. From the type of failure, it looks like it's going to happen a lot. r12 is assigned the address of mc.decodePriority only if gDecodeMaxPriority >= 3, yet it, r12, is still used as the store address when it is not &g ...Show All
novice of the novices Strange bug occurring over time
Hello Everyone! I'm having a strange bug that occurs after running my application for usually more than 10 minutes. I really have no idea whats causing the problem, and have no idea if its related to the framework. Anyway, here's what happens, i'll run my application and it'll run perfectly for usually a long time. There are a few things happening here. I'm receiving data through the serial port and processing that data. ...Show All
Jason Stowe Voice Message use Visual.net advice
hi, Currently i have assignment need to create a demo website application which integrate features of voice recorder & track the voice recorder. Can anybody advice visual studio.net (ASP.net) will support this features Which software is the best for voice smart record Thanks Chris ASP.Net forum is appropriate for ASP.Net questions: http://forums.asp.net/ Closing as off topic. ...Show All
iJatin How to apply C++ in C# Projects on Smart Devices
Hi, In my current project I'm performing a set of very time consuming operations. Unfortunately even employing pointers doesn't yield a significant advantage in this C# project. My idea is, to outsource this piece of code to a C++ class library. During this attempt I was confronted with new problems: To use C++ methods in C#, the DLL has to contain a Manifest , which is only possible with managed extensions (/clr-compiler option) C++ managed e ...Show All
Thore Windows.show() Error..
Hi All, I have multiple forms in my application and iam finding it hard to open multiple windows. For Ex.[we are in Welcome form now] FrmLogin Frm = new FrmLogin(); Frm.show(); this.close(); This code mentioned above closes the whole application and i tried using the this.close before show and its not working.. So anyone please let me know how the things work out here Thanks in Advance Cheers Biju S Melayil ...Show All
velt Launch an application on a PC
Hi guys, Is it possible to launch an executable file on a shared directory of a PC with an application on a Pocket PC I mean : I want, from my pocket application, send an instruction that launches an other application on a network station, and this application had to run on the station, not the pocket pc. Has anybody any suggestions Thank you ! You will need an application on the PC that listens for the comm ...Show All
bmcneill0 Smartphone device debugging problem with VS 2005
I have just setup VS 2005 beta 2 and I'm having trouble debugging native C++ apps on my smartphone device (even the simple one created by the New Project wizard). The error I get is: Unable to start program '%CSIDL_PROGRAM_FILES%\TestApp\TestApp.exe'. Operation not supported. Unknown error: 0x89731102. Obviously I can't find any info about error 0x89731102. Now, I can debug on the emulator, both for smartphone and pocket pc, and I can also debu ...Show All
Adam Braden - MS Help populating DataGrid
Hello, At runtime I have a datagrid which has data coming from a dataview which has data coming from a dataset. Is this possible with CF 20 I am not able to see the data within the datagrid at runtime. Am I missing something in my code Thanks in advance. John Code: Private Sub load_datagrid( ByVal dsDataset As DataSet) Dim dv As New DataView dv.Table = dsDataset.Tables(0) 'has data 'Dim i As Integer ...Show All
chriseboy Possible Bug in Designer PPC Windows App
Hi, I get a strange result when dealing with the designer in VS.NET 2005 (release). Reproduce: I place a label on a form. Than I assign a backcolor (like ActiveBorder or so). This works fine. But when I try to assign a Custom Color - it does not take it. It can be done if I assign a Custom Color to the Window. Next I can change the bkgColor to a custom color for the Label in Designer. The value in the property window changes to the same val ...Show All
Chris. T Register variables & Inline ASM
Hi, I'm trying to port a Sega Genesis emulator to the PocketPC platform. I've got it working up to a certain extent now, but I'm currently compiling as portable C. The project also includes a "compiler" that translates 68k (sega genesis) instructions to ARM ASM instructions, so they can be executed much faster. However this will require a few of "register variables": [code] #ifdef PROCESSOR_ARM register uint32 reg68k_pc asm ...Show All
20thCenturyBoy Where have the Pocket Outlook Databases gone in WM5.0???
Where have the Pocket Outlook Databases gone If anyone knows where and how Pocket Outlook stores it's information, it would help me a great deal. I'm particularly interested in knowing where the information that was once stored in the Categories Databse now resides. I'm currently porting some old Pocket PC 2002 code (native C/C++), to Windows Mobile 5, but have run into problems. The code accesses Pocket Outlook primarily through the POOM API, ...Show All
Bruno Stocker CameraCaptureDialog Issues
I've been having some issues using the CameraCaptureDialog class on an HTC Apache device (rebranded as the UTstarcom 6700): 1. After exiting my application, the device's camera capture screen comes into focus. This happens whether I dispose of the class instance or not, and the Close() method is protected, so I can't call that. Any ideas on getting rid of this lingering capture screen 2. On a seemingly random, intermittent basis, an InvalidOper ...Show All
