Hi all,
I've built an application which I originally had planned to distribute across a number of computers.
However, on one of my forms, a combobox disappears when the application is run on a smaller resolution to my development PC.
The positioning of the combobox, for testing purposes, is like so:
This works fine on my development PC, however on a distrobution PC it is nowhere to be seen!PHP Code:comboBox1.Left = label3.Left + label3.Width;
Tell me theres something blatently obvious that I am overlooking..
Regards,
chem




Reply With Quote