this code works....but if I try and extend the length of the text message.....it stops. How do I make this code accept a longer text line that scrolls?
Private Declare Function BitBlt Lib "gdi32" (ByVal hDestDC As Long, ByVal x As Long, ByVal y As Long, ByVal nWidth As Long, ByVal...