I used a simple text list and the line input statement. The items in each line are separated by commas with a maximum of 30 items in this case. I also stored them in arrays so I could easily get them out of the combo by reading the item number at the start of each combo list line which was also...
With great difficulty I think.
In the form_load sub, you could find out what resolution the screen is with then make all the control's height, width and position correspondingly smaller as in:
If Screen.Height \ Screen.TwipsPerPixelY > 700 Then
'Screen is 1024x768
Else
'Screen is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.