Significance of System.ComponentModel, IComponent, etc.

Ask a Question related to ASP.NET Building Controls, Design and Development.

  1. #1

    Default Significance of System.ComponentModel, IComponent, etc.

    Hi. I'm looking for in-depth resources on the use of the
    System.ComponentModel namespace, namely the Component class and the
    IComponent interface.

    I have read one article
    ([url]http://www.c-sharpcorner.com/Code/2002/Aug/ResuseSysInfoComp.asp[/url]) but I
    don't think it clarifies anything.

    Thanks.


    Puggy Guest

  2. Similar Questions and Discussions

    1. System.ComponentModel.Win32Exception: Access is denied
      Hi, From a web application using following code iam executing an EXE. IPTCProcessInfo.FileName = "C:\\IMGExtractor.exe"; ...
    2. Hello Error with Web Services. No se puede serializar el miembro System.ComponentModel.MarshalByValueComponent.Site de tipo System.ComponentModel.ISite porque es una interfaz.
      Hello I have a solution iwth a web project and web service project I made a project and I compiled it and it has no errors. But when I try to add...
    3. System.ComponentModel.Design.ArrayEditor - How to
      I have a custom control which is a set of tab images like in hotmail. In my control I have a hard coded array that sets the string value of the...
    4. Finding a Component's (ComponentModel.Component) Parent Form
      I'm working on a .net component (not a control) and need to find out what form the component is contained in during runtime (DesignMode=False). ...
    5. System.Net.WebException occurred in system.web.services.dll - HTTP status 405: Method not allowed.
      Hi, Have anyone ever encountered an exception error: The request failed with HTTP status 405: Method not allowed when trying to remotely invoke a...
  3. #2

    Default Re: Significance of System.ComponentModel, IComponent, etc.

    You could try starting from
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconcomponentprogrammingessentials.asp[/url]
    that introduces "Developing Components".

    Patrice

    --

    "Puggy" <puggy@metaworks.net> a écrit dans le message de
    news:uzDK8OYoDHA.2424@TK2MSFTNGP10.phx.gbl...
    > Hi. I'm looking for in-depth resources on the use of the
    > System.ComponentModel namespace, namely the Component class and the
    > IComponent interface.
    >
    > I have read one article
    > ([url]http://www.c-sharpcorner.com/Code/2002/Aug/ResuseSysInfoComp.asp[/url]) but I
    > don't think it clarifies anything.
    >
    > Thanks.
    >
    >
    Patrice Scribe Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139