Click here to Skip to main content
15,899,825 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRepost Pin
CPallini14-Nov-08 2:17
mveCPallini14-Nov-08 2:17 
AnswerRe: plz help me!! how can i show images on list box control? Pin
David Crow14-Nov-08 3:19
David Crow14-Nov-08 3:19 
GeneralRe: plz help me!! how can i show images on list box control? Pin
CPallini14-Nov-08 3:30
mveCPallini14-Nov-08 3:30 
QuestionUsing c# com dll in c++ application Pin
hariakuthota14-Nov-08 0:30
hariakuthota14-Nov-08 0:30 
AnswerRe: Using c# com dll in c++ application Pin
Alan Balkany14-Nov-08 3:58
Alan Balkany14-Nov-08 3:58 
GeneralRe: Using c# com dll in c++ application Pin
Vijjuuu.16-Nov-08 19:58
Vijjuuu.16-Nov-08 19:58 
QuestionRead data from mobile phone with C++?? [modified] Pin
bosfan14-Nov-08 0:11
bosfan14-Nov-08 0:11 
AnswerRe: Read data from mobile phone with C++?? Pin
Roger Stoltz14-Nov-08 0:58
Roger Stoltz14-Nov-08 0:58 
termal wrote:
i want to try to read data from mobile phone......It should be a simple project for beginners, just do establish the connection with them,
and if possible read from addressbook


There is no such thing.
I've done this a lot so I know what to expect. There's a lot to be done and questions to be answered before you can "establish a connection" or "read from the address book".
Your question is quite comparable to the question "I have never used a hammer, but can you please tell me in a few sentences how to build a house".

Things to consider:
What media will be used to communicate with the mobile device? Bluetooth, USB, RS232?
What drivers are you using for this and how does the device present itself?
You may use the Bluetooth Serial Port Profile and open the device as a virtual COM-port and then you may "establish a connection", but what are you supposed to write to it and read from it? AT-commands? If so you need to know what AT-commands the mobile device supports. It may have a non-standard command set that may provide functionality for reading and writing to and from the address book, but how are you supposed to know?
And this is the easiest way to do it.


"It's supposed to be hard, otherwise anybody could do it!" - selfquote
"High speed never compensates for wrong direction!" - unknown


GeneralRe: Read data from mobile phone with C++?? Pin
bosfan14-Nov-08 3:06
bosfan14-Nov-08 3:06 
AnswerRe: Read data from mobile phone with C++?? Pin
Roger Stoltz14-Nov-08 3:39
Roger Stoltz14-Nov-08 3:39 
AnswerRe: Read data from mobile phone with C++?? Pin
David Crow14-Nov-08 3:22
David Crow14-Nov-08 3:22 
QuestionRegistry handling Pin
vijay.victory13-Nov-08 23:52
vijay.victory13-Nov-08 23:52 
AnswerRe: Registry handling Pin
Saurabh.Garg14-Nov-08 0:01
Saurabh.Garg14-Nov-08 0:01 
GeneralRe: Registry handling Pin
vijay.victory14-Nov-08 0:05
vijay.victory14-Nov-08 0:05 
QuestionRe: Registry handling Pin
David Crow14-Nov-08 3:26
David Crow14-Nov-08 3:26 
AnswerRe: Registry handling Pin
CPallini14-Nov-08 0:29
mveCPallini14-Nov-08 0:29 
Questionhow will i be able to show bitmap and text in a list box? Pin
puppya13-Nov-08 23:32
puppya13-Nov-08 23:32 
AnswerRe: how will i be able to show bitmap and text in a list box? Pin
CPallini13-Nov-08 23:53
mveCPallini13-Nov-08 23:53 
QuestionSample application in VC++ using XML. Pin
V K 213-Nov-08 23:32
V K 213-Nov-08 23:32 
AnswerRe: Sample application in VC++ using XML. Pin
CPallini13-Nov-08 23:49
mveCPallini13-Nov-08 23:49 
QuestionDynamic detection of UPnP devices? Pin
suren61213-Nov-08 23:31
suren61213-Nov-08 23:31 
Questionplease how to change this program for read all size for AVI file? Pin
mrlog13-Nov-08 23:11
mrlog13-Nov-08 23:11 
QuestionUnable to use SetDllDirectory call in VS2005 - C++ Pin
LindeA13-Nov-08 22:25
LindeA13-Nov-08 22:25 
AnswerRe: Unable to use SetDllDirectory call in VS2005 - C++ Pin
CPallini13-Nov-08 22:41
mveCPallini13-Nov-08 22:41 
AnswerRe: Unable to use SetDllDirectory call in VS2005 - C++ Pin
LindeA13-Nov-08 23:11
LindeA13-Nov-08 23:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.