What will be the equivalent of this enumeration in VB
Thanks in advanceCode:typedef enum BrowserNavConstants { navOpenInNewWindow = 0x1, navNoHistory = 0x2, navNoReadFromCache = 0x4, navNoWriteToCache = 0x8, navAllowAutosearch = 0x10, navBrowserBar = 0x20, navHyperlink = 0x40 } BrowserNavConstants;




Reply With Quote