I need help on a problem as bellow:
I have Form1 that the Form1.ShowInTaskbar property set to False,
After click on the minimized box when the form is in normal state it goes down and locate in the bottom - Left of my screen (excactly above the windows start button). I Want to change the location of this little title-bar. I have written the code bellow in Form1.move event but it is working just After I click on the maximized button and this will change my form-location at the normal window state:
Me.Location = New Point(598, 850)
note: I have not any restore button in my form so my form is not sizable
Pls F1 me . . . !!
I have Form1 that the Form1.ShowInTaskbar property set to False,
After click on the minimized box when the form is in normal state it goes down and locate in the bottom - Left of my screen (excactly above the windows start button). I Want to change the location of this little title-bar. I have written the code bellow in Form1.move event but it is working just After I click on the maximized button and this will change my form-location at the normal window state:
Me.Location = New Point(598, 850)
note: I have not any restore button in my form so my form is not sizable
Pls F1 me . . . !!