最最最最最最最最简单POPMENU()弹出菜单的用法
菜单:m_pop
窗体:w_main
右击w_main,弹出m_pop就行,在哪弹出来都行!!
如果能在鼠标位置就更好了!!
m_pop lm_print
long ll_xpos,ll_ypos
lm_print = Create m_pop
ll_xpos = PixelsToUnits(xpos,XPixelsToUnits!)
ll_ypos = PixelsToUnits(ypos,YPixelsToUnits!)
lm_print.m_ope.PopMenu(ll_xpos,ll_ypos)