VB.net propertygrid
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I was making a custom drop-down list in a property grid by using a StringConverter and overriding the GetStandardValuesSupported , GetStandardValues and GetStandardValuesExclusive methods ... it worked fine in a normal VB.net Windows application and gave me the drop down list .... but when I tried using it in a add-in for FrontPage, the same code did not give a drop-down menu but just a text box .... anyone has any idea why??? Thanks in advance....