Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by BieniekT

  1. BieniekT

    Can't Reference VB.Net dll object in ASP

    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...
  2. BieniekT

    Iterate through all Menu Items in MenuItemsCollection

    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.

Part and Inventory Search

Back
Top