Click here to Skip to main content
15,913,305 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionmanifest file Pin
subramanyeswari2-Jul-08 2:29
subramanyeswari2-Jul-08 2:29 
QuestionRe: manifest file Pin
Mark Salsbery2-Jul-08 7:06
Mark Salsbery2-Jul-08 7:06 
AnswerRe: manifest file Pin
Saurabh.Garg2-Jul-08 17:04
Saurabh.Garg2-Jul-08 17:04 
AnswerRe: manifest file Pin
Saurabh.Garg2-Jul-08 17:02
Saurabh.Garg2-Jul-08 17:02 
GeneralRe: manifest file Pin
subramanyeswari2-Jul-08 20:36
subramanyeswari2-Jul-08 20:36 
GeneralRe: manifest file Pin
Saurabh.Garg2-Jul-08 20:40
Saurabh.Garg2-Jul-08 20:40 
AnswerRe: manifest file Pin
Nibu babu thomas2-Jul-08 17:38
Nibu babu thomas2-Jul-08 17:38 
GeneralRe: manifest file [modified] Pin
subramanyeswari2-Jul-08 21:01
subramanyeswari2-Jul-08 21:01 
GeneralRe: manifest file Pin
Nibu babu thomas2-Jul-08 21:49
Nibu babu thomas2-Jul-08 21:49 
QuestionProblem with CopyFileW Pin
stanlymt2-Jul-08 1:21
stanlymt2-Jul-08 1:21 
AnswerRe: Problem with CopyFileW Pin
KarstenK2-Jul-08 3:13
mveKarstenK2-Jul-08 3:13 
GeneralRe: Problem with CopyFileW Pin
stanlymt2-Jul-08 20:00
stanlymt2-Jul-08 20:00 
QuestionRe: Problem with CopyFileW Pin
David Crow2-Jul-08 4:50
David Crow2-Jul-08 4:50 
AnswerRe: Problem with CopyFileW Pin
stanlymt2-Jul-08 20:02
stanlymt2-Jul-08 20:02 
QuestionDirectX 9 and Task Manager. Pin
Member 38254932-Jul-08 0:19
Member 38254932-Jul-08 0:19 
QuestionCompare two xml File Pin
manju#1231-Jul-08 23:33
manju#1231-Jul-08 23:33 
QuestionNTservice Pin
tns_ranjith1-Jul-08 23:31
tns_ranjith1-Jul-08 23:31 
AnswerRe: NTservice Pin
Naveen1-Jul-08 23:44
Naveen1-Jul-08 23:44 
AnswerRe: NTservice Pin
JudyL_MD2-Jul-08 3:04
JudyL_MD2-Jul-08 3:04 
QuestionHow to get a reference to the Doc in the Mainframe Pin
ilgale1-Jul-08 23:20
ilgale1-Jul-08 23:20 
AnswerRe: How to get a reference to the Doc in the Mainframe Pin
CPallini1-Jul-08 23:36
mveCPallini1-Jul-08 23:36 
AnswerRe: How to get a reference to the Doc in the Mainframe Pin
Nelek3-Jul-08 22:05
protectorNelek3-Jul-08 22:05 
Another possibility to what CPallini told you is to do the following.

Declare a CMyDoc variable in the StdAfx.h as extern. Then in the InitialUpdate of your view, use the GetDocument and assign it to that extern pointer/variable. Then you will be able to use it in every place on your programm.

Regards.
--------
M.D.V. Wink | ;)

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
“The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson
Rating helpfull answers is nice, but saying thanks can be even nicer.

QuestionReport Creation in VC++ 2005. Pin
Le@rner1-Jul-08 23:20
Le@rner1-Jul-08 23:20 
QuestionMouse Move or click Event on Internet Explorer Pin
Dabara1-Jul-08 22:52
Dabara1-Jul-08 22:52 
AnswerRe: Mouse Move or click Event on Internet Explorer Pin
KarstenK1-Jul-08 23:21
mveKarstenK1-Jul-08 23:21 

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.