A
Andrew Wiseman
We're developing an application using Visual Studio .NET 2003, which works
fine on Windows XP and Windows 2003, but causes a GDI+ generic error when
run on a Windows 98 box.
The problem seems to be in using GroupBoxes. To test this, I started a new
project, put two groupboxes on the form, with two radio controls inside one
and some labels and textboxes inside the other. Running the resulting
executable on Windows 98 shows the group boxes as cream coloured boxes with
red borders and a red cross through them (although the radio buttons, lables
and text boxes show up just fine).
The Win98 machine has the .NET framework 1.1 installed.
Is this a known problem that happens with all Windows 98 machines or is it
local to my machine?
Andrew Wiseman
fine on Windows XP and Windows 2003, but causes a GDI+ generic error when
run on a Windows 98 box.
The problem seems to be in using GroupBoxes. To test this, I started a new
project, put two groupboxes on the form, with two radio controls inside one
and some labels and textboxes inside the other. Running the resulting
executable on Windows 98 shows the group boxes as cream coloured boxes with
red borders and a red cross through them (although the radio buttons, lables
and text boxes show up just fine).
The Win98 machine has the .NET framework 1.1 installed.
Is this a known problem that happens with all Windows 98 machines or is it
local to my machine?
Andrew Wiseman