I dont't know what to write at the events(click- )
events in VC++express 2006
Can someone help me with the events in VC++express 2005
I dont't know what to write at the events(click- )
I dont't know what to write at the events(click- )

events in VC++express 2006
vistalad
I assume you mean .NET events and you want to consume (use) events, and not make your own events. If you're a new developer, I recommend you learn how to do events in C#.
The process of consuming events in C++ is [almost] the same as consuming them in C# (the lightning symbol is in both IDEs).
Creating your own events for others to use... that's a different story.