> Hi,
>
> I'm new to this field. I'm using VS 2003. In VB.NET IDE, I don't find
> events
> list in the properties window. Where can i get it?
Unlike C#, the VB Event lists are found in the code editor window. At the
top are two drop down lists. The left list shows the objects in the
interface (select the object for which you want to see events). The right
list shows events for the selected object. Click on the event of your choice
to create an event procedure shell.