K
Keith Smith
I have designed a custom listBox. When I import it into my app (using the
Toolbox bar Add/Remove) and put it on a form it looks fine (like a listBos),
but my code doesn't seem to work with it. For example this code does not
work...
listBox1.Items.Add("hello there");
What am I missing? Is the problem in the original DLL code or in my new
app?
Toolbox bar Add/Remove) and put it on a form it looks fine (like a listBos),
but my code doesn't seem to work with it. For example this code does not
work...
listBox1.Items.Add("hello there");
What am I missing? Is the problem in the original DLL code or in my new
app?