V
Vannela
I have got an application in an unmanaged language which i
want to convert into C# manually . Unmanaged application
has got windows,controls .etc., ok i am creating windows
and controls but how to handle the events of those
controls in C#. Some events are working fine means their
functionality is same in C# as in unmanaged application.
What should i do for the others?
Should i go for custom controls or is there any other way
to do?
Any suggestion or questions are appreciated.
want to convert into C# manually . Unmanaged application
has got windows,controls .etc., ok i am creating windows
and controls but how to handle the events of those
controls in C#. Some events are working fine means their
functionality is same in C# as in unmanaged application.
What should i do for the others?
Should i go for custom controls or is there any other way
to do?
Any suggestion or questions are appreciated.