Well for some reason it seems like your PhotoEngineForm is not getting it's WndProc messages (Windows Messages).
Have you tried overriding that function and dolling out the refresh commands on the correct windows messages?
Either that or I would create a new Form, copy the code into it and set THAT as your main form and see if the results repeat?
Have you tried overriding that function and dolling out the refresh commands on the correct windows messages?
Either that or I would create a new Form, copy the code into it and set THAT as your main form and see if the results repeat?
Comment