custom form designer - selection
From: Tomasz Dħbrowski (tdabrowski_at_telmax.com.pl)
Date: 05/20/04
- Next message: Kent Boogaart: "Re: ShowDialog not closing"
- Previous message: Alok: "Difference in Dispose and Close"
- Next in thread: Stoitcho Goutsev \(100\) [C# MVP]: "Re: custom form designer - selection"
- Reply: Stoitcho Goutsev \(100\) [C# MVP]: "Re: custom form designer - selection"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 20 May 2004 10:02:50 +0200
Hi,
I am implementing custom form designer that will allow to design user forms
in my application.
What I want to achieve is a form (panel) that is able to switch between
runtime and design mode.
I have implemented IDesignerHost and related interfaces. Also I have added
most of the services that designer may need.
I was able to put my panel into some kind of design mode: controls does not
take a focus and
mouse cursor become a cross like in VS.
However controls does not looks like selected when I click on them. Also I
can neither move nor resize them.
I did implement ISelectionService so I am receiving events from it.
What I did wrong?
Thanks,
Tomasz Dħbrowski
- Next message: Kent Boogaart: "Re: ShowDialog not closing"
- Previous message: Alok: "Difference in Dispose and Close"
- Next in thread: Stoitcho Goutsev \(100\) [C# MVP]: "Re: custom form designer - selection"
- Reply: Stoitcho Goutsev \(100\) [C# MVP]: "Re: custom form designer - selection"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|