R Russ Green Apr 27, 2004 #1 Is it possible to generate an interop layer from the command line in VB.NET 2003 standard? TIA Russ
G Guest Apr 27, 2004 #2 Have a look at tlbimp and aximp tlbimp "myControl.ocx" /out:Interop.myControl.dll /namespace:myContro aximp "myControl.ocx" /out:AxInterop.myControl.dll /rcw:Interop.myControl.dl Hope this helps Chris ----- Russ Green wrote: ---- Is it possible to generate an interop layer from the command line in VB.NE 2003 standard TI Rus
Have a look at tlbimp and aximp tlbimp "myControl.ocx" /out:Interop.myControl.dll /namespace:myContro aximp "myControl.ocx" /out:AxInterop.myControl.dll /rcw:Interop.myControl.dl Hope this helps Chris ----- Russ Green wrote: ---- Is it possible to generate an interop layer from the command line in VB.NE 2003 standard TI Rus