Answer Questions
Kammy 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
PeterRoot maximize form mobile 5.0
I have a problem maximizing a form correctly. Everything is coded for a Pocket PC under Windows mobile 5.0. Actually, my forms are maximized. When I click a button on one form, it opens another one (all in maximized mode). The problem is that when I close the actual form and want to come back to the original one, There is that Windows title bar on top that appears and stay there until I click on my window to get focus. We have tried several thin ...Show All
dave_sky installing .NET CF 2.0 on a Pocket PC
hi how do I install the CF 2.0 on a Pocket PC it's currently running Windows Mobile 2003 SE Hi, did you try to install this file: http://download.microsoft.com/download/9/e/b/9eb3389c-effe-4237-81d7-21510729efff/NETCFSetupv2.msi That does not work if VS2005 is installed on your pc. I would be interessted in installing cf 2 if VS2005 Beta 2 is installed on my pc. 1. No, you can not develop for CF ...Show All
Degsworth How do I connect the Encrypted database ?
I had created a Encrypted database that sql server mobile editon , but I cannot connect it in my application .The code as shown: string mysring =@"data souce =\My document\dataName.sdf;password=mypassword"; What's wrong Could you please post your code where you try to make a connection This connection string only does not help very much to tackle your problem. ...Show All
pseabury Using POOM
Hi, I would like to know how to use POOM I would even like to know from where i can purchase this API Thank you, Prashant POOM SDK is available here http://thesource.ofallevil.com/downloads/details.aspx familyid=78D1A8B7-D606-45B2-9CDC-58BF5A578338&displaylang=en Here are other links to write applications using POOM http://thesource.ofallevil.com/downloads/details.aspx familyid=80D3D611-C ...Show All
James 1375 Add MFC class member fct by simple mouse click in VS2005 ???
Hi everyone, in VC++ 6 there was a very easy way to add virtual functions (e.g. ExitInstance()) and WINDOWS message handlers from a list, just by clicking on the appropriate class name. The appropriate wizard added fct name and such. Very neat! In VS2005, I just can't find this function. has this been removed or is it hidden somewhere. Please direct the question to a more appropriate forum like Vi ...Show All
Mcrwire Memory missing after RAM resizing?
My team and I are doing some testing using the Windows Mobile 5.0 emulator in VS2005 (RTM) and are leveraging the RAM resizing capabilities. It seems curious to us that when we have the RAM set to 256MB, the Windows Mobile 5.0 Pocket PC Emulator shows Total Storage memory of 31.42MB and Total Program memory of 100.98MB. If the formula is (Total Memory - InUseMemory) = OSImageSize, then it would appear that we have an image of ~120MB, which ...Show All
brentj12345 Error creating cab file with VS.NET 2003 on Win XP Home
Hi. I have installed VS.NET 2003 on a Win XP Home computer... Every time I try to create a .CAB file for the installer of a PPC application (using the buildcab.bat batch that came with VS) cabwiz dies with this error: Error: CAB file "C:\<path to my app>\BuildCabs\Cabs\<app>.ARMV4.CAB" could not be created. I've managed to get compile the application on a different PC, which has XP Pro.   ...Show All
Bruce_Krasnof Windows CE, TAPI 2.2 and wave audio input/output handle
Hi, please help me. How can I get wave audio input/output handle with TAPI 2.2 in windows ce Read the docs for lineGetID. The devices classes are wave/in wave/out or wave/in/out, but depends upon the installed TSP. Martin Yes, this is right. But I can't open a line with LINEMEDIAMODE_AUTOMATEDVOICE media mode. This return an error This is a special TAPI question and su ...Show All
Syed Mazhar Hasan Matching enumeration with reflection in Compact Framework
I am trying to match an enumeration defined inside a class that is instantiated as an object with an Activator in the Compact Framework. Code Snippet: public class MyClass { public enum EnumeratedType : short { // Requests RequestA = 0x01, RequestB = 0x02, // Responses ResponseA = 0x11, ResponseB = 0x12, }; } The object is instantiated thus: Type t = Type .GetType( & ...Show All
ebferro Pls give me some advice!
Hello there, I am a new comer to this smart device development world. now I have some problems with creating a smart device dll using VS 2005. The problem is I know little about developing DLLs. Is there anyone who has any online tutorials or useful sites about it especially for VS2005 Thank you very much... Thanks! I have now managed to create a dll from C++ code, to call it from a managed ...Show All
vnapoli .Net CF 2.0 How to Run App when it get synchronized with PC ?
HI all, I wanted to start and run my application in back ground when PDA is connected PC it get synchronized with PC. Is there any provision to achieve this in .Net CF 2.0 Thanks Jayakumar A Hi Now I notice one small issue , could you please help me to solve Actually when I specify the path of the .exe file while activating it’s activated . now what I am doing know as soon as that a ...Show All
Psilo Runtime Error when calling MoveWindow API
Hello all- I am trying to call the MoveWindow function in VB.NET which i coded as follows: Public Declare Function MoveWindow Lib "user32.dll" ( ByVal hwnd As IntPtr, ByVal x As Integer , ByVal y As Integer , ByVal nwidth As Integer , ByVal nHeight As Integer , ByVal brepaint As Boolean ) As Boolean Public Structure RECT Public left As Integer Public top As Integer ...Show All
JessieLiu RSA Encryption
Has anyone used RSA Encryption/Decryption for cf Thanks, Paula Mark, that worked great! It's all working. I'll clean up my code and post it here for anyone else who might need it. Thank you!! Hello Let's open my query...Does ANYONE use ANY KIND of .net encryption on the pda Is this possible Please help do you ...Show All
ivenk RTC Client Deployment on a pocket PC Windows CE 4.2
Hello, I have an HP IPAQ h4150 pocket pc running windows CE 4.2. I want to deploy an RTC (real time communication) client written in C# to it. Is it Technically possible at all Thanks in advance, Jonathan It depends on how real is your real time. Managed code is not suitable for hard real time due to GC sweeps. It’s OK for soft real time. For example: drive by wire in your car – not suitable. IM client – no problem. Also, ...Show All
