Home > Software engineering >  After skin use Xtreme SuitePro ActiveX window menu is missing
After skin use Xtreme SuitePro ActiveX window menu is missing

Time:09-27

After using the Xtreme SuitePro ActiveX skin, use the form at the top of the menu editor to add menu is missing, or not display properly, who knows what's going on, my calling code is such a
Dim FileName As String
Dim IniFile As String
FileName="C: \ Program Files \ \ yan yan yan yan software catering management software online \ LESkins \ an cjstyles"
IniFile="NormalBlack. Ini"
SkinFramework1 LoadSkin FileName, IniFile
SkinFramework1. ApplyWindow Me. HWnd
SkinFramework1. ApplyOptions=SkinFramework1. ApplyOptions Or xtpSkinApplyMetrics

CodePudding user response:

The last sentence used, the second, third, two lines of code is enough,

The menu I were written with his CommandBars controls,
  • Related