Results 1 to 6 of 6

Thread: PictureBox on SSTab issues [Resolved}

Threaded View

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jul 2001
    Location
    Tucson, AZ
    Posts
    2,166

    PictureBox on SSTab issues [Resolved}

    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:
    1. Private Sub SSTab1_Click(PreviousTab As Integer)
    2.  
    3.    If SSTab1.Tab = 1 Then
    4.       With picTest
    5.          .ForeColor = vbBlack
    6.          .CurrentX = 10
    7.          .CurrentY = 10
    8.       End With
    9.       picTest.Print "AaBaCa"
    10.       picTest.Refresh                '<<added to see if needed a refresh
    11.    End If
    12.    
    13. End Sub
    Last edited by dw85745; Sep 8th, 2003 at 02:49 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width