J
Jmanwaring
I am trying to create a vb class and compile it to a dll
so I can use it in an asp.net application. When I compile
(vbc /t:library /r:system.windows.forms myrtb.vb) I get
errors that I need to include other assemblies. When I
try to add those assemblies I get an error sayin they were
not found. Is there another - easier way to get
richtextbox into an ASP.NET app?
so I can use it in an asp.net application. When I compile
(vbc /t:library /r:system.windows.forms myrtb.vb) I get
errors that I need to include other assemblies. When I
try to add those assemblies I get an error sayin they were
not found. Is there another - easier way to get
richtextbox into an ASP.NET app?