ImageWithControls UserControl.Parent, picGraphicsEffects

UserControl.Parent is likely creating a reference to the form, is that the intention?

Try this: msgbox UserControl.Parent.Hwnd = Me.Hwnd

If it's true, you're indeed referencing the form. If that is not the intention, what is?