A
Adam Nowotny
I've created a user control:
Public Class Button
Inherits System.Windows.Forms.UserControl
(at this point VS added this to toolbox on my computer) and then changed
MANUALLY (is there any other way to inherit from built-in controls?) to:
Public Class Button
Inherits System.Windows.Forms.Button
Now such controls don't show up in the toolbox when i open the project on
another computer :/
I can add it with "add/remove items..." by pointing to a COMPILED version of the
project...but is this really the same ?
Public Class Button
Inherits System.Windows.Forms.UserControl
(at this point VS added this to toolbox on my computer) and then changed
MANUALLY (is there any other way to inherit from built-in controls?) to:
Public Class Button
Inherits System.Windows.Forms.Button
Now such controls don't show up in the toolbox when i open the project on
another computer :/
I can add it with "add/remove items..." by pointing to a COMPILED version of the
project...but is this really the same ?