Click here to Skip to main content
15,891,855 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: software protection Pin
includeh1018-Jan-05 18:38
includeh1018-Jan-05 18:38 
GeneralHyperlinks into afxcore.rtf Pin
José Luis Sogorb18-Jan-05 4:10
José Luis Sogorb18-Jan-05 4:10 
GeneralMFC manipulating data Pin
hugPW18-Jan-05 1:33
hugPW18-Jan-05 1:33 
GeneralRe: MFC manipulating data Pin
Selvam R18-Jan-05 2:28
professionalSelvam R18-Jan-05 2:28 
GeneralRe: MFC manipulating data Pin
hugPW18-Jan-05 3:46
hugPW18-Jan-05 3:46 
GeneralRe: MFC manipulating data Pin
David Crow18-Jan-05 4:13
David Crow18-Jan-05 4:13 
GeneralRe: MFC manipulating data Pin
hugPW18-Jan-05 5:19
hugPW18-Jan-05 5:19 
GeneralRe: MFC manipulating data Pin
hugPW18-Jan-05 6:05
hugPW18-Jan-05 6:05 
Nearly there!!
I have entered the code you suggest and it now looks like this
/////////////////////////////////////////////////////////////////////////////
// CReverseView message handlers

void CReverseView::OnReverse()
{


// TODO: Add your command handler code here
GetEditCtrl() ;

CEdit::GetWindowText() ;

//_strrev();

//CEdit::SetWindowText();

//GetDocument()->SetModifiedFlag(TRUE) ;

}
and I get this error message
error C2661: 'GetWindowTextA' : no overloaded function takes 0 parameters.

and subsequently for all the other items when not commented out. I presume something needs to go into the bracket?

do I declare a variable here or what happens? I want to get it correct.

Now you can see how new I am to this but I have learnt more today than in weeks of trying on my own. NB the SDI project was called reverse hence the reference
Regards Smile | :)

Thank you again for your time and help


GeneralRe: MFC manipulating data Pin
David Crow18-Jan-05 6:12
David Crow18-Jan-05 6:12 
GeneralRe: MFC manipulating data Pin
hugPW18-Jan-05 6:32
hugPW18-Jan-05 6:32 
GeneralRe: MFC manipulating data Pin
David Crow18-Jan-05 7:04
David Crow18-Jan-05 7:04 
GeneralRe: MFC manipulating data Pin
hugPW18-Jan-05 7:39
hugPW18-Jan-05 7:39 
GeneralDisable/Enable OK button in a property sheet Pin
Rajesh_K_Sharma18-Jan-05 1:01
Rajesh_K_Sharma18-Jan-05 1:01 
GeneralRe: Disable/Enable OK button in a property sheet Pin
Selvam R18-Jan-05 2:15
professionalSelvam R18-Jan-05 2:15 
Generalusing CDHtmlDialog for 2 html files Pin
lirik17-Jan-05 23:52
lirik17-Jan-05 23:52 
GeneralI have a Serious Problem Pin
pubududilena17-Jan-05 22:57
pubududilena17-Jan-05 22:57 
GeneralRe: I have a Serious Problem Pin
David Crow18-Jan-05 4:17
David Crow18-Jan-05 4:17 
GeneralRe: I have a Serious Problem Pin
Blake Miller18-Jan-05 4:41
Blake Miller18-Jan-05 4:41 
GeneralRe: I have a Serious Problem Pin
pubududilena18-Jan-05 15:14
pubududilena18-Jan-05 15:14 
GeneralRe: I have a Serious Problem Pin
Blake Miller19-Jan-05 4:13
Blake Miller19-Jan-05 4:13 
GeneralRe: I have a Serious Problem Pin
pubududilena19-Jan-05 21:06
pubududilena19-Jan-05 21:06 
GeneralAnother question to threads Pin
doneirik17-Jan-05 22:49
doneirik17-Jan-05 22:49 
GeneralRe: Another question to threads Pin
Antony M Kancidrowski18-Jan-05 2:34
Antony M Kancidrowski18-Jan-05 2:34 
GeneralRe: Another question to threads Pin
includeh1018-Jan-05 4:02
includeh1018-Jan-05 4:02 
QuestionHow change the backgound Color of Dialog Form Pin
phijophlip17-Jan-05 21:58
phijophlip17-Jan-05 21:58 

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.