Ok,

Here's the question.

Do you know when you are working with VB.net and you are using a .net framework class and the little window pops up telling you what your opptions are (for instance when you type Dim j As New System.Net.Sockets.Socket(". Well I am just wonder if anyone knows how to do this with user developed classes. For example I am writing a class and it would be nice if it came up with serveral different options like that.

Jeremy