CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 1999
    Location
    LA, USA
    Posts
    23

    Does pictureBox have a Font and Caption property

    I have an application which was developed using VB2.0. It makes extensive use of PictureBox controls. When I try to load this file in VB6.0, I get lots of error messages in the log file, saying that pictureBox.Font, pictureBox.Caption properties are not valid. How do I validate them?

    Shalini



  2. #2
    Join Date
    Jul 1999
    Posts
    35

    Re: Does pictureBox have a Font and Caption property

    The latter version of picturebox does not have the font and caption properties.. but if you wanna add some text into it u could use the label or textbox


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

Featured