Computer Science Canada How can I use a string variable inside Font.Draw |
Author: | canmovie [ Sat Nov 13, 2010 2:36 pm ] | ||
Post subject: | How can I use a string variable inside Font.Draw | ||
What I'm trying to do should be pretty simple. I first get a name, the I use the name the user input later in my program inside Font.Draw.
|
Author: | TerranceN [ Sat Nov 13, 2010 4:03 pm ] |
Post subject: | RE:How can I use a string variable inside Font.Draw |
You are doing everything right except you are drawing the string outside the window, so you don't see it. Try using a y-coordinate of 100 instead of 650. |