E
Eric Sabine
For a certain app, I'd like the user to be able to move buttons around (I
mean physically move them). The reason isn't really important, but it has
to do with an organizational layout. Anyway, it would be cool if the user
could click a "mode" button which almost makes a portion of the form in
"design view" (showing a grid would be cool too) and lets them move the
buttons around. Seeing code-behind is not what I want here. Just moving
them around.
In a form event, I would then capture the new coordinates for all of the
buttons and save them to a database or XML. Then at next form load, replay
the new locations.
Any hints?
thanks,
Eric
mean physically move them). The reason isn't really important, but it has
to do with an organizational layout. Anyway, it would be cool if the user
could click a "mode" button which almost makes a portion of the form in
"design view" (showing a grid would be cool too) and lets them move the
buttons around. Seeing code-behind is not what I want here. Just moving
them around.
In a form event, I would then capture the new coordinates for all of the
buttons and save them to a database or XML. Then at next form load, replay
the new locations.
Any hints?
thanks,
Eric