Error 429 With rectangle class

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Casper

    Error 429 With rectangle class

    I can see the "rectangle" class in the object browser. Why should I
    have to register it as Err 429 suggests? Where is it and how do I
    register it?

    My code looks as follows:

    Dim Rctl As Rectangle
    Set Rctl = New Rectangle
  • Matthew Sullivan

    #2
    Re: Error 429 With rectangle class

    It looks like it works fine if you declare the variable and then set
    it equal to an existing Rectangle on a form.

    -Matt


    On 1 Apr 2004 13:07:23 -0800, casschutte@hotm ail.com (Casper) wrote:
    [color=blue]
    >I can see the "rectangle" class in the object browser. Why should I
    >have to register it as Err 429 suggests? Where is it and how do I
    >register it?
    >
    >My code looks as follows:
    >
    >Dim Rctl As Rectangle
    >Set Rctl = New Rectangle[/color]

    Comment

    Working...