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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access OCX view events in .NET

Status
Not open for further replies.

vbdbcoder

Programmer
Nov 23, 2006
247
US
I have a .NET project with an AccpacOE1100 ocx on a windows form. I can access the objects (fields, accpac datasource\views) and their values from my .NET project.

How do I access in .NET the views' events: OnActivate, OnKeyChanging, OnKeyChanged, OnRecordChanged, OnRecordChanging.
I can access them in VB6.0, but not in .NET.

Has anyone tried to use the events of the views from Accpac OCX in .NET?

Thanks in advance.



 
In VB6 you do the Dim WithEvents thing, not sure about .Nets.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top