Subj : Re: Borland C++ And Ocx To : borland.public.cpp.borlandcpp From : Gerhard Wolfstieg Date : Tue Dec 02 2003 01:25 pm Marcello Scala wrote: > Hi All > > Where can i find a simple example on how i can to use an OCX? (not C++ > Builder but Borland C++) > > Thanks > Marcello One way would be to start bottom up with learning the mechanism of COM objects -- perhaps with: http://www.microsoft.com/com/ or searching the web for [COM Tutorial]. The other way is to try OCF from BC, but I don't know about this. gw .