Using VB5, SP2.
Per Microsoft any SSTab issues corrected.
Tried the following code and can't get the string to print on the
picturebox.
Any suggestions appreciated.
Thanks
David
VB Code:
Private Sub SSTab1_Click(PreviousTab As Integer) If SSTab1.Tab = 1 Then With picTest .ForeColor = vbBlack .CurrentX = 10 .CurrentY = 10 End With picTest.Print "AaBaCa" picTest.Refresh '<<added to see if needed a refresh End If End Sub




Reply With Quote