Hi Gregory;
Here is what I have in my current PB2021 framework ....
Constant String is_microhelp_class = "FNHELP" // To locate App's MHB
Constant String is_mdi_class = "FNWND3" // To locate App's MDI Window
Constant String is_mdi_client_class = "MDIClient" // To locate App's MDI_1 client
Constant String is_mdi_toolbar_class = "FNUD03" // To locate App's currentToolbar
To find out what any PB App (or any MS-Window's App) is using class wise at run time, try this handy utility ...
http://chrispollach.blogspot.com/2020/08/explorer.html
HTH
Regards ... Chris
BTW, I don't see any "Class Wise" utility on your website, but will look further. Thanks