How can I draw text directly to the screen? What I mean is: I dont want it to be on a form...just text I can put anywhere with just coords (x, y), also, how can I draw lines as well?
Printable View
How can I draw text directly to the screen? What I mean is: I dont want it to be on a form...just text I can put anywhere with just coords (x, y), also, how can I draw lines as well?
First thing that spang to mind was using a Form with Transparency at max (and the TextBox too).... that may work for the Text, probably not the Lines.
as for my own opinion, i think its not posible to draw text directly on screen.