Navigating multiple choice
Moderator: DosItHelp
-
- Posts: 184
- Joined: 21 Feb 2013 15:54
Navigating multiple choice
I know hot to accept input from users, but how does one write the code to navigate with arrows in between multiple choices? Using enter to select.
Re: Navigating multiple choice
An addon tool or VBS script etc.
Horst Schaeffer has a host of command line tools that are free, look at his site: http://www.horstmuc.de/
Horst Schaeffer has a host of command line tools that are free, look at his site: http://www.horstmuc.de/
Re: Navigating multiple choice
You may also do it similar to this:
http://www.dostips.com/forum/viewtopic.php?f=3&t=4768
But instead of using xcopy, to get the input, you may write something like this c#:
http://msdn.microsoft.com/de-de/library/vstudio/471w8d85.aspx?cs-save-lang=1&cs-lang=csharp#code-snippet-2
penpen
http://www.dostips.com/forum/viewtopic.php?f=3&t=4768
But instead of using xcopy, to get the input, you may write something like this c#:
http://msdn.microsoft.com/de-de/library/vstudio/471w8d85.aspx?cs-save-lang=1&cs-lang=csharp#code-snippet-2
penpen
Re: Navigating multiple choice
The C# program should be compiled as shown here:
http://www.dostips.com/forum/viewtopic.php?f=3&t=4762&p=27584&hilit=.NET#p27584
penpen
http://www.dostips.com/forum/viewtopic.php?f=3&t=4762&p=27584&hilit=.NET#p27584
penpen