compact-framework

Convert Xaml UI to .Net Compact Framework UI

Is it possible to convert Xaml into a .Net Compact Framework UI (dll, exe, etc...)? In fact any XML based representation would be nice (QT, GTK, etc...). ...

Deep cloning in Compact Framework

Hi Folks, Is it possible to deep clone an object in the compact framework? I was hoping to use IClonable and memberwiseclone() however this only performs a shallow copy. Any ideas on how to do this please using C# 2.0? Many thanks, Morris ...

upgrade compact framework version in htc phones?

hi i want to upgrade the version of compact framework in my htc touch phone. I am doing these steps i have downdloaded the framework msi. connected the phone through WMDC to the computer. i copied the msi to MyDocuments. from my phone i browsed to the my documents and clicked the msi. Woof the system says "There is no application ass...

MFC DLL loading issue in Winmo

Hi, i have created an MFC DLL for windows mobile.. i have exposed only a function in MFC DLL... if i try to load DLL in c#,in debug mode it is telling Remote connection lost message box appears and app quits i have kept the DLL at .exe level only.. how to load ? Steps i have taken to make project. 1)create smart device MFC DLL 2)cho...

What is ActiveX Hosting?

I need to get the Flash Player ActiveX on the .NET Compact Framework in Windows CE 5. This thread says I need to create an "ActiveX Host" for Net CF in order to accomplish this. How do I do this? Does it mean that I program a COM container component for my ActiveX? (Flash Player) ...

MenuItem in Compact Framework 3.5

Is there anyway to programmatically force a MenuItem to raise their popup event? Basically, if you click on it with your stylus or finger, it shows the MenuItem collection for that specific MenuItem. I'd like to be able to do by using a button that I capture. ...

compact framework 2.0 detecting enter key in a textbox

I am developing a small app for a Motorola 9090-G using .net compact framework 2.0. My problem is that I can't seem to detect an enter keypress in a textbox. How do you detect an enter keypress in a textbox? None of the 3 detection methods seems to work. Interestingly, it DOES work in the ppc emulator. It does not work on my actual har...

ThreadPool.RegisterWaitForSingleObject for Compact Framework?

I must port a project to the compact framework. And can not convert to ThreadPool.RegisterWaitForSingleObject (WaitHandle, WaitOrTimerCallback, object, int, bool) What may be a alternative way for ThreadPool.RegisterWaitForSingleObject in c# lock (this.RegLock) { if (!this.WaitFlag) { this.mre.Reset(); ...

Zip And Unzip files and folders

I need to zip and unzip the directory hirarchy in Windows Mobile using C++/C#. What is the simplest library available for it? I have googled many times. I found some stuff, but I am not able to go ahead with it. If you have implemented or if you know some stuff about it please let me know. ...

Splash screen on windows mobile.

Only that: What is the best to do it? I'm using C#, .Net Compact Framework 2.0 SP2, and Windows Mobile 5.0 and above. I'm trying with a winForm but it takes long time to show. I want a splash screen that appear immediately (or as fast as possible). Thank you! ...

Call into a managed assembly from native code on Windows CE

I basically need to expose a C API from a .NET assembly. On the PC, I can use C++/CLI and that works perfectly for what I need. On Windows CE, however, it doesn't look like C++/CLI is supported. Is there any way to do this? ...

Does Mobile phone have Server : Port Scheme ?

Hi I hope I can get all the help i can get here. I am new to mobile phone programming. I find networking very interesting and I have this question: Does Mobile phone like WinMo or other phone have Server:Port scheme and what are the ports ? To show what I mean, I use PC to demonstarte, there are many ports ( restricted and establish...

Disconnected Service Agent from the Patterns and Practices group at Microsoft

Hello! I'm developing a WinForm application for Windows Mobile 5.0 and above, using C#, .NET Compact Framework 2.0 SP2. This application uses Web Services and I've found the Disconnected Service Agent from the patterns and practices group at Microsoft, because I want to deal with disconnected eviroments. Is there any other software to...

Popular .NET Compact Framework open source applications / components

In my company I am responsible for the development of a .NET CF application which runs on top of Windows CE. We have invested much time in the development of a GUI framework, a top-level design which handles authorizations and navigation on the device, a IoC customer, ... Now I was wondering if there are any other projects which show ki...

Downgrade XDocument and XmlReader to XmlDocument and XmlReader

Hello! I want to downgrade a Windows Mobile application made with .Net Compact Framework 3.5 to .Net Compact Framework 2.0 SP2. But... I don't know how to make this piece of code compatible with version 2.0. XDocument doc = XDocument.Load(string.Format(Open_Cell_Id_Uri, new object[]{ Settings.OpenCellIDApiKey, towerDetails.Mob...

Creating tooltip in Compact Framework

I'm trying to create tooltips for form elements (textboxes, etc) in WinCE 5.0 using the Compact Framework 3.5. I believe the functionality is implemented in the OS but not exposed in the managed framework. Any way to create this functionality with P/Invokes? ...

Does anyone know of an HTTP Server library that works on the Compact Framework?

I am creating a remote test runner for Gallio. My plan is to create an HTTP Web Service server. I am comfortable creating the server myself, but I would prefer to use an existing HTTP server. Does anyone know of an HTTP server that is appropriate for building a web service server. It would be ideal if it is open source. Pat O ...

How to get the Displayed Webpage source

Hi, how can i get the web-page source displayed on a web-browser control, either in c# or Win32.even ATL COM also fine. i mean.. i dont want to create new "HTTPReqest" or "openURL" to get source.. i want to get the source from the control only..is it possible for windows mobile.. if so how?.. please let me know. Thank u ...

sending USSD in C#?

Hi, I want to write a simple c# application runs on windows mobile 6 which can send USSD messages Is there any library that could help me in doing this?? or is there any examples that explains how to use lineSendUSSD thanks ...

Support for compact framework in subsonic 3.0?

I was wondering when support for compact framework and sql server compact edition will be added to the Subsonic 3.0 project? ...