I have created a VB.Net dll object that I am try to reference from with my ASP pages. I receive the following error: "ActiveX component can't create the object".
The code is:
dim objPMonitor
set objPMonitor = createobject("PrintMonitor.clsMonitorPrinter")
I do have the...
Is there an easy way to loop through all of my Menu items including sub menu items in .NET? I want to be able to enable/disable menu items depending on the users rights. It seems that I only get the Parent Menus when looping through the MenuItems collection.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.