HighTechTalks DotNet Forums  

document designers

Dotnet Framework (WinForms DesignTime) microsoft.public.dotnet.framework.windowsforms.designtime


Discuss document designers in the Dotnet Framework (WinForms DesignTime) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
maersa
 
Posts: n/a

Default document designers - 12-13-2004 , 05:40 PM






hi all,

would appreciate if somebody can point me to the right direction in writing
a designer surface for my document.
just like .resx, xml, xsd files have designers associated with them, i've
got a file type .xsx in which needs a designer for it.

1) what kind of designer interface to implement ?
2) how is the designer associated with the file ?

thanks,



Reply With Quote
  #2  
Old   
Ulrich Sprick
 
Posts: n/a

Default Re: document designers - 01-08-2005 , 12:38 PM






Hi,

the designer isn't associated with the files, designers are associated with
types (classes) with the [Designer] attribute. The files are created by the
DesignerHost, that is, the design time environement (such as VS).

If you need a document designer, you need a Designer that implements
IRootDesigner (at least).

This area is not very well documented, I am currently digging myself in the
topics. If you still want go continue, I'd really like to support you where
I can.

hth, urlich

"maersa" <masa_iwasa (AT) hotmail (DOT) com> schrieb im Newsbeitrag
news:#BcTr0W4EHA.2592 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Quote:
hi all,

would appreciate if somebody can point me to the right direction in
writing
a designer surface for my document.
just like .resx, xml, xsd files have designers associated with them, i've
got a file type .xsx in which needs a designer for it.

1) what kind of designer interface to implement ?
2) how is the designer associated with the file ?

thanks,





Reply With Quote
  #3  
Old   
delos
 
Posts: n/a

Default Re: document designers - 01-19-2005 , 06:47 AM



hi,
I want to writting a "xml designer" too.
can you help me give some info .

thanks
----------------

"Ulrich Sprick" wrote:

Quote:
Hi,

the designer isn't associated with the files, designers are associated with
types (classes) with the [Designer] attribute. The files are created by the
DesignerHost, that is, the design time environement (such as VS).

If you need a document designer, you need a Designer that implements
IRootDesigner (at least).

This area is not very well documented, I am currently digging myself in the
topics. If you still want go continue, I'd really like to support you where
I can.

hth, urlich

"maersa" <masa_iwasa (AT) hotmail (DOT) com> schrieb im Newsbeitrag
news:#BcTr0W4EHA.2592 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
hi all,

would appreciate if somebody can point me to the right direction in
writing
a designer surface for my document.
just like .resx, xml, xsd files have designers associated with them, i've
got a file type .xsx in which needs a designer for it.

1) what kind of designer interface to implement ?
2) how is the designer associated with the file ?

thanks,






Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.