Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Puggy #1
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
-
System.ComponentModel.Win32Exception: Access is denied
Hi, From a web application using following code iam executing an EXE. IPTCProcessInfo.FileName = "C:\\IMGExtractor.exe"; ... -
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... -
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... -
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). ... -
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... -
Patrice Scribe #2
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



Reply With Quote

