<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Como crear un DLL en Visual Studio</title>
	<atom:link href="http://robertoyudice.com/visual-studio-net-2005/como-crear-un-dll-en-visual-studio/feed/" rel="self" type="application/rss+xml" />
	<link>http://robertoyudice.com/visual-studio-net-2005/como-crear-un-dll-en-visual-studio/</link>
	<description>Programacion, productividad y otras cosas interesantes</description>
	<lastBuildDate>Mon, 07 Nov 2011 15:55:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: ELLE</title>
		<link>http://robertoyudice.com/visual-studio-net-2005/como-crear-un-dll-en-visual-studio/comment-page-1/#comment-3153</link>
		<dc:creator>ELLE</dc:creator>
		<pubDate>Tue, 06 Sep 2011 14:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://robertoyudice.wordpress.com/2007/05/14/como-crear-un-dll-en-visual-studio/#comment-3153</guid>
		<description>ESTO ES MALA INFORAMCION SI QUIEREN Q YO LES ENSEÑE ME ENVIAN UN KMENSAJE A MI CORREO OK ^^</description>
		<content:encoded><![CDATA[<p>ESTO ES MALA INFORAMCION SI QUIEREN Q YO LES ENSEÑE ME ENVIAN UN KMENSAJE A MI CORREO OK ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: allan</title>
		<link>http://robertoyudice.com/visual-studio-net-2005/como-crear-un-dll-en-visual-studio/comment-page-1/#comment-3085</link>
		<dc:creator>allan</dc:creator>
		<pubDate>Sat, 27 Aug 2011 18:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://robertoyudice.wordpress.com/2007/05/14/como-crear-un-dll-en-visual-studio/#comment-3085</guid>
		<description>Cree una dll ( con librería de clases) en visual studio 2005 para un procedimiento de cambio de bits que requiero en un reporte de excel, por comodidad pensé en solo llamar el procedimiento en una macro de Excel(2007), reporte que ya tengo.

-Usé el comando regasm para registrar la dll de .NET.
-A partir de ese cambio puedo ingresarla en las  referencias de la Macro y veo la estrucutra en el examinador de objetos.
-Cree un objeto que haga referencia a  sin embargo no puedo acceder a la función.

Use lo siguiente (en VBA) sin embargo no me permite pasar del set del objeto:
Dim myObjecto As Timeline.TMLineClass
Set myObject = New Timeline.TMLineClass
MsgBox myObject.prueba

He bajado mis expectativas solo haciendo una función que regrese un mensaje, pero ni así logro acceder a la función, ¿Alguien podría ayudarme a encontrar mi problema?, muchas gracias.</description>
		<content:encoded><![CDATA[<p>Cree una dll ( con librería de clases) en visual studio 2005 para un procedimiento de cambio de bits que requiero en un reporte de excel, por comodidad pensé en solo llamar el procedimiento en una macro de Excel(2007), reporte que ya tengo.</p>
<p>-Usé el comando regasm para registrar la dll de .NET.<br />
-A partir de ese cambio puedo ingresarla en las  referencias de la Macro y veo la estrucutra en el examinador de objetos.<br />
-Cree un objeto que haga referencia a  sin embargo no puedo acceder a la función.</p>
<p>Use lo siguiente (en VBA) sin embargo no me permite pasar del set del objeto:<br />
Dim myObjecto As Timeline.TMLineClass<br />
Set myObject = New Timeline.TMLineClass<br />
MsgBox myObject.prueba</p>
<p>He bajado mis expectativas solo haciendo una función que regrese un mensaje, pero ni así logro acceder a la función, ¿Alguien podría ayudarme a encontrar mi problema?, muchas gracias.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CESAR</title>
		<link>http://robertoyudice.com/visual-studio-net-2005/como-crear-un-dll-en-visual-studio/comment-page-1/#comment-3001</link>
		<dc:creator>CESAR</dc:creator>
		<pubDate>Tue, 16 Aug 2011 22:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://robertoyudice.wordpress.com/2007/05/14/como-crear-un-dll-en-visual-studio/#comment-3001</guid>
		<description>MUCHAS GRACIAS!!!
 MUY BUENO TU APORTE !!!!</description>
		<content:encoded><![CDATA[<p>MUCHAS GRACIAS!!!<br />
 MUY BUENO TU APORTE !!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yony</title>
		<link>http://robertoyudice.com/visual-studio-net-2005/como-crear-un-dll-en-visual-studio/comment-page-1/#comment-2546</link>
		<dc:creator>yony</dc:creator>
		<pubDate>Tue, 21 Jun 2011 07:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://robertoyudice.wordpress.com/2007/05/14/como-crear-un-dll-en-visual-studio/#comment-2546</guid>
		<description>mi pregunta es la siguiente. tengo dos dll de un biometrico para scanear una huella digital como hago para llama la funcion que tiene esa dll</description>
		<content:encoded><![CDATA[<p>mi pregunta es la siguiente. tengo dos dll de un biometrico para scanear una huella digital como hago para llama la funcion que tiene esa dll</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aspUser</title>
		<link>http://robertoyudice.com/visual-studio-net-2005/como-crear-un-dll-en-visual-studio/comment-page-1/#comment-2236</link>
		<dc:creator>aspUser</dc:creator>
		<pubDate>Wed, 18 May 2011 21:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://robertoyudice.wordpress.com/2007/05/14/como-crear-un-dll-en-visual-studio/#comment-2236</guid>
		<description>Una duda que tengo, yo me he creado una clase ToolsWeb.cs, donde me voy agregando funciones que me hacen falta para el proyecto, para no reescribirlas y en las paginas que quiero usarlas realizo
ToolsWeb t = new ToolsWeb();
t.funcion1();
...

El tema de las referencias realizaría lo mismo, pero ya compiladas¿?

En el caso que sea si, que es mejor utilizar, dll o tener la class en el proyecto?

Un saludo, perdona mi ignorancia ^^</description>
		<content:encoded><![CDATA[<p>Una duda que tengo, yo me he creado una clase ToolsWeb.cs, donde me voy agregando funciones que me hacen falta para el proyecto, para no reescribirlas y en las paginas que quiero usarlas realizo<br />
ToolsWeb t = new ToolsWeb();<br />
t.funcion1();<br />
&#8230;</p>
<p>El tema de las referencias realizaría lo mismo, pero ya compiladas¿?</p>
<p>En el caso que sea si, que es mejor utilizar, dll o tener la class en el proyecto?</p>
<p>Un saludo, perdona mi ignorancia ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Como crear e implementar una DLL con Visual Studio y C# &#124; My Blog</title>
		<link>http://robertoyudice.com/visual-studio-net-2005/como-crear-un-dll-en-visual-studio/comment-page-1/#comment-1376</link>
		<dc:creator>Como crear e implementar una DLL con Visual Studio y C# &#124; My Blog</dc:creator>
		<pubDate>Wed, 23 Feb 2011 06:43:28 +0000</pubDate>
		<guid isPermaLink="false">http://robertoyudice.wordpress.com/2007/05/14/como-crear-un-dll-en-visual-studio/#comment-1376</guid>
		<description>[...] http://robertoyudice.com/visual-studio-net-2005/como-crear-un-dll-en-visual-studio/     GA_googleAddAttr(&quot;AdOpt&quot;, &quot;1&quot;); GA_googleAddAttr(&quot;Origin&quot;, &quot;other&quot;); GA_googleAddAttr(&quot;LangId&quot;, &quot;1&quot;); GA_googleAddAttr(&quot;Autotag&quot;, &quot;technology&quot;); GA_googleAddAttr(&quot;Tag&quot;, &quot;c&quot;); GA_googleFillSlot(&quot;wpcom_below_post&quot;);     This entry was posted in C#. Bookmark the permalink.    &#8592; VMWare&#160;Workstation Como Crear un Windows Form con Visual Studio 2005 y&#160;2008. &#8594;  LikeBe the first to like this post. [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://robertoyudice.com/visual-studio-net-2005/como-crear-un-dll-en-visual-studio/" rel="nofollow">http://robertoyudice.com/visual-studio-net-2005/como-crear-un-dll-en-visual-studio/</a>     GA_googleAddAttr(&quot;AdOpt&quot;, &quot;1&quot;); GA_googleAddAttr(&quot;Origin&quot;, &quot;other&quot;); GA_googleAddAttr(&quot;LangId&quot;, &quot;1&quot;); GA_googleAddAttr(&quot;Autotag&quot;, &quot;technology&quot;); GA_googleAddAttr(&quot;Tag&quot;, &quot;c&quot;); GA_googleFillSlot(&quot;wpcom_below_post&quot;);     This entry was posted in C#. Bookmark the permalink.    &larr; VMWare&nbsp;Workstation Como Crear un Windows Form con Visual Studio 2005 y&nbsp;2008. &rarr;  LikeBe the first to like this post. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Como crear e implementar una DLL con Visual Studio y C# &#124; My Blog</title>
		<link>http://robertoyudice.com/visual-studio-net-2005/como-crear-un-dll-en-visual-studio/comment-page-1/#comment-1377</link>
		<dc:creator>Como crear e implementar una DLL con Visual Studio y C# &#124; My Blog</dc:creator>
		<pubDate>Wed, 23 Feb 2011 06:43:25 +0000</pubDate>
		<guid isPermaLink="false">http://robertoyudice.wordpress.com/2007/05/14/como-crear-un-dll-en-visual-studio/#comment-1377</guid>
		<description>[...] http://robertoyudice.com/visual-studio-net-2005/como-crear-un-dll-en-visual-studio/     GA_googleAddAttr(&quot;AdOpt&quot;, &quot;1&quot;); GA_googleAddAttr(&quot;Origin&quot;, &quot;other&quot;); GA_googleAddAttr(&quot;LangId&quot;, &quot;1&quot;); GA_googleAddAttr(&quot;Autotag&quot;, &quot;technology&quot;); GA_googleAddAttr(&quot;Tag&quot;, &quot;c&quot;); GA_googleFillSlot(&quot;wpcom_below_post&quot;);     This entry was posted in C#. Bookmark the permalink.    &#8592; VMWare&#160;Workstation Como Crear un Windows Form con Visual Studio 2005 y&#160;2008. &#8594;  LikeBe the first to like this post. [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://robertoyudice.com/visual-studio-net-2005/como-crear-un-dll-en-visual-studio/" rel="nofollow">http://robertoyudice.com/visual-studio-net-2005/como-crear-un-dll-en-visual-studio/</a>     GA_googleAddAttr(&quot;AdOpt&quot;, &quot;1&quot;); GA_googleAddAttr(&quot;Origin&quot;, &quot;other&quot;); GA_googleAddAttr(&quot;LangId&quot;, &quot;1&quot;); GA_googleAddAttr(&quot;Autotag&quot;, &quot;technology&quot;); GA_googleAddAttr(&quot;Tag&quot;, &quot;c&quot;); GA_googleFillSlot(&quot;wpcom_below_post&quot;);     This entry was posted in C#. Bookmark the permalink.    &larr; VMWare&nbsp;Workstation Como Crear un Windows Form con Visual Studio 2005 y&nbsp;2008. &rarr;  LikeBe the first to like this post. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Como crear e implementar una DLL con Visual Studio y C# &#124; My Blog</title>
		<link>http://robertoyudice.com/visual-studio-net-2005/como-crear-un-dll-en-visual-studio/comment-page-1/#comment-1375</link>
		<dc:creator>Como crear e implementar una DLL con Visual Studio y C# &#124; My Blog</dc:creator>
		<pubDate>Wed, 23 Feb 2011 06:43:25 +0000</pubDate>
		<guid isPermaLink="false">http://robertoyudice.wordpress.com/2007/05/14/como-crear-un-dll-en-visual-studio/#comment-1375</guid>
		<description>[...] http://robertoyudice.com/visual-studio-net-2005/como-crear-un-dll-en-visual-studio/     GA_googleAddAttr(&quot;AdOpt&quot;, &quot;1&quot;); GA_googleAddAttr(&quot;Origin&quot;, &quot;other&quot;); GA_googleAddAttr(&quot;LangId&quot;, &quot;1&quot;); GA_googleAddAttr(&quot;Autotag&quot;, &quot;technology&quot;); GA_googleAddAttr(&quot;Tag&quot;, &quot;c&quot;); GA_googleFillSlot(&quot;wpcom_below_post&quot;);     This entry was posted in C#. Bookmark the permalink.    &#8592; VMWare&#160;Workstation Como Crear un Windows Form con Visual Studio 2005 y&#160;2008. &#8594;  LikeBe the first to like this post. [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://robertoyudice.com/visual-studio-net-2005/como-crear-un-dll-en-visual-studio/" rel="nofollow">http://robertoyudice.com/visual-studio-net-2005/como-crear-un-dll-en-visual-studio/</a>     GA_googleAddAttr(&quot;AdOpt&quot;, &quot;1&quot;); GA_googleAddAttr(&quot;Origin&quot;, &quot;other&quot;); GA_googleAddAttr(&quot;LangId&quot;, &quot;1&quot;); GA_googleAddAttr(&quot;Autotag&quot;, &quot;technology&quot;); GA_googleAddAttr(&quot;Tag&quot;, &quot;c&quot;); GA_googleFillSlot(&quot;wpcom_below_post&quot;);     This entry was posted in C#. Bookmark the permalink.    &larr; VMWare&nbsp;Workstation Como Crear un Windows Form con Visual Studio 2005 y&nbsp;2008. &rarr;  LikeBe the first to like this post. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: albert</title>
		<link>http://robertoyudice.com/visual-studio-net-2005/como-crear-un-dll-en-visual-studio/comment-page-1/#comment-1263</link>
		<dc:creator>albert</dc:creator>
		<pubDate>Thu, 03 Feb 2011 13:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://robertoyudice.wordpress.com/2007/05/14/como-crear-un-dll-en-visual-studio/#comment-1263</guid>
		<description>Hola, ¿puede ser que me de error un programa que se conecta a una base de datos (acces 2007) xq no tiene ningún dll?(todo el código esta en los botones y ventanas correspondientes)

Ayuda. Gracias</description>
		<content:encoded><![CDATA[<p>Hola, ¿puede ser que me de error un programa que se conecta a una base de datos (acces 2007) xq no tiene ningún dll?(todo el código esta en los botones y ventanas correspondientes)</p>
<p>Ayuda. Gracias</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Néstor</title>
		<link>http://robertoyudice.com/visual-studio-net-2005/como-crear-un-dll-en-visual-studio/comment-page-1/#comment-805</link>
		<dc:creator>Néstor</dc:creator>
		<pubDate>Mon, 09 Aug 2010 17:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://robertoyudice.wordpress.com/2007/05/14/como-crear-un-dll-en-visual-studio/#comment-805</guid>
		<description>Muchas gracias
Ya había creado muchas librerías en DLL pero no las conseguía hacer funcionar.

Buen post</description>
		<content:encoded><![CDATA[<p>Muchas gracias<br />
Ya había creado muchas librerías en DLL pero no las conseguía hacer funcionar.</p>
<p>Buen post</p>
]]></content:encoded>
	</item>
</channel>
</rss>

