i am using SetWindowPos function to set my application on top but my form starts flashing for 2-3 times when loads(may be other app try to get focus) how can stop my form from flashing?

i am using these values
SetWindowPos Me.hwnd, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOMOVE Or SWP_NOSIZE