|
-
Jul 27th, 2003, 07:36 PM
#1
Thread Starter
Member
Debug.Print
Remember the Debug.Print statement from VB 6.0, where your program could print stuff to the Immediate window? What happened to it in VB.net; what is it called now?
-
Jul 27th, 2003, 08:02 PM
#2
VB Code:
Console.WriteLine("some stuff!")
~
if a post is resolved, please mark it as [Resolved]
protected string get_Signature(){return Censored;}
[vbcode][php] please use code tags when posting any code [/php][/vbcode]
-
Aug 1st, 2003, 01:39 AM
#3
Thread Starter
Member
hmmm
That isnt working at all. Maybe I'm doing something wrong, or maybe I'm not looking in the right window. I don't know.
-
Aug 1st, 2003, 04:17 AM
#4
or even more useful
The former will output the text in Debug mode - the latter will output text to any "TraceListner" even from a compiled executable...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|