I like the way you explain everything. It's so clear. Thank you. Subscriber + Kind regards
@selectivemusictracks33723 жыл бұрын
Wow nice and easy explanation
@123Danieldan7 жыл бұрын
Life saver
@Gowsi04109 жыл бұрын
How do you write a Console.WriteLine() command without background colour (behind the command) after you have written a Console.Backgroundcolour = consolecolor.... ?
@Gowsi04109 жыл бұрын
Brilliant tutorial to this point otherwise!!!
@NicholasDingle9 жыл бұрын
+Gowsi A Not quite following you. If you don't want to use the backgroundColor setting then just leave it out and it will be the default black.
@Gowsi04109 жыл бұрын
Hi, No I was asking about the background behind a command line. Please see code below. Console.BackgroundColor = ConsoleColor.DarkGray Console.Clear() Console.ForegroundColor = ConsoleColor.DarkRed Console.WriteLine("grey background") Console.ForegroundColor = ConsoleColor.Red Console.BackgroundColor = ConsoleColor.Green Console.WriteLine("This has green bg") Console.ReadLine() Console.Clear() Console.WriteLine("This shouldn't have green bg or red foreground") Console.ReadLine()
@the2knight010 жыл бұрын
thanks for the video but how can we publish our work in vb???
@NicholasDingle10 жыл бұрын
Ahh really good question, something I'll add when I redo these videos. The main way to publish, go to the Build menu at the top, click Publish, select Next and then ensure From a CD-ROM or DVD-ROM is selected and Finish.