Click here to Skip to main content
16,005,121 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: refresh hide window Pin
pl-isa17-Mar-05 3:06
pl-isa17-Mar-05 3:06 
GeneralHelp for Compiled HTML (CHM)Viewer Pin
anukrati17-Mar-05 1:03
anukrati17-Mar-05 1:03 
GeneralRe: Help for Compiled HTML (CHM)Viewer Pin
ThatsAlok17-Mar-05 1:18
ThatsAlok17-Mar-05 1:18 
GeneralHere is Sample Source code for CHM Pin
ThatsAlok18-Mar-05 22:38
ThatsAlok18-Mar-05 22:38 
GeneralRe: Help for Compiled HTML (CHM)Viewer Pin
Sam Jiang13-Apr-05 22:16
Sam Jiang13-Apr-05 22:16 
GeneralLibrary for MP3 Editing Pin
fishwolf17-Mar-05 0:40
fishwolf17-Mar-05 0:40 
GeneralRe: Library for MP3 Editing Pin
Ravi Bhavnani17-Mar-05 1:40
professionalRavi Bhavnani17-Mar-05 1:40 
GeneralType Conversion from std::string to string/char/..... Pin
Vijay Vamsi17-Mar-05 0:39
Vijay Vamsi17-Mar-05 0:39 
I am getting an error message, tried hard to come out of this. anybody can help????????????????????
Please Treat it as urgent

sysInfo :- is a class which is calling 'getIPAddress()' which is of type 'std::string'
in sysInfo class the result is returned in the form of std::string,
this is being called in main() function.
os.m_IP_Address = sysInfo.getIPAddress();'
'os' is a object of class which inherits the Recordset class and
'm_IP_Address' is of type CString which is the column name in which the value of "sysInfo.getIPAddress()" should be placed
(os.m_IP_Address = sysInfo.getIPAddress();)
But ,I get the error message as shown below.

error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'class std::basic_string<char,struct std::char_traits<char="">,class std::allocator<char> >' (or there is no acceptable conversion)

Language:- VC++ and the data base is MSAccess
Please give me tthe solution for this with the code example.
GeneralRe: Type Conversion from std::string to string/char/..... Pin
ThatsAlok17-Mar-05 0:45
ThatsAlok17-Mar-05 0:45 
QuestionHOW DO I CENTER TEXT IN A TEXT BOX???? Pin
iddon1717-Mar-05 0:21
iddon1717-Mar-05 0:21 
AnswerRe: HOW DO I CENTER TEXT IN A TEXT BOX???? Pin
ThatsAlok17-Mar-05 0:40
ThatsAlok17-Mar-05 0:40 
GeneralRe: HOW DO I CENTER TEXT IN A TEXT BOX???? Pin
iddon1717-Mar-05 2:36
iddon1717-Mar-05 2:36 
GeneralRe: HOW DO I CENTER TEXT IN A TEXT BOX???? Pin
David Crow17-Mar-05 2:40
David Crow17-Mar-05 2:40 
AnswerRe: HOW DO I CENTER TEXT IN A TEXT BOX???? Pin
David Crow17-Mar-05 2:46
David Crow17-Mar-05 2:46 
Generalchange property pages within property sheet dynamically Pin
rgchezhian17-Mar-05 0:11
rgchezhian17-Mar-05 0:11 
GeneralRe: change property pages within property sheet dynamically Pin
David Crow17-Mar-05 2:50
David Crow17-Mar-05 2:50 
GeneralRe: change property pages within property sheet dynamically Pin
rgchezhian17-Mar-05 4:26
rgchezhian17-Mar-05 4:26 
GeneralRe: change property pages within property sheet dynamically Pin
David Crow17-Mar-05 5:15
David Crow17-Mar-05 5:15 
GeneralRe: change property pages within property sheet dynamically Pin
rgchezhian17-Mar-05 5:30
rgchezhian17-Mar-05 5:30 
GeneralRe: change property pages within property sheet dynamically Pin
David Crow17-Mar-05 5:35
David Crow17-Mar-05 5:35 
GeneralRe: change property pages within property sheet dynamically Pin
rgchezhian17-Mar-05 5:47
rgchezhian17-Mar-05 5:47 
GeneralGetOpenFileName and CenterWindow Pin
Stu McGill16-Mar-05 23:54
Stu McGill16-Mar-05 23:54 
GeneralRe: GetOpenFileName and CenterWindow Pin
Mauro Leggieri17-Mar-05 2:13
Mauro Leggieri17-Mar-05 2:13 
GeneralRe: GetOpenFileName and CenterWindow Pin
Stu McGill17-Mar-05 3:10
Stu McGill17-Mar-05 3:10 
GeneralVC.NET Help with VC 6 Pin
Diddy16-Mar-05 23:46
Diddy16-Mar-05 23:46 

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.