How to know which events are usable by an object created for example a socket? Is there a general way to 'see' the events / methods / properies available for each object?
In other IDE's it will give me options for events. so for example lets say we have a button named btn1. now in the IDE when I type sub btn1_ as soon as I hit the underscore I get options pop up such as _click _doubleclick _mouseover and so on. this way I know what all the possible...