If I look in the vb code of an inherited form I cannot see which form it inerhits from. I have to look in the hidden file ...designer.vb to see the inherit statement and to read the name of the base form.
Is that normal
If I look in the vb code of an inherited form I cannot see which form it inerhits from. I have to look in the hidden file ...designer.vb to see the inherit statement and to read the name of the base form.
Is that normal
vb inherited form: cannot see from which form it inherits
pgmdsg
Tell me how to distinguish in VS2005 at a glancein the code if a form is inherited or not You have to select 'show hidden files' click on the plus sign under the form to open the designer file code and then see it.
graced