We have an application that employs Windows user32.dll calls for constructing menus. It works well in ND versions < 8, but doesn’t function in 8+.
We want to use an alternate method to construct the menus depending upon the client version (< 8) OR if the client is 8+ running the basic configuration.
@Version will return 307 or greater for 8+, but we need to know how to determine if the client is running basic or standard.
NotesUIWorkspace.IsEmbeddedInsideWCT returns True if you’re running the Standard client and False if you’re running Basic. It also returns False if you’re running Notes 7.0.2 or 7.0.3. It is not available in 6.x, so it generates an error.