user1844012
user1844012

Reputation:

Invoke Method for Visual C++

I want to use Invoke Method for closing a form in Microsoft visual c++.

I want to know to create a delegate method for predefine closing method for Form which is close().

Kindly also tell me the way I can use Invoke method.

Upvotes: 1

Views: 2395

Answers (1)

user1844012
user1844012

Reputation:

I got a link to learn delegates use in C++. And Its working right now..

http://www.functionx.com/vcnet/topics/delevents.htm

Upvotes: 1

Related Questions