VB6: Why is Picturebox.Print () hidden from the object catalog?

the title already asks the question: can you successfully call the print method on the PictureBox instance. But it doesn't show up in the object browser.

the same goes for some other methods, like Pset (), but the syntax is not entirely correct.

Edit: The Ubound () and LBound () methods for checking array bounds are not specified anywhere. And in the IDE, autocomplete does not display it as a prompt.

Does anyone know the reason for this?

considers

atmocreations

+2


source to share


1 answer


Some of the VB methods and functions since the beginning of the day (like stuff available in QuickBasic or PDS or GWBasic) never showed up in intellisense. I do not know why. Maybe because they are not on any object tree, but static functions, set long ago at runtime. Again, I could be completely wrong.



+1


source







All Articles