drag object from the class viewer in VS.net -
02-09-2005
, 01:57 PM
Is there a way to drag objects from the class viewer for my current class (in
source.aspx.vb) in to my vb code with out the fully qualified definition?
example:
i drag a label called lblMyLabel on to my source and it pulles over
INDEXBUILDDaily.IndexBuilderDaily2.lblMyLabel
when i just want lblMyLabel.
thank you
kes |