Make sure the first line of code in your FormLoad is:
Me.Show
Some things dealing with graphics just don't work if the form is not showing.
Wayne