hi there
i want my forms do not move
is there any property that sets it at a fixed position

thank u very much

Recommended Answers

All 5 Replies

hi again
i know the movable property but
i want my forms to be aligned at the center of the monitor
is it possible

on form Properties set StartUpPosition as CenterScreen.
it will make your form always start in center of screen.

ok what if i want to place it in the position say (100,100)
is it possible

in the startupposition property i found manual(0)
is it to specify the position manually
if so how

got it
set forms startupposition property to manual and set the top and left property of the form
like this
form1.startupposition=manual
form1.top=1000
form1.left=1000

thank u Jx_Man

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.