Windows Form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • brijbmishra
    New Member
    • Aug 2009
    • 2

    Windows Form

    Hi,

    I have some window forms made in VB 6, now I want to add some picture box on that form. Source code is not available, is it possible to do so.

    thanks in advance
    Brij
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Can you import the control into your project?

    Comment

    • brijbmishra
      New Member
      • Aug 2009
      • 2

      #3
      No, but is it possible through Window handle?

      Comment

      • Plater
        Recognized Expert Expert
        • Apr 2007
        • 7872

        #4
        Maybe with win32_api, not sure though. You would have better luck in the c++ forum i think

        Comment

        Working...