Help Me Please
-
I am so lost right now. I don't understand why I am getting the hard things to work and not the easy things but I need help with one simple thing. I have made a MFC project in vc++ 6.0 I am figuring I need to edit either the view.cpp/.h or the doc.cpp/.h but one way or the other, I can't figure out how to get a cursor in the document so that text can be typed, let alone saved and edited. Please help. LOSTTWARE.com
-
I am so lost right now. I don't understand why I am getting the hard things to work and not the easy things but I need help with one simple thing. I have made a MFC project in vc++ 6.0 I am figuring I need to edit either the view.cpp/.h or the doc.cpp/.h but one way or the other, I can't figure out how to get a cursor in the document so that text can be typed, let alone saved and edited. Please help. LOSTTWARE.com
BTW it is MDI if that helps. LOSTTWARE.com
-
BTW it is MDI if that helps. LOSTTWARE.com
Well, I hate to sound rude or blunt, but I think your first step would be to learn C/C++ :) Then, try hunting down the functions on MSDN or in your Platform SDK documentation. If you don't know what I'm talking about, go to http://msdn.microsoft.com/ and do a search for Platform SDK. Ja ne Jenyka -
-
I am so lost right now. I don't understand why I am getting the hard things to work and not the easy things but I need help with one simple thing. I have made a MFC project in vc++ 6.0 I am figuring I need to edit either the view.cpp/.h or the doc.cpp/.h but one way or the other, I can't figure out how to get a cursor in the document so that text can be typed, let alone saved and edited. Please help. LOSTTWARE.com
The easy way is to use CEditView or CRichEditView as these do the input bit for you. Michael 'Logic, my dear Zoe, merely enables one to be wrong with authority.' - The Doctor: The Wheel in Space