| Thread | Last Post | Replies |
|
| changing menu text | 21 Mar 2005 14:25 GMT | 5 |
I am attempting to add a Pause button to my application (don't ask why ;-). When the user pauses, I want to change the menubar item text (which is a child of the left soft menu item) to 'Resume' and when the user resumes, change it back to Pause. I've written the code below, but ...
|
| How to read SMS in Inbox? | 21 Mar 2005 13:44 GMT | 1 |
The following steps are in the help file: You can use the following procedure to connect to a message store. To open a connection 1.Call the MAPIInitialize function to initialize a message store.
|
| More vb2 c# equivalent please | 21 Mar 2005 12:08 GMT | 1 |
What about left, right length.mids Perhaps there is a full list of equivalent about Thanks Guys
|
| Technical resource windows mobile | 21 Mar 2005 10:14 GMT | 1 |
Hi, somebody know where i can find the tchnical resource from windows mobile. Smartphone or pocket PC. Thanks.
|
| installing vc++ | 21 Mar 2005 06:23 GMT | 2 |
hi peeps I just tried to install embedded visual c++ which i downloaded from http://www.microsoft.com/downloads/details.aspx?familyid=1DACDB3D-50D1-41B2-A107 -FA75AE960856&displaylang=en
|
| Startup Shortcut | 21 Mar 2005 04:01 GMT | 3 |
Does anybody know what's wrong with this, in order to create a shortcut in Startup: TCHAR szDir[MAX_PATH]; SHGetSpecialFolderPath(NULL, szDir, CSIDL_STARTUP , FALSE);
|
| WTL7.1,BmpViewCE | 21 Mar 2005 01:07 GMT | 1 |
I install PocketPC2003 sdk and smartphone2003 sdk after I install eVT2002 and WTL7.1 I use eVC3 to open the BmpViewCE project on the sample folder in WTL installation folder,and select x86 and smartphone2002,but the following
|
| How to best debug a home screen plugin? | 20 Mar 2005 23:23 GMT | 3 |
I've tried two approaches for debugging my home screen plugin but I am having a problem with each method: My first approach would be to attach a remote debugger. When I do that I can see the WCE processes and I can specify the local copy for home.exe from
|
| Cannot open include file: 'cemapi.h': No such file or directory | 20 Mar 2005 23:20 GMT | 3 |
Hellow, I'm trying to develop an app for the Smartphone platform, but while building I get errrors like this Cannot open include file: 'cemapi.h': No such file or directory
|
| conversion LPWSTR <-> STL string | 20 Mar 2005 23:17 GMT | 1 |
Hellow, since I'm not able to use MFC in Smartphone, I would like to convert an LPWSTR to a STL string and vice versa Anybody an idea how to do that? Or does anybody know where I could find an
|
| Write a message to the appointments book | 20 Mar 2005 16:54 GMT | 2 |
How does one begin to write a message to the appointments book on the smartphone
|
| equivalent vb 2 C# | 20 Mar 2005 12:41 GMT | 2 |
What is the equivalent for MyPos = InStr(1, SearchString, "W") and vbcrlf Thanks
|
| fullscreen app with child windows | 20 Mar 2005 03:37 GMT | 1 |
I have an app that I run fullscreen with no menubar. Upon a particular key press, I need to display another window with a menu bar. In WM_CREATE, I attempt to create the menubar as follows: smb.cbSize = sizeof(SHMENUBARINFO);
|
| Information about MAPI | 20 Mar 2005 03:23 GMT | 3 |
Hi, I want to check every incoming SMS in inbox SMS and I have read that I must use MAPI for that, but I would like to obtain information about it... What libraires should I include, what objects and methods should I use... Thanks.
|
| how to download a file from web to smartphone? | 20 Mar 2005 03:21 GMT | 1 |
should i use the below struct? how to use it or another method to download file? HRESULT URLDownloadToFile( LPUNKNOWN pCaller,
|