Visual C++/ATL 3.0

I have a TLB file which define some interface.
And I create an ATL control.
Now I want to implement an interface that was defined in the TLB.
For example:

interface ISomeInterface is define in TLB.
CSomeControl is an ATL control.

How an I implement ISomeInterface in control CSomeControl?