Comboboxes and .net framework

  • Thread starter Thread starter Karin
  • Start date Start date
K

Karin

Hi,
I'm having problems running my program on computers which have only the
framework installed. (On comp's with VisualStudio it works fine.)
None of the comboboxes works as expected and some aren't even drawn
properly. (The borders and the little arrow to the right is missing.)

Thankfull for any help,
K
 
Do you have the correct version(s) of Framework running on the machines?
IOW, might you have Version 1.0 of the Framework installed and you are
trying to run something created for Version 1.1? I'm not sure if such a
mismatch will stop the program from loading, or just give peculiar results
as you are seeing.

HTH

Harry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top