| Thread | Last Post | Replies |
|
| Subclassing an edit box | 13 May 2005 15:25 GMT | 3 |
Hi i'got a dialog box and with an edit box i want to intercept hotkeys in the edit box. My goal is to create a list box with contact a list (from outlook) when the user presses the action key.
|
| SHGetShortcutTarget() gives strange targets for some shortcuts | 13 May 2005 11:14 GMT | 4 |
For various reasons I want to be able to launch applications programmatically given only the path to their start menu link. Upon investigating this, I found that using SHGetShortcutTarget() seemed like a good solution for getting the filename / parameters for a link. However, ...
|
| eVC++ and new Emulator? | 12 May 2005 16:23 GMT | 3 |
I see where the Visual Studio.NET 2005 Beta 2 includes a new emulator that offers several improvements, including native ARM support. For those of us using the free eVC++ compiler for Smartphone 2003 development, is there any option to use the new emulator? A few questions come ...
|
| kEY CODE | 12 May 2005 08:54 GMT | 1 |
what key code is used for end and call key in smartphone VK_??
|
| Edit box with listbox behaviour | 12 May 2005 08:18 GMT | 2 |
I wonder if ther is a controle WTL/ATL or ohter can have my desired behaviour. I want a basic edit box at start but when user push action key within this edit box this one expand and display a list of items. I could do that with subclassing but as we've got that in MFC...
|
| Home screen | 12 May 2005 08:05 GMT | 1 |
1. i want to notify when focus is on home screen. 2. how i can get handle of home creen window. 3.i want to display dialog box through my apllication. in smartphone there a r many application windows are opened.
|
| VK_END code | 12 May 2005 04:41 GMT | 1 |
LRESULT CALLBACK DlgProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) { g_hwnd = hWnd;
|
| GPRS/CDMA sdk shipped with phone | 12 May 2005 04:39 GMT | 1 |
I want write application that can control GRPS.Are there windows API can help me to do this ? If not, which phone model has vendor supplied SDK ? Thanks a lot .
|
| midi file is available to play..? | 12 May 2005 04:30 GMT | 1 |
I have a question. midi file is available to play at smartphone environment. if it is possible, plz tell me about that api.
|
| VK_END | 11 May 2005 09:22 GMT | 1 |
i want to override end key during display of DialogBox. but the End key doesnt work. i want to destroy dialog box using End Key i hv used WM_KEYUP and then VK_END in DLGPROC but it doesnt work. what should i do
|
| Regarding SMS | 10 May 2005 13:05 GMT | 1 |
my problem is that in my application i used mapi to read first SMS. i have reached to ptable of inbox folder. with help of getprops, i suceeded in finding out properties of first message.
|
| How to register com component | 10 May 2005 11:20 GMT | 6 |
I'm new with COM on smartphone and have problems registering my COM component. I developed a COM component using ATL support and visual studio generated a "rsg" file for my component.
|
| How to use PushRouter ? | 09 May 2005 11:24 GMT | 2 |
I'm trying to use the PushRouter. I can send and receive a SI or a SL. My PPG number is in registry (PGList). My Application is registered in the PushRouter (2 entries : 1 in
|
| When will WinCE 5.0-SDK for PPC/Smartphone be available? | 09 May 2005 10:34 GMT | 1 |
When will WinCE 5.0-SDK for PPC/Smartphone be available? Thanks
|
| My app consumes too much memory(report)... | 09 May 2005 09:29 GMT | 1 |
I realized a Windows Form .NET application. I am amazed to see the size which takes my application in memory: approximately 1,5Mo. To see the consumption in memory, I used "Task Manager" supplied with my qtek 8020. Is it normal while most of the
|