Click here to Skip to main content
15,923,015 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralHere is my code to accomplish that and the compiler error: Pin
anderslundsgard9-Dec-04 0:08
anderslundsgard9-Dec-04 0:08 
GeneralRe: Here is my code to accomplish that and the compiler error: Pin
Sujan Christo9-Dec-04 0:35
Sujan Christo9-Dec-04 0:35 
GeneralRe: Here is my code to accomplish that and the compiler error: Pin
anderslundsgard9-Dec-04 1:14
anderslundsgard9-Dec-04 1:14 
GeneralVC++ .net and serial communication Pin
doneirik8-Dec-04 23:41
doneirik8-Dec-04 23:41 
GeneralRe: VC++ .net and serial communication Pin
Sujan Christo9-Dec-04 0:10
Sujan Christo9-Dec-04 0:10 
GeneralRe: VC++ .net and serial communication Pin
jmostei9-Dec-04 3:35
jmostei9-Dec-04 3:35 
QuestionHow to Open port on win XP ? Pin
Ritu Kwatra8-Dec-04 23:40
Ritu Kwatra8-Dec-04 23:40 
AnswerRe: How to Open port on win XP ? Pin
Budric B.9-Dec-04 5:16
Budric B.9-Dec-04 5:16 
AnswerRe: How to Open port on win XP ? Pin
Paul Belikian10-Dec-04 7:37
Paul Belikian10-Dec-04 7:37 
GeneralRe: How to Open port on win XP ? Pin
Ritu Kwatra12-Dec-04 16:44
Ritu Kwatra12-Dec-04 16:44 
Questionhow to mix audio and video Pin
Anonymous8-Dec-04 23:39
Anonymous8-Dec-04 23:39 
GeneralRename VC++ project name Pin
erkanina8-Dec-04 23:19
erkanina8-Dec-04 23:19 
GeneralRe: Rename VC++ project name Pin
Sujan Christo9-Dec-04 0:44
Sujan Christo9-Dec-04 0:44 
GeneralRe: Rename VC++ project name Pin
Cedric Moonen9-Dec-04 0:58
Cedric Moonen9-Dec-04 0:58 
GeneralRe: Rename VC++ project name Pin
erkanina14-Dec-04 2:33
erkanina14-Dec-04 2:33 
GeneralAbout CDialogBar Pin
pdtrung8-Dec-04 23:16
pdtrung8-Dec-04 23:16 
GeneralOLE problem with drag and drop Pin
jmostei8-Dec-04 23:02
jmostei8-Dec-04 23:02 
GeneralRe: OLE problem with drag and drop Pin
jmostei9-Dec-04 4:26
jmostei9-Dec-04 4:26 
GeneralRe: OLE problem with drag and drop Pin
jmostei9-Dec-04 4:26
jmostei9-Dec-04 4:26 
GeneralGetting document pointer Pin
Developer1018-Dec-04 22:58
Developer1018-Dec-04 22:58 
GeneralRe: Getting document pointer Pin
jmostei8-Dec-04 23:10
jmostei8-Dec-04 23:10 
GeneralRe: Getting document pointer Pin
Developer1019-Dec-04 8:43
Developer1019-Dec-04 8:43 
GeneralRe: Getting document pointer Pin
jmostei9-Dec-04 21:53
jmostei9-Dec-04 21:53 
no, it won´t work for sure. All is about getting the current view when creating the dialog. If you have the view, you have the doc with GetDocument(). From the dialog, you can get a pointer to the main frame with the method: GetParentFrame( ). Once you have the pointer to the frame, you can call its GetActiveView() method to get the current view. Thats all, i hope i have been usefull to you.
GeneralRe: Getting document pointer Pin
Developer10110-Dec-04 20:13
Developer10110-Dec-04 20:13 
GeneralRe: Getting document pointer Pin
David Crow9-Dec-04 2:38
David Crow9-Dec-04 2:38 

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.