Link to home
Start Free TrialLog in
Avatar of eric0213
eric0213

asked on

Object doesn't show methods or properties in Visual Studio when typed

Say you have a form called MyForm  When you type MyForm in Visual Studio, you get a list of all the objects properties, methods, public variables, etc.  I have two forms that don't do that.  One's called PT, the other is Dialog.

What would cause this two forms from showing their stuff?  I don't have any variables or other objects in the project with those names, so it should be confused.

Any help would be great, thanks,
Eric
Avatar of Diveblue
Diveblue

A compiler error can do this. try a start with full compile to check for one. Also, are the properties you want to check public?
ASKER CERTIFIED SOLUTION
Avatar of supunr
supunr

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of eric0213

ASKER

Actually, it's in Embedded Visual Studio -- sorry if that makes a difference.

It seems to happen when I declare public global arrays in the forms.  I haven't tried making them private.  If I take out those arrays, it works fine.
Actually, it's in Embedded Visual Studio -- sorry if that makes a difference.

It seems to happen when I declare public global arrays in the forms.  I haven't tried making them private.  If I take out those arrays, it works fine.
What? No points for me?????