I've tried this solution, but got "Invalid window handle" message.
Without
protected override void OnMove(EventArgs e)
{
RecreateHandle(); //-- seems to be a problem
}
form is working, but pictureBox is without transparency.
What should I do?