I need to lock label position. so, my label can't move at all..
now, i'm using label1.Enabled = False..
but, my label.forecolor become gray..

can any help me to lock label position without changing label forecolor to gray??


thanks...

Recommended Answers

All 7 Replies

"can't move at all" means that it doesnt change the position on resizing the form? if so then set the anchor property of the label.

ow if you meant the moving in the designer then set the "Lock" property to true.

not when at the designer...
let me explain.
I make program that drag n drop label on the form..
at mouse event up, I want lo lock label position, so I can't drag n drop label for the 2nd time...

have you got any solution for this. coz even this happens for me. i cant stop moving the label. any solutions

when you are use mouse up event make label.locked=true. if you want to make that lable enable = false then change the back color of that label so it will looks in white whether it is Enable=true/False.
try this is one :)

you should try using if statement to check if the label has already been drag and dropped

Thanks @ GeekbyChoice
if He Don't Know About Him But I Needed IT!

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.