| Thread | Last Post | Replies |
|
| .net compact framework version woes | 21 Jan 2008 15:54 GMT | 4 |
I have been trying to build a C# .net application with SQL Server CE for Windows Mobile 5 devices using Visual Studio 2005. I created a project, selected .net 2.0 and coded away. Running from the VS debugger on both the emulator and the device, the program ran
|
| How to write Pocket Outlook menu extension | 21 Jan 2008 13:37 GMT | 1 |
Hello, previously using of CePimCommand was rather simple task. Now, when usage of CePimCommand is deprecated, I can't find any example source code. Could you please provide reference for example source for this task (in
|
| Colored Combobox? | 20 Jan 2008 15:43 GMT | 1 |
Is it possible to use a colored combobox in .net CF? I've found code to do it in the Full framework, but it doesnt work on CF. Or as alternative, to use a bold text for some items? Any code available?
|
| FullFramework & Compact Framework | 20 Jan 2008 14:33 GMT | 2 |
I am trying to exclude some code if my application is beeing runned on the Full Framework instead of the Compact Framework. I read that I can use #If FULL_FRAME ... But when I use this:
|
| SHNOTIFICATIONDATA UNION | 19 Jan 2008 17:41 GMT | 6 |
I'm trying to translate SHNOTIFICATIONDATA structure from C++ to C#. I found in www some versions but all of them without the union structure specified by SOFTKEYMENU and SOFTKEYNOTIFY. Originally this structure is:
|
| WM 6.0 app priority | 18 Jan 2008 19:31 GMT | 1 |
I want to know how to prioritize a player application I am running, so that when a call comes I should be able to put it to background. Just as
|
| Rotate Combobox on screen | 18 Jan 2008 16:20 GMT | 3 |
I am creating a combobox like so: m_ccTest = new CComboBox; m_ccTest ->Create(WS_CHILD | WS_VISIBLE |WS_VSCROLL | CBS_DROPDOWNLIST,CRect(182, 185, 240, 300), this, IDC_TEST_COMBO);
|
| SIP Hide Event? | 18 Jan 2008 14:59 GMT | 1 |
Can I get an Event whenever the SIP gets closed/hidden? In .NET CF
|
| SQL Server 2005 Compact Edition running on PC? | 18 Jan 2008 14:29 GMT | 2 |
I have a database on my device which is running with the SQL Server 2005 Compact Edition, and I am using a file to store the database ("db.sdf") Is it possible to copy the whole database to my desktop PC and read it with the Desktop SQL Server 2005?
|
| error LNK2019: unresolved external symbol | 18 Jan 2008 10:23 GMT | 1 |
why do I get this error? error LNK2019: unresolved external symbol "public: __cdecl CAdviseSink::CAdviseSink(void)" (??0CAdviseSink@@QAA@XZ) from the following code:
|
| Access to UPnP device on pocket pc | 17 Jan 2008 17:57 GMT | 3 |
I have written a UPnP device as an ATL COM Component (dll) in C++. In order to register it with the Device Host, I have written another MFC Application that simply initializes COM Library (using CoInitializeEx()), creates security context (using CoInitializeSecurity()) and then ...
|
| How NOT to display an application in Task Manager? | 17 Jan 2008 14:11 GMT | 2 |
Thanks very much for any input! The task manager in Windows Mobile devices show the applications. So an user can kill the apps shown there. I want to prevent the user from seeing my application in the task
|
| Message on to desktop from PPC - How? | 17 Jan 2008 12:08 GMT | 3 |
Hai All, How can we display a message from PPC on to its connected desktop when a user performs some action like (clicking of a button in an application i.e running on PPC).
|
| Setting COM port FIFO size | 17 Jan 2008 07:17 GMT | 23 |
I have an application acquiring and storing information through the RS-232 port on a Pocket PC device from another device. I've initially developed the application on an older iPAQ 2210 Pocket PC 2003 device, but now I'm using iPAQ 2490 Windows Mobile 2005 device
|
| Redirecting audio | 16 Jan 2008 19:47 GMT | 4 |
Hi, we would like to write a bit of code to redirect audio from WM5.0 PPC speakers to the earpiece. Can anyone say what is involved here, does some sort of intermediate driver need writing. Would it be able to work on all devices? What i need to know is whether a generic bit of code ...
|