Hello all,
I'm controlling the back end of a web application with a command console i've written in vb.net2 . One of the admin operations I need to make available in the console app requires the system.drawing namespace, which is of course not a member of the console class and I can't import it. Is there anyway around this? or is there a way to use call the original function from where it is now, on a vb page?
Thanks in Advance.
I'm controlling the back end of a web application with a command console i've written in vb.net2 . One of the admin operations I need to make available in the console app requires the system.drawing namespace, which is of course not a member of the console class and I can't import it. Is there anyway around this? or is there a way to use call the original function from where it is now, on a vb page?
Thanks in Advance.
Comment