Click here to Skip to main content
16,008,750 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Setwindowtext problem Pin
Nishad S11-Dec-08 18:59
Nishad S11-Dec-08 18:59 
GeneralRe: Setwindowtext problem Pin
Pryabu11-Dec-08 19:08
Pryabu11-Dec-08 19:08 
GeneralRe: Setwindowtext problem Pin
Nishad S11-Dec-08 19:12
Nishad S11-Dec-08 19:12 
QuestionOwner Draw Menu [mouse over menu, without clicking, no background color shaded] Pin
karhong11-Dec-08 16:28
karhong11-Dec-08 16:28 
AnswerRe: Owner Draw Menu [mouse over menu, without clicking, no background color shaded] Pin
Nitheesh George11-Dec-08 17:03
Nitheesh George11-Dec-08 17:03 
GeneralRe: Owner Draw Menu [mouse over menu, without clicking, no background color shaded] Pin
karhong11-Dec-08 18:57
karhong11-Dec-08 18:57 
QuestionVC++ 6.0 to VC++ 9.0 code porting errors Pin
pratap198011-Dec-08 11:28
pratap198011-Dec-08 11:28 
AnswerRe: VC++ 6.0 to VC++ 9.0 code porting errors Pin
Christian Graus11-Dec-08 14:49
protectorChristian Graus11-Dec-08 14:49 
Well, VC6 is a hideous disaster, and MFC has changed. Your code must have been very good for these to be the only errors you get. The first error looks to me like the only visible get method expects parameters. The second looks like it can't work out what sort of string you have, so try building the string first and passing in as a specific type of string, such as a BSTR, a CString or a char *.

Christian Graus

Driven to the arms of OSX by Vista.

GeneralRe: VC++ 6.0 to VC++ 9.0 code porting errors Pin
pratap198012-Dec-08 6:23
pratap198012-Dec-08 6:23 
QuestionUDP socket and GPRS Pin
nahitan11-Dec-08 4:27
nahitan11-Dec-08 4:27 
QuestionRepost Pin
led mike11-Dec-08 4:45
led mike11-Dec-08 4:45 
AnswerRe: Repost Pin
nahitan11-Dec-08 6:05
nahitan11-Dec-08 6:05 
GeneralRe: Repost Pin
led mike11-Dec-08 6:39
led mike11-Dec-08 6:39 
AnswerRe: UDP socket and GPRS Pin
Code-o-mat11-Dec-08 5:28
Code-o-mat11-Dec-08 5:28 
GeneralRe: UDP socket and GPRS Pin
nahitan11-Dec-08 5:54
nahitan11-Dec-08 5:54 
GeneralRe: UDP socket and GPRS Pin
Code-o-mat11-Dec-08 6:32
Code-o-mat11-Dec-08 6:32 
QuestionIgnoring \n in a binary file during reading Pin
Mustafa Ismail Mustafa11-Dec-08 2:33
Mustafa Ismail Mustafa11-Dec-08 2:33 
GeneralRe: Ignoring \n in a binary file during reading Pin
Luc Pattyn11-Dec-08 2:36
sitebuilderLuc Pattyn11-Dec-08 2:36 
GeneralRe: Ignoring \n in a binary file during reading Pin
Mustafa Ismail Mustafa11-Dec-08 2:46
Mustafa Ismail Mustafa11-Dec-08 2:46 
GeneralRe: Ignoring \n in a binary file during reading Pin
Stuart Dootson11-Dec-08 2:58
professionalStuart Dootson11-Dec-08 2:58 
GeneralRe: Ignoring \n in a binary file during reading Pin
Mustafa Ismail Mustafa11-Dec-08 3:04
Mustafa Ismail Mustafa11-Dec-08 3:04 
GeneralRe: Ignoring \n in a binary file during reading Pin
Stuart Dootson11-Dec-08 4:32
professionalStuart Dootson11-Dec-08 4:32 
GeneralRe: Ignoring \n in a binary file during reading Pin
Mustafa Ismail Mustafa11-Dec-08 4:41
Mustafa Ismail Mustafa11-Dec-08 4:41 
GeneralRe: Ignoring \n in a binary file during reading Pin
Stuart Dootson11-Dec-08 6:50
professionalStuart Dootson11-Dec-08 6:50 
GeneralRe: Ignoring \n in a binary file during reading Pin
Mustafa Ismail Mustafa11-Dec-08 10:34
Mustafa Ismail Mustafa11-Dec-08 10:34 

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.