R
Ralf Hermanns
Hi!
My application opens a form to span the entire screen. Upon this form, I
open pop-ups as necessary.
Problem:
On several WinXP Systems, everything runs fine.
On Win2000, the pop-up does not show at all.
The last line executed is myform.showdialog. There is no exception thrown,
no error displayed - the form is just plain not visible.
I use Framework 1.1 on all systems.
The forms are somewhat "souped up" to show rounded transparent corners,
raised and sunken effects on their borders, using user drawn routines,
double buffering and so on. All forms inherit their special design from a
base form I created, which implements all the own drawing.
A standard Windows-design pop-up comes up without a problem, on 2000 and
XP - of course I expect my own _fancy looking_ code to be responsible for
the mess, but why does it work with every XP system I try (4 Machines, all
SP1) and with no Win2000 system (2 Machines, one Server SP3, one Desktop
SP4).
Thanks for any clue
Ralf
My application opens a form to span the entire screen. Upon this form, I
open pop-ups as necessary.
Problem:
On several WinXP Systems, everything runs fine.
On Win2000, the pop-up does not show at all.
The last line executed is myform.showdialog. There is no exception thrown,
no error displayed - the form is just plain not visible.
I use Framework 1.1 on all systems.
The forms are somewhat "souped up" to show rounded transparent corners,
raised and sunken effects on their borders, using user drawn routines,
double buffering and so on. All forms inherit their special design from a
base form I created, which implements all the own drawing.
A standard Windows-design pop-up comes up without a problem, on 2000 and
XP - of course I expect my own _fancy looking_ code to be responsible for
the mess, but why does it work with every XP system I try (4 Machines, all
SP1) and with no Win2000 system (2 Machines, one Server SP3, one Desktop
SP4).
Thanks for any clue
Ralf