How can I add the Intellisense function into my own Windows Form Application?<p>I am looking forward to add the feature like the Intellisense in the VS2005 to enhance my user experience of my application.</p> <p> </p> <p>I did some search, but unfortunately, most articles are introducing the Intellisense feature in the VS2005 instead of giving u any advice on how to make one.</p> <p> </p> <p>Any related resources are appriceated. Thank you very much!!</p> <p> </p> <p>Tom</p>© 2009 Microsoft Corporation. Tous droits réservés.Thu, 19 Jun 2008 00:15:52 Z1ceda2f7-2b18-4e9e-a3a4-29d8922ee9d7http://social.msdn.microsoft.com/Forums/fr-FR/vbgeneral/thread/1ceda2f7-2b18-4e9e-a3a4-29d8922ee9d7#1ceda2f7-2b18-4e9e-a3a4-29d8922ee9d7http://social.msdn.microsoft.com/Forums/fr-FR/vbgeneral/thread/1ceda2f7-2b18-4e9e-a3a4-29d8922ee9d7#1ceda2f7-2b18-4e9e-a3a4-29d8922ee9d7Pisceswzhhttp://social.msdn.microsoft.com/Profile/fr-FR/?user=PisceswzhHow can I add the Intellisense function into my own Windows Form Application?<p>I am looking forward to add the feature like the Intellisense in the VS2005 to enhance my user experience of my application.</p> <p> </p> <p>I did some search, but unfortunately, most articles are introducing the Intellisense feature in the VS2005 instead of giving u any advice on how to make one.</p> <p> </p> <p>Any related resources are appriceated. Thank you very much!!</p> <p> </p> <p>Tom</p>Sun, 03 Jun 2007 01:58:19 Z2007-06-07T01:25:36Zhttp://social.msdn.microsoft.com/Forums/fr-FR/vbgeneral/thread/1ceda2f7-2b18-4e9e-a3a4-29d8922ee9d7#cebcf4d3-fd73-4467-989f-ac2c6a0291aehttp://social.msdn.microsoft.com/Forums/fr-FR/vbgeneral/thread/1ceda2f7-2b18-4e9e-a3a4-29d8922ee9d7#cebcf4d3-fd73-4467-989f-ac2c6a0291aespottyhttp://social.msdn.microsoft.com/Profile/fr-FR/?user=spottyHow can I add the Intellisense function into my own Windows Form Application?<p>Intellisense is built into 2005 for existing classes/methods etc.   </p> <p> </p> <p>So if you add a class/method it should just show up in intellisense - if your asking about how to get things like the additional information shown in tooltips etc.   Then just prior to the method or class declaration type three single quotes '''</p> <p> </p> <p>This will cause some xml to appear which you can enter the relevent information into - such as details on the method and its parameters.   After you build the project, these will be reflected in the Intellisense.    This feature is known as XML comments and was added in 2005.</p> <p> </p> <p>Hope that helps a bit.</p> <p> </p> <p> </p> <p> </p> <p>If your asking about getting</p>Sun, 03 Jun 2007 17:06:39 Z2007-06-07T01:25:36Z