Click here to Skip to main content
16,008,175 members

Comments by DemSmiley (Top 5 by date)

DemSmiley 18-Jun-14 9:00am View    
Thanks for your suggestions gggustafson
DemSmiley 18-Jun-14 8:48am View    
Thanks! That was what I was looking for, a reason as to why these classes were acting different.
DemSmiley 17-Jun-14 13:33pm View    
Not true, although 90% of the things in the toolbox will be controls there are other things in there by default that aren't such as Timer. The original power pack shapes show up in there as well. I also have communication controllers that show up in the toolbox so I can drop them onto the form.
DemSmiley 17-Jun-14 10:09am View    
The project is included in the solution. And its not actually a control. the full object model hierarchy is
Myshape
Microsoft.VisualBasic.PowerPacks.OvalShape
Microsoft.VisualBasic.PowerPacks.SimpleShape
Microsoft.VisualBasic.PowerPacks.Shape
System.ComponentModel.Component
System.MarshalByRefObject
object
DemSmiley 16-Jun-14 15:55pm View    
OK played around with that. If I force select it that way it pulls in the base class OvalShape not my AdvancedOvalShape. With my empty test class it does the same thing. However if I inherit from SimpleShape which OvalShape inherits from then my test class comes in correctly.