| Thread | Last Post | Replies |
|
| Background Process | 20 Apr 2005 05:58 GMT | 3 |
Plz tell me how can i know which background processes are running on my smartphone at a particular moment. Thanx and regards..
|
| Calling WebService from EVC++ | 20 Apr 2005 03:37 GMT | 2 |
Assuming that I have an open GPRS connection, is it possible to call a web service from c++ code. I would probbaly look at just doing an Http post but have not had much experience with sockets on WINCE.
|
| Directory protection | 20 Apr 2005 00:37 GMT | 4 |
Is there a way to user / password protect / hide a single directory on a Smartphone using c#?
|
| BitBlt() | 19 Apr 2005 21:42 GMT | 5 |
If I want to copy the whole screen to memory and copy it back later, why does the following not work: //copy to memory: hdc = GetDC(NULL);
|
| SMS Alert | 19 Apr 2005 13:03 GMT | 3 |
I am making an application in which i hv to tap incomming and outgoing messages. How to get an Alert for a message (SMS, MMS).Like when a message appeared then it shows 1 message received. Wat event i should use for this. Smartphone + evc++
|
| Problem with exe | 19 Apr 2005 08:35 GMT | 1 |
I hv installed an application in smartphone. But exe of ARMDebug is running properly but exe in ARMRel creating problem its not working properly. Why it is happening.Is there any prob if i'll use exe of ARMDebug. Please tell me in detail
|
| Urgent | 19 Apr 2005 08:33 GMT | 1 |
I hust want to know that how can i get the phone number that is currently dialing through programming.... Plz help me out..... Thanx n Regards
|
| File Manager | 19 Apr 2005 08:13 GMT | 3 |
Hi ..I am not able to find File MAnager in Start menu\accesories.....plz help
|
| Form Management | 19 Apr 2005 04:42 GMT | 2 |
I'm a little new to Windows Mobile. I have an application that consists of 2 forms: a main form and a secondary form. The main form contains the main menu, and from this the secondary form can be opened.
|
| How to transfer data via voice call in Smartphone? | 19 Apr 2005 00:05 GMT | 3 |
I am trying to find a way to transfer data (numbers) from one smartphone to other when they are engaged in a call. The scenario I am looking for is: Smartphone user A places a call to smartphone user B. My application runs on both the smartphones.
|
| Notification API | 19 Apr 2005 00:04 GMT | 3 |
Is there a notification API that will notify a given app when some other app is launched? thanks, -Larry
|
| How to derived a ATL DilaogClasse ?? | 18 Apr 2005 21:43 GMT | 1 |
I've got a dialog class defined like this class CDialog : public CDialogImpl<CDialog> { public:
|
| Copy part of the screen | 18 Apr 2005 20:55 GMT | 1 |
Does anyone know if there is a fast way to copy and restore part of the screen (on any window, not necessarily owned by the app)? What I am doing now is copy each pixel in an array with GetPixel(), and afterwards restoring it with SetPixel(), which uses a lot of performance, and
|
| ?? How to stop keystrokes from passing through ... | 18 Apr 2005 19:38 GMT | 1 |
I'm processing WM_KEYDOWN, WM_KEYUP and WM_CHAR. I'm using ATL and returning 0 from each of the messages. Normally, this should stop the handling, but for some strange reason when I hit the Back key get the WM_KEYUP message (I do get it and process it) my Window goes away,
|
| How receibe text from my desktop with bluetooth | 18 Apr 2005 19:07 GMT | 2 |
Hi, somebody know how to send the text that i write in a textbox in my desktop form and i saw that text in my phone textbox. i'm using bluetooth. I cant connect and pass string from my Phone to my pc, now i want to make ther other way.
|