Hi Peeps,

This is only happening on Windows 7 and Windows Terminal Server 2008.

I have a VB6 SP6 application and the first thing in the Main sub it does is load a splash screen and then a standard form with a list control, picture control and two command buttons.

It loads the splash screen fine but when it trys to load the company form I get the error 50003. The code to load the form is :-

Code:
frmCompany.Show vbmodal
If I create a new form and show that instead it works fine so I removed all the code and controls from frmCompany but I still get the error. Can anyone please help, I don't understand how a new blank form works and my existing form stripped down to nothing does not.

Thanks for any help,

Jiggy!