Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Immediate Window


Message #1 by "jun zhu" <zhujhot@h...> on Tue, 15 May 2001 22:35:47
Thanks for for Charles, Kim and Yehuda's replies and I know several ways to
save the text in the immediate window. Well, I have not tried to use APIs.

Thank you guys again,

Jun


>From: "Charles Feduke" <webmaster@r...>
>Reply-To: "professional vb" <pro_vb@p...>
>To: "professional vb" <pro_vb@p...>
>Subject: [pro_vb] RE: Immediate Window
>Date: Wed, 16 May 2001 08:25:11 -0400
>
>	Other than selecting the text and copying/pasting, I don't think there is 
>a
>native way to save the text to a file.
>
>	You could create an add-in and use Win32API to do it quite easily
>(FindWindow, SendMessage with WM_GETTEXT, etc).
>
>?Chuck
>
> > -----Original Message-----
> > From: jun zhu [mailto:zhujhot@h...]
> > Sent: Tuesday, May 15, 2001 10:36 PM
> > To: professional vb
> > Subject: [pro_vb] Immediate Window
> >
> >
> > Hi, there,
> >     As you know there is a immediate window of VB for printing debug
> > messages.
> > My question is: Can we save the contents of the immediate window
> > to a text
> > file?
> >     Thanks in advance,
> >
> >     Jun
> > 

  Return to Index