martialarts
Regular
I have two questions. I have been experiencing weird listbox glitches... I don't have a double click event, but when I double click it gives me an indexOutOfRangeException. In addition, on low resolution screens (when the form has scroll bars), it is impossible to move the listbox scrollbar without first moving the scrollbar on the form, even though it appears enabled. Is this just a vb.net 2002 standard glitch and is there anything I can do about it?
On a separate note. I am about to deploy my application and I need to make sure it displays as well as possible on all machines. I have read about several features such as desktopBounds. Which is the best to use in order to resize my controls. Right now I have just set the scrollbars on the form to auto and designed them to run optimally on 1024x768.
Thanks for your time.
On a separate note. I am about to deploy my application and I need to make sure it displays as well as possible on all machines. I have read about several features such as desktopBounds. Which is the best to use in order to resize my controls. Right now I have just set the scrollbars on the form to auto and designed them to run optimally on 1024x768.
Thanks for your time.