\r\n
Code:
\r\n
fntOut.DrawText(Nothing, IIf(bRenderWireframe, "F1 - Solid", "F1 - Wireframe"), _\r\n New Drawing.Rectangle(5, 5 + (5 * (iFontSize + 6)), 0, 0), _\r\n DrawTextFormat.Left Or DrawTextFormat.Top, _\r\n Drawing.Color.FromArgb(255, 200, 128, 64))
\r\n
Recently I\'ve been having problems with the sprite part of the DrawText function. I want the Sprite to be \'Null\' because the SDK says that if you leave it null it will just create its own sprite. For some reason when I use nothing or null, I get errors. Anyone have any ideas?
\r\n
\r\nfntOut.DrawText(Nothing, <-' + '- this is the part of the code that is giving me an error.
\r\n
\r\nI don\'t remember having to even deal with sprites in the past. Whats the deal?
\r\n \r\n\r\n