Must inherit forms don't show up in list.. is this a bug?

  • Thread starter Thread starter Ronald S. Cook
  • Start date Start date
R

Ronald S. Cook

I have many forms in my Windows project. When I go to create an inherited
form, I see all my forms in the list of choices.

HOWEVER, if any form is marked as must inherit, then it doesn't show up in
the list!

Is this a bug?

Thanks,
Ron
 
Ronald said:
I have many forms in my Windows project. When I go to create an inherited
form, I see all my forms in the list of choices.

HOWEVER, if any form is marked as must inherit, then it doesn't show up in
the list!

The Forms Designer in VB 2003 /insists/ on being able to instantiate
/any/ Form class before it will agree to work with it. I don't know
/why/; I just know that it /does/.

Its inability to do so with a "MustInherit" Form is /probably/ why it
doesn't give you the option to created a Form inherited from it. ;-)

HTH,
Phill W.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top