Is it possible to open and access/process information in cemapi.vol? or is there any other way to read sms that is already received in phone? Im trying to use VS 2005 and Window Mobile 5.0 SDK Thks
KongHL
Posts
-
Reading sms already on phone -
Reading sms already on phoneIs it possible to open and access/process information in cemapi.vol? or is there any other way to read sms that is already received in phone?
-
Window Mobile 5.0I do not know how to start writing that application and hope that someone with past experience with this can try to help me get started Thanks
-
Window Mobile 5.0Sorry but i really dunno what u mean Im trying to create an application that can run from a pocket pc phone which can send and read sms.
-
Window Mobile 5.0How can i create an application using window mobile 5.0 sdk to send, read and store sms from a pocket pc phone? thanks
-
Word AutomationI am using word automation to get the text in a word document however, i face problems when the document is already open. Is there a way (coding) to check if that document is open and if open, close it?
-
Closing a invisible web browser?? The problem is i created the browser in a dll (in a thread).. when i tried to terminate the thread, the browser is not closed via the quit() function. Hence I am trying to close in in the main program.. but this way, i dun have the instance of it.. I need to find it and close it right?
-
Closing a invisible web browserYes.. U can create IWebBrowser2 object and make it visible or invisible..
-
Closing a invisible web browserHmm ok.. but i cant find CoGetObject in MSDN library. May I know where can i find the declarations? Thanks!
-
Closing a invisible web browserHi, Is there a way to close an invisible web browser? how do i detect the web browser and close it?? Thanks!!
-
Displaying Message Box while program(code) continues [modified]Hmm I mean doModal(), then call a function of that dialog class immediately after the dialog is being displayed. Is it possible?
-
Displaying Message Box while program(code) continues [modified]Delay MessageBox delays a short period of time before going to the next step of code.. But I would like to display the messagebox and continue the nxt step of code as per normal.. Am I correct to say that?
-
Displaying Message Box while program(code) continues [modified]Is it possible for me to display the message box and let the nxt function to process while the message box remains displayed and the user cannot close it. The message box will have to be closed after the function finishes. If yes, how can I go abt doing it? Another question is how can I display a dialog box ( using doModal() ) and perform a function immediately without User Interaction? Thanks!! -- modified at 3:33 Wednesday 31st May, 2006
-
Progress barIs it possible to mark certain percentage of completion?
-
Progress barHow do i know the progress of a DLL and display it? do i have to implement a progress bar? if so, how? THks
-
How to use threads?I mean shld i use user-interface or worker thread? or do u have any reference to recommend me?
-
How to use threads?Hi, I'm a beginner in using threads. I have a dll which I have to pass in some parameters, which i will call at a pt of the application. But i would like to allow the user to be able to quit the application even in the midst of the dll operation. So i shld use a thread rite? but I am not sure how abt going it. how am i going to use the AfxBeginThread??
-
System Directory TreeHow can i use a tree control to display the directories in the system?
-
Determining if string fits rect area using GDI+I'm supposed to draw string onto a bitmap using GDI+. So how do I check if the string is too long to fit into the bitmap(which is the bounding rect)?? Thank you.
-
Writing text on given bitmap fileI cant find the the article... would u mind giving me the link? Its a bmp but not not necessarily in the resource folder...