| Thread | Last Post | Replies |
|
| Retrieving an Image from a DLL | 11 Oct 2005 17:56 GMT | 3 |
I've posted a msg about this before, thought I had a solution, but didn't. So I'm going to try again ... I have a C# Pocket PC app with which I want to retrieve an embedded image from a separate DLL. I don't know if it matters, but I call this DLL
|
| Bluetooth connection problem | 11 Oct 2005 17:16 GMT | 3 |
I am working on a program for a windows mobile 2003 based pocket pc, and i am having problems with the bluetooth communication. From what i understand, writing and reading from the bluetooth device of the Pocket PC is just a reading and writng to a Comm Port, one for writing and
|
| Managed C++ using VS 2005 | 11 Oct 2005 15:31 GMT | 3 |
does somenbody knows if it's possible to build MC++ project for smart device. I'm currently using VS2005 beta 2 and I can create C++ project for smart device, but i'm not able to activate the /clr option.
|
| memory allocation/distribution | 11 Oct 2005 14:21 GMT | 4 |
Hello everyone, I'd like to be able to distribute memory between Storage and Programs programatically. I prefer to use .NET 2003, but am open to other suggestions. note : go to Start-Settings-Memory
|
| WinCE 4.1 / C# / FindWindow() freezes the emulator | 11 Oct 2005 14:00 GMT | 1 |
I'm developing with C# with VS.NET 2003, WinCE.net 4.1 emulator The following code freezes the emulator when the window is not found : using System.Runtime.InteropServices; [DllImport("coredll.dll")]
|
| Eraser tool for PPC | 11 Oct 2005 11:00 GMT | 2 |
I am trying to develop an Eraser tool for a ImageEditor kind of application on Pocket PC. I can perform the erasing using a DrawImage method of Graphics for the PictureBox. The only problem is when user moves the stylus very fast on the screen the
|
| wait until today screen activates at boot-up | 11 Oct 2005 08:00 GMT | 1 |
i need to know how to wait the process until today screen activates at boot-up while( !GetDesktopWindow() ) { } process still continues while WindowsMobile image still covers the desktop.
|
| How to set wep | 11 Oct 2005 07:03 GMT | 1 |
I am doing following but not able to set WEP key SetInfrastructureMode SetAuthenticationMode mode = Ndis802_11WEPEnabled
|
| Workarounds for .Net Framework Features missing in the CF? | 11 Oct 2005 07:01 GMT | 2 |
I'm porting some .Net Framework code over to the Compact Framework. I was hoping to use this thread to ask everyone for suggested workarounds. My first question concerns an alternative to SortedList. I did find this: http://www.codeproject.com/csharp/hashlistarticle ...
|
| GetKeyboardState | 11 Oct 2005 05:36 GMT | 1 |
Is GetKeyboardState supported in the CompactFramework? i looked at
:http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/win dowsuserinterface/userinput/keyboardinput/keyboardinputreference/keyboardinputfu nctions/getkeyboardstate.asp but it doesn't indicate ...
|
| Pocket Identification | 11 Oct 2005 03:57 GMT | 1 |
Hy, I want to identificate all pockets which are running an application (check licence for instance....) Is there an API that can give me an Unique ID based on hardware of the
|
| Expendible Datagrid with Master/Detail relation | 11 Oct 2005 02:01 GMT | 1 |
I am looking for some code to create a datagrid with Master-Detail relationship binding for PPC using VS 2003. I cannot find a SetDataBinding or DataMember property of Datagrid for .Net Compact Framework platform. I want the datagrid to display a +/- sign for details like in ...
|
| Converting WinCE 3.0 to WinCE.net | 10 Oct 2005 23:58 GMT | 3 |
I have a problem of runnung application, written in embedded WinCE 3.0 on WinCE.net device. When i start , it says "Cann't find _MyApp_ or one of it's components. Make sure the path and filename are correct and that all the required
|
| URL Exceptions | 10 Oct 2005 22:55 GMT | 1 |
Is it possible to set these up programmatically or better yet simply adding registry keys/values? I have search everywhere for information on this with no luck.. If it does reside in the registry which keys does it use?
|
| PPC networking settings | 10 Oct 2005 22:29 GMT | 1 |
Am I the only one that can't figure out how to use the Network Settings on a PPC? The settings completely baffle me. Typically, when I get a new device (say with WiFI), I launch IE to test out the connection. I then get an alert indicating that my connection settings are wrong ...
|