PC Review


Reply
Thread Tools Rate Thread

Design time supprto howto?

 
 
Robert Wallström
Guest
Posts: n/a
 
      23rd Jun 2004
Is there anyone out there who would know were I could find a good article on
howto implement design time support for my custom controls in .NET ?
I have just started trying to figure out this (nice) feature. So far I have
figured out that one could use a syntax like this
"[ToolboxDefaultattribute....]" just before the class/method head, but I
cant find wich methods/attributs (in a list) one could use.

I use C# and mostly code fore webpages (ASP.NET)

Any webpublished article would be nice.

Thanx in adwance...

Robert..


 
Reply With Quote
 
 
 
 
John Saunders
Guest
Posts: n/a
 
      24th Jun 2004
"Robert Wallström" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Is there anyone out there who would know were I could find a good article

on
> howto implement design time support for my custom controls in .NET ?
> I have just started trying to figure out this (nice) feature. So far I

have
> figured out that one could use a syntax like this
> "[ToolboxDefaultattribute....]" just before the class/method head, but I
> cant find wich methods/attributs (in a list) one could use.
>
> I use C# and mostly code fore webpages (ASP.NET)
>
> Any webpublished article would be nice.


Did you check on MSDN?
--
John Saunders
johnwsaundersiii at hotmail


 
Reply With Quote
 
Robert Wallström
Guest
Posts: n/a
 
      24th Jun 2004
Hi John..
I have checked MSDN, but there cataloge is large (enormous;-)) and I have
searched in there for ahours, so if you have a Link to a specific page in
there library it would be great... And dont really know what to look for
since I dont know what the API ("[Default...]") for desing time support is
called?

Thanx in adwance...

"John Saunders" <(E-Mail Removed)> skrev i meddelandet
news:(E-Mail Removed)...
> "Robert Wallström" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Is there anyone out there who would know were I could find a good

article
> on
> > howto implement design time support for my custom controls in .NET ?
> > I have just started trying to figure out this (nice) feature. So far I

> have
> > figured out that one could use a syntax like this
> > "[ToolboxDefaultattribute....]" just before the class/method head, but I
> > cant find wich methods/attributs (in a list) one could use.
> >
> > I use C# and mostly code fore webpages (ASP.NET)
> >
> > Any webpublished article would be nice.

>
> Did you check on MSDN?
> --
> John Saunders
> johnwsaundersiii at hotmail
>
>



 
Reply With Quote
 
John Saunders
Guest
Posts: n/a
 
      25th Jun 2004
"Robert Wallström" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi John..
> I have checked MSDN, but there cataloge is large (enormous;-)) and I have
> searched in there for ahours, so if you have a Link to a specific page in
> there library it would be great... And dont really know what to look for
> since I dont know what the API ("[Default...]") for desing time support is
> called?


The reason I asked is that here is the first page of search results from
doing a query of "design time support":

Enhancing Design-Time Support (.NET Framework Developer's Guide)
The .NET Framework provides an extensible architecture for customizing the
behavior and display of components and controls in design mode.
http://msdn.microsoft.com/library/en...imesupport.asp

Design-Time Support for Windows Forms (.NET Framework Developer's Guide)
This section contains samples that show how to implement design-time support
in Windows Forms.
http://msdn.microsoft.com/library/en...ndowsforms.asp

Design-Time Support for Web Forms (.NET Framework Developer's Guide)
This section contains topics that describe how to implement designers for
ASP.NET server controls. For background information about designer classes,
see Custom Designers.
http://msdn.microsoft.com/library/en...orwebforms.asp

Attributes and Design-Time Support (.NET Framework Developer's Guide)
Design-time support extensions are typically implemented in code that exists
separately from the code for a component. A variety of attributes are used
to associate design-time support providers with a type or an individual
member of a type.
http://msdn.microsoft.com/library/en...imesupport.asp

Adding Design Time Support to ASP.NET Controls (ASP.NET Technical Articles)
Learn how to build controls that take advantage of Microsoft Visual Studio
..NET's design-time support, which makes them as easy to use as the built-in
controls that come with Microsoft ASP.NET. (36 printed pages)
http://msdn.microsoft.com/library/en...imeSupport.asp

MSDN Online Chats: Working With Data at Design Time in Visual Studio .NET
MSDN Online Chats: Working With Data at Design Time in Visual Studio .NET.
Posted May 29, 2002
http://msdn.microsoft.com/chats/vstu...dio_052102.asp

MSDN Online Chats: Visual Basic .NET Language Design (September 30, 2003)
MSDN Online Chats: Visual Basic .NET Language Design. Posted October 15,
2003
http://msdn.microsoft.com/chats/vstu...dio_093003.asp

MSDN Online Chats: How to Integrate Windows CE .NET and the Intel PXA250
Processor in Your Next Embedded Design
MSDN Online Chats: How to Integrate Windows CE .NET and the Intel PXA250
Processor in Your Next Embedded Design. Posted April 8, 2002
http://msdn.microsoft.com/chats/embe...ded_032202.asp

Generalized Type Conversion (.NET Framework Developer's Guide)
http://msdn.microsoft.com/library/en...conversion.asp

MSDN Online Chats: Visual Basic .NET Language Design (July 29, 2003)
MSDN Online Chats: Visual Basic .NET Language Design. Paul Vick, the
architect of the Visual Basic .NET Language Specification, and other members
of the Visual Basic .NET team discuss design choices and concepts of the
Visual Basic language. Posted August 10, 2003
http://msdn.microsoft.com/chats/vstu...dio_072903.asp

--
John Saunders
johnwsaundersiii at hotmail


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Responsive phone-book - howto - a design issue, not a coding one. Radu Microsoft ASP .NET 5 18th Jan 2008 04:19 PM
HOWTO: design message format and field constraints, serial comm =?Utf-8?B?aGVyYmVydA==?= Microsoft Dot NET 0 21st Apr 2006 06:56 AM
howto 'refresh' an SqlDataAdapter in Design-mode DraguVaso Microsoft VB .NET 1 23rd Aug 2004 03:49 PM
howto 'refresh' an SqlDataAdapter in Design-mode DraguVaso Microsoft ADO .NET 1 23rd Aug 2004 03:49 PM
Re: HOWTO: generate a file from Design Mode Herfried K. Wagner [MVP] Microsoft Dot NET Framework Forms 0 27th Jul 2004 06:30 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:45 PM.