We have an application that displays data in a CEdit boxes. We are testing on a new workstation and the data is not lining up the same.
For example, on one workstation, the data might look like this...
Item 1 Item 2 Item 3
while the other workstation displays this...
Item 1 Item 2 Item 3
We are running the same operating system on both workstations, Windows 2000, fixpak 4 and using MSVC++ 6.0. The data is string data with tab characters and fields that are setup with tab stops using SetTabStop (one CEdit control holds an entire row of data).
Does anyone have any idea what might cause the difference in behavior?
Start Free Trial