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

C / C++ / MFC

 
AnswerRe: ExtractIcon Pin
Hamid_RT26-May-08 2:51
Hamid_RT26-May-08 2:51 
GeneralRe: ExtractIcon Pin
john563226-May-08 3:12
john563226-May-08 3:12 
AnswerRe: ExtractIcon Pin
Rajkumar R26-May-08 3:39
Rajkumar R26-May-08 3:39 
GeneralRe: ExtractIcon Pin
Hamid_RT28-May-08 2:25
Hamid_RT28-May-08 2:25 
QuestionHow can I retrieve a domain of a computer ? Pin
SherTeks26-May-08 2:29
SherTeks26-May-08 2:29 
AnswerRe: How can I retrieve a domain of a computer ? Pin
Malli_S26-May-08 3:19
Malli_S26-May-08 3:19 
QuestionVS2008 how to write from a dialog to the output pane Pin
georgeo26-May-08 0:09
georgeo26-May-08 0:09 
AnswerRe: VS2008 how to write from a dialog to the output pane Pin
Nibu babu thomas26-May-08 20:28
Nibu babu thomas26-May-08 20:28 
georgeo wrote:
When I try to access it I get "cannot access protected member" is it possible to write to these windows from a dialog ? and if so does anyone know how.


You can provide an accessor function to get to that object and then call appropriate methods on it to write to output pane. Should be simple enough.

For e.g. a method like

GetOutputPane().Write( "Hello testing output pane" );

Hope I understood your question!


Nibu thomas
Microsoft MVP for VC++


Code must be written to be read, not by the compiler, but by another human being.

Programming Blog: http://nibuthomas.wordpress.com

Questionvsstudio 2005 Pin
trioum26-May-08 0:01
trioum26-May-08 0:01 
AnswerRe: vsstudio 2005 Pin
Cedric Moonen26-May-08 2:17
Cedric Moonen26-May-08 2:17 
QuestionRe: vsstudio 2005 Pin
trioum26-May-08 18:49
trioum26-May-08 18:49 
QuestionPointers and References Pin
Jhony george25-May-08 23:47
Jhony george25-May-08 23:47 
AnswerRe: Pointers and References Pin
_AnsHUMAN_ 26-May-08 0:15
_AnsHUMAN_ 26-May-08 0:15 
AnswerRe: Pointers and References Pin
Paresh Chitte26-May-08 0:25
Paresh Chitte26-May-08 0:25 
AnswerRe: Pointers and References Pin
Rajesh R Subramanian26-May-08 0:29
professionalRajesh R Subramanian26-May-08 0:29 
AnswerRe: Pointers and References Pin
Malli_S26-May-08 0:30
Malli_S26-May-08 0:30 
AnswerRe: Pointers and References Pin
Hamid_RT26-May-08 2:16
Hamid_RT26-May-08 2:16 
AnswerRe: Pointers and References Pin
Moak26-May-08 8:21
Moak26-May-08 8:21 
Questionunbuffered() in .Net Pin
Rajesh_Parameswaran25-May-08 23:39
Rajesh_Parameswaran25-May-08 23:39 
Questiontemplate class and linked list Pin
lyngby25-May-08 22:52
lyngby25-May-08 22:52 
AnswerRe: template class and linked list Pin
Malli_S25-May-08 23:40
Malli_S25-May-08 23:40 
GeneralRe: template class and linked list Pin
lyngby26-May-08 3:20
lyngby26-May-08 3:20 
AnswerRe: template class and linked list Pin
Rajkumar R26-May-08 3:51
Rajkumar R26-May-08 3:51 
QuestionProvide SSL Support to Our SMTP mail server Pin
Aabid25-May-08 21:22
Aabid25-May-08 21:22 
AnswerRe: Provide SSL Support to Our SMTP mail server Pin
_AnsHUMAN_ 25-May-08 21:31
_AnsHUMAN_ 25-May-08 21:31 

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.