leukwarm
02-08-2008, 02:53 PM
Thanks to anyone who reads this and tries to lend me a hand.
I have created a very simple interface that collects information from the user and does some simple math and outputs the results to a listbox. I have used panels containing listboxes, labels, combo boxes and textboxes for the input.
The application works very well when installed on my computer and my cooworkers workstation.
The problems I am having occur after the program is installed on a laptop;
1. Listboxes are resizing, causing scroll bars
2. Some labels are moving
3. Textboxes are moving
Basically the layout is getting really messed up. I haven't really been programming in VB that long so I think it must be something very simple. Any ideas?
I have created a very simple interface that collects information from the user and does some simple math and outputs the results to a listbox. I have used panels containing listboxes, labels, combo boxes and textboxes for the input.
The application works very well when installed on my computer and my cooworkers workstation.
The problems I am having occur after the program is installed on a laptop;
1. Listboxes are resizing, causing scroll bars
2. Some labels are moving
3. Textboxes are moving
Basically the layout is getting really messed up. I haven't really been programming in VB that long so I think it must be something very simple. Any ideas?