ScarEye
Mar 14th, 2005, 06:13 PM
Hey guys what's up, just to let everyone know I am a total n00b to C#, I have done alittle vb.net but no C# at all.
Anyway this is what happened. I have a program here that I have to modify.
Now in this program there is a combobox but it's not a regular combobox in other words you know how when you create a combobox from the toolbox it comes up as "combobox1 system.windows.forms.combobox"
This combobox comes up as:
storecombobox "mis.controls.stores.storecombobox"
and under data,items,collections (in the properties pane) there is
option for that, like you would normally have in system.windows.forms.combobox.
I need to add a few more items to this combobox but I have no idea where it is.
But there is something else I should mention. I was just browing the folders and I saw mis.controls.dll <-- would it be in this dll ? If so how do I go about editing this so I can add onto the combobox ?
I hope I made this clear.. If not ask, ask me a question and I will try to explain it better.
Thanks In Advance...
ScarEye
Anyway this is what happened. I have a program here that I have to modify.
Now in this program there is a combobox but it's not a regular combobox in other words you know how when you create a combobox from the toolbox it comes up as "combobox1 system.windows.forms.combobox"
This combobox comes up as:
storecombobox "mis.controls.stores.storecombobox"
and under data,items,collections (in the properties pane) there is
option for that, like you would normally have in system.windows.forms.combobox.
I need to add a few more items to this combobox but I have no idea where it is.
But there is something else I should mention. I was just browing the folders and I saw mis.controls.dll <-- would it be in this dll ? If so how do I go about editing this so I can add onto the combobox ?
I hope I made this clear.. If not ask, ask me a question and I will try to explain it better.
Thanks In Advance...
ScarEye