cmcrae Posted February 25, 2003 Posted February 25, 2003 I was wondering if VB.Net has a gotoxy(x,y) function or something like that that will move the position of the cursor after you have priinted lines out the the console . Quote
*Gurus* divil Posted February 25, 2003 *Gurus* Posted February 25, 2003 The built-in console class doesn't have this, but a Microsoft employee wrote a ConsoleEx class which I believe can do this and much more. http://www.gotdotnet.com/userarea/keywordsrch.aspx?keyword=consoleEx Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
cmcrae Posted February 25, 2003 Author Posted February 25, 2003 functionality I see the functionality of that code but how would I go and use that code inside my program. I like most of what was done there and I would like to use it and be able to keep using it but am not sure how I add the functionality into my code.. Or at least import the functionality... Quote
*Gurus* divil Posted February 25, 2003 *Gurus* Posted February 25, 2003 I haven't used it, so I can't say. Perhaps someone else will have. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.