Can I make a form at runtime change into design mode?

Hi all,

Can I make a form at runtime change into design mode in .Net framework 3.5?

For example: when users run my form, they can change a position of the controls (of course with the rule like design mode), and can change a properties of the controls .. (like design mode).

Can I just config this function in .Net framework? not coding so much?

Thanks a lot,
Dan

Comments

  • you "can" make your forms do anything - but no, there isn't just switch to flip to make this happen. The functionality you are describing is a part of your code editor.

    If you wanted to look into your IDE library - there may be some resonably uncomplicated way to tap into some of the IDE's functionality?
    ><//~Psightoplasm`~
  • This post has been deleted.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories