B
booboo_US
Guest
Hi Everyone:
I have a very strange behavior which I have no idea why it is happening, and I was hoping that someone would be able to answer. I did create this project way back in VB.NET 2008, and I took the code and recently compiled it with the 2019 version. It works fine, except today, two of my customers said that on their machines (an HP laptop and I do not know the other one, both running windows 10) the software does not work. Images are shown below.
Image 1 shows the normal way the software should work, and it has worked for many many years without any problems.
Image 2 shows how the software looks like on the user's machine with the HP laptop. Notice that the labels and textboxes on the right side have disappeared, and do not show.
Image 3 shows how the software looks like on the 2nd user's machine that I do not know what type of machine he is using. Notice that in the top RichTextbox, the text disappears.
Finally, Image 4 show the structure of the form. I have tried to show the different items on it. The RED rectangle represents a Panel. This panel contains the RichTextbox and a 2nd panel (shown by the BLUE Rectangle). The 2nd panel contains a picturebox on the left, plus several textboxes and labels on the right.
If anyone maybe able to tell me why this may happen that it works on every computer, except these two users, it would be great.
Thanks for your help.
Bob
Continue reading...
I have a very strange behavior which I have no idea why it is happening, and I was hoping that someone would be able to answer. I did create this project way back in VB.NET 2008, and I took the code and recently compiled it with the 2019 version. It works fine, except today, two of my customers said that on their machines (an HP laptop and I do not know the other one, both running windows 10) the software does not work. Images are shown below.
Image 1 shows the normal way the software should work, and it has worked for many many years without any problems.
Image 2 shows how the software looks like on the user's machine with the HP laptop. Notice that the labels and textboxes on the right side have disappeared, and do not show.
Image 3 shows how the software looks like on the 2nd user's machine that I do not know what type of machine he is using. Notice that in the top RichTextbox, the text disappears.
Finally, Image 4 show the structure of the form. I have tried to show the different items on it. The RED rectangle represents a Panel. This panel contains the RichTextbox and a 2nd panel (shown by the BLUE Rectangle). The 2nd panel contains a picturebox on the left, plus several textboxes and labels on the right.
If anyone maybe able to tell me why this may happen that it works on every computer, except these two users, it would be great.
Thanks for your help.
Bob
Continue reading...