Hey,
How do i display custom design time help for methods that I create in my dlls.
Like say for eg. when you write System.Console.WriteLine the intellisense would display help, that this method prints a line in console, and then as you begin coding that method, it will you help for each of the parameters, like Value: use this value to print in.
I hope am making sense, all i want is to display custom help information about my methods in VS 2005 Intellisense.
I knw there are some attributes that you can use, i tried using System.ComponentModel.Description attribute, but it dint work.