Windows 98 problem

G

Guest

I am having a problem with two different applications developed under 1.0

The first is a simple wizard-based app that takes the user through a couple of steps. I have the only form set to start up in the center of the screen, but on Win98 (OSR1) it doesn't (newer os's are okay)

The second is an mdi application. When I load and display an un-maximized form, the controls are not placed as they were at design time. As an example, one form is made of of one panel on the left and two panels on the right. Both panels on the right contain controls. On Win98, the right panels seem to be overlapped by the panel on the left (half of the contained controls are cut off). I have tried several different border styles for the forms with no luck

Does anyone know of any solutions to this problem

Paul K
 
D

DraguVaso

Hi,

..NET normally doesn't support Win 98 I thought? see this article:
http://msdn.microsoft.com/library/d...s/vsintro7/html/vxoriVisualStudioEditions.asp

Pieter


Paul K said:
I am having a problem with two different applications developed under 1.0.

The first is a simple wizard-based app that takes the user through a
couple of steps. I have the only form set to start up in the center of the
screen, but on Win98 (OSR1) it doesn't (newer os's are okay).
The second is an mdi application. When I load and display an un-maximized
form, the controls are not placed as they were at design time. As an
example, one form is made of of one panel on the left and two panels on the
right. Both panels on the right contain controls. On Win98, the right
panels seem to be overlapped by the panel on the left (half of the contained
controls are cut off). I have tried several different border styles for the
forms with no luck.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top