Urgent, help needed!

I spent too many hours for searchin events of the specific control. Why it's not like in Visual C# Express 2005. There was a properties dialog, and in the top there was a little lightning icon, then you clicked it and there you are, all the events of the control. How can I find them in Visual C# Express 2008?

Thanks,
Timo Salom?ki

[339 byte] By [TimoS] at [2008-2-6]
# 1

I presume you are talking about a WPF application--not a Windows Forms application which still has the event list in the Solution panel.

For WPF, I use Intellesense:

In the Window constructor, after InitializeComponent(); , I type the name of the control and a '.' Intellesense shows me a list of all properties, methods and events. I select the event of interest, then type '+=' {Tab} {Tab} and

Voilà: a properly connected event handler stub appears.

I was also disappointed when there was no event list, but I have gotten use to this method which works pretty well once you get use to it.

jrboddie at 2007-10-2 > top of Msdn Tech,Visual Studio Orcas,Visual C# Express Orcas...
# 2
Okay I have to try to live with it.. Thanks!
TimoS at 2007-10-2 > top of Msdn Tech,Visual Studio Orcas,Visual C# Express Orcas...

Visual Studio Orcas

Site Classified