AccessDevJunior
Programmer
hya,
i have a form with the code behind it to automatically re-size the forms resolution depending on your windows settings.
I have a list box on the form but when the resolution is made larger the list box does not change with the form as its size is set on the on open event of the form.
I want to be able to code:
if 'windows resolution = 9999' then
me.listox.width = 222
else
if 'windows resolution = 6666' then
me.listbox.width = 111
end if
if anyone could help me with this it would be a great help
i have a form with the code behind it to automatically re-size the forms resolution depending on your windows settings.
I have a list box on the form but when the resolution is made larger the list box does not change with the form as its size is set on the on open event of the form.
I want to be able to code:
if 'windows resolution = 9999' then
me.listox.width = 222
else
if 'windows resolution = 6666' then
me.listbox.width = 111
end if
if anyone could help me with this it would be a great help