This is the only feature I think Blitz Plus lacks that is really crucial. I'm doing some work for a client, and they are going to expect this option, which is understandable.
Any way to fudge this temporarily?
Any way to fudge this temporarily?
.lib "user32.dll" TrackPopupMenuEx%( mnu,flags,x,y,hwnd,tpm ) CreatePopupMenu%() AppendMenu%(mnu,flags,menuID,txt$):"AppendMenuA" ModifyMenu%(mnu,pos,flags,menuID,txt$):"ModifyMenuA" DestroyMenu%(mnu)