| re: How can Debug.Print?
Hi Gary,
Try object.GetType().BaseType.ToString()
Regards
Narayan
"Christian Blackburn" <Christian@Damn@Spam@Hotmail.com> wrote in message
news:u640#GsdDHA.1632@TK2MSFTNGP12.phx.gbl...[color=blue]
> Thanks Guys,
> It looks like I can use Debug.Write or Debug.WriteLine. If I type in a
> command like Debug.WriteLine what's the easiest way to find out it's[/color]
parent[color=blue]
> object? Check the online help?
> Thanks,
> Christian
> "Narayan" <nsubrama@veritas.com> wrote in message
> news:uDX%23blrdDHA.1636@TK2MSFTNGP12.phx.gbl...[color=green]
> > Hi,
> >
> > If you are referring to VB.NET it is
> > System.Diagnostics.Debug.WriteLine()
> >
> > Check up the numerous methods of the System.Diagnostics.Debug object.
> >
> > Best Regards
> >
> > Narayan
> >
> > "Christian Blackburn" <Christian@Damn@Spam@Hotmail.com> wrote in message
> > news:OYQ1FdrdDHA.1636@TK2MSFTNGP12.phx.gbl...[color=darkred]
> > > Hi Gang,
> > > I'm wondering what the VB6 equivalent of Debug.Print is?
> > > Thanks in Advance,
> > > Christian Blackburn
> > >
> > >[/color]
> >
> >[/color]
>
>[/color] |