How to show resource files in my usercontrol 's property
-
Hi, I made a custom user control and set it's public property "ShowFiles". now this property can be seen as a property of my user control in property window. I want that this property should be a combobox and it should shows all the files which are currently in my "Resources" at design time. at design time I will choose one of these and use as a property of my user control. Plz help... :(( :(( thanx in advance... :rose:
-
Hi, I made a custom user control and set it's public property "ShowFiles". now this property can be seen as a property of my user control in property window. I want that this property should be a combobox and it should shows all the files which are currently in my "Resources" at design time. at design time I will choose one of these and use as a property of my user control. Plz help... :(( :(( thanx in advance... :rose:
Check these articles... http://www.codeproject.com/KB/cs/propertyeditor.aspx[^] http://www.devx.com/dotnet/Article/20920[^]
*jaans