Visual Basic 6 and XP

  • Thread starter Thread starter Ray
  • Start date Start date
R

Ray

I have a VB6 program that I have been running on Windows
95, 98, 2000 and NT. When I loaded and ran it on XP, the
JPG picture I use as a background in the main window does
not fill the window. The window was sized to the JPG and
the JPG fills the window on all previous versions of
Windows.

The size of the JPG is important since I have invisible
objects over the picture that you can click on. The
objects are where they belong but the JPG is too small and
is sitting in the upper left corner of the window.

Is this a configuration problem in XP or does XP not
support VB6?
 
I have a VB6 program that I have been running on Windows
95, 98, 2000 and NT. When I loaded and ran it on XP, the
JPG picture I use as a background in the main window does
not fill the window. The window was sized to the JPG and
the JPG fills the window on all previous versions of
Windows.

The size of the JPG is important since I have invisible
objects over the picture that you can click on. The
objects are where they belong but the JPG is too small and
is sitting in the upper left corner of the window.

Is this a configuration problem in XP or does XP not
support VB6?

Default display settings in 98 were 800x600. Probably the same or less in
the other versions that you mentioned. In XP, if the hardware is capable,
it will shoot for a 1024x768 screen size. Perhaps the dimensions of the
program's .JPG needs to be adjusted for that difference?
 

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

Back
Top