L
Leon_Amirreza
Hi,
I have create a usercontrol that implements UICOMIPersistFile interface in
c# but there exist a Load function both in the interface and the usercontrol
that compiler nags about.
anyway i can implement the Load function of the interface with a new name?
or can i apply a property like "EntryPoint" in DllImport attribute which
imports functions with a new name; if there exists such an attribute for COM
functions?
I have create a usercontrol that implements UICOMIPersistFile interface in
c# but there exist a Load function both in the interface and the usercontrol
that compiler nags about.
anyway i can implement the Load function of the interface with a new name?
or can i apply a property like "EntryPoint" in DllImport attribute which
imports functions with a new name; if there exists such an attribute for COM
functions?