Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by grandseer

  1. grandseer

    Can't access member functions from my OCX

    Hi all, I am developing in VS.NET2005 and wrote an activex (OCX) component in C++. I created a new VB application, and added the following to the Form1_Load function: Dim x as AxMyControlNameLib.AxMyControlClass x = new AxMyControlNameLib.AxMyControlClass x.TestFunction() The control is...

Part and Inventory Search

Back
Top