yes i just tried taking a new project and only with one form,without any code
and in form load just one message.
Form design properties windowstate =2

Sub Form_Load()

MsgBox Form1.WindowState

End Sub

it returns 0
i don't know why?