Look in the output window. It's probably one of the many windows at the
bottom of the IDE while debugging.
Steve C.
MCSD,MCAD,MCSE,MCP+I,CNE,CNA,CCNA
Lloyd Sheen wrote:
> As stated in the subject. I have a very complicated multi thread app
> that has gone wrong. I have never had to use the debug namespace before
> but I am just trying to get a list of occurences into a subroutine. I
> have the line
>
> Debug.Write("Foldercount = " + CStr(FolderCount))
>
>
> which I can see being executed but in VS 2005 I can see no output.
>
> ????
>
> Lloyd Sheen
|