Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

i use console.out to display a string.

 

Console.WriteLine("Downloading " & y & ".pdf...")

 

Is there a way to display this output line in the MS Dos promt rather then displaying in the debug part in the VB.net screen.

 

I am intrested in showing in the MS Dos promt bcs i canot view the console.writeline output when i deploy the application.

 

Can any one help me in this.

Posted
i use console.out to display a string.

 

Console.WriteLine("Downloading " & y & ".pdf...")

 

Is there a way to display this output line in the MS Dos promt rather then displaying in the debug part in the VB.net screen.

 

I am intrested in showing in the MS Dos promt bcs i canot view the console.writeline output when i deploy the application.

 

Can any one help me in this.

Why not just create a form for text and send the info you want displayed to the form?

Live as if you were to die tomorrow. Learn as if you were to live forever.
Gandhi
Posted
I using for loop and downloading real data files.And when i try to use another form or the same form to display some thing it does display any thing till the download for loop stops.I want to show the user the files they are downloading as it goes which is the reason i though MSDOS mode will be good

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...