vb6 - How to drag a control on to a frame in vb5 form. (I am using windows XP) -


in visual basic 5.0 form windows xp. can not drag lable control onto frame, thereby making option specific frame. can double click label control , move option control on frame, frame doesn't recognize control it's own.

i know i'm supposed able drag controls onto form, reason can't. circle cross through icon appears mouse symbol indicating not allowed operation.

does have ideas on how solve problem?

you should not drag control onto frame. should insert control onto frame. if want move existing control frame select control , cut (ctrl+x) it. select frame , paste (ctrl+v). control inside frame , cannot moved outside of frame.

if create controls @ runtime use container property of control set inside frame.


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -