I have a class saved in a class library and I need to put it into a
different class library. Is there a way to do this???

Re: move class from one library to another by gerry

gerry
Thu Aug 07 16:33:38 CDT 2003

assuming both libraries are included in one project ( if they aren't , add
them to one and remove them when done )
just drag the class from one library to the other on the 'classes' tab of
the project manager within the ide


"Altman" <baltman@easy-automation.com> wrote in message
news:ePNf58RXDHA.2200@TK2MSFTNGP09.phx.gbl...
> I have a class saved in a class library and I need to put it into a
> different class library. Is there a way to do this???
>
>



Re: move class from one library to another by Kent

Kent
Thu Aug 07 19:58:47 CDT 2003

One critical thing. You do NOT drag the class directly. Instead, you
highlight the class to be moved, than drag the icon in the upper left
hand corner of the class browser! Weird, but it works.