Link to home
Start Free TrialLog in
Avatar of br105559
br105559

asked on

VB.net properties window not showing events

I am a C# programmer, and have to fix a VB.net app someone wrote. When I go to the properties window for a control, such as button, there is no lightning bolt for the events. Why wouldn't this show up?
VBProperties.jpg
Avatar of Jason Evans
Jason Evans
Flag of United Kingdom of Great Britain and Northern Ireland image

Hi there.

I've never seen lightning bolts in the properties window ever, for VB.NET projects anyway. I think that's just a difference between the C# and VB.NET IDE's.
Jas.
Avatar of Fernando Soto
Hi br105559;

In VB .Net to view and create event handlers you do it through the code window. At the top of the code window you have two combo boxes. The left combo box you select the object whose events you want to create and in the right combo box you select the event you want to create. Also in the list of events to create the bold items are event handlers that have already been create.

Fernando
ASKER CERTIFIED SOLUTION
Avatar of Fernando Soto
Fernando Soto
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial