I want to be able to print a prompt message at a particular place on the screen, using vb.net. The message will vary in length, depending on the stage at which it is presented. It may be several words, or just a few letters.What's the simplest way (I'm new to VB but have used other BASICs in the past) to specify the position, as in LOCATE x,y: Print "the message" in other BASICs?
(Sorry if this is in the wrong category, but I don't see VB mentioned elsewhere)