Pages
(Di chuyển đến ...)
Trang chủ
▼
Thứ Sáu, 11 tháng 4, 2014
Tạo menu thật dễ trong Visual Foxpro bằng ContextMenu ActiveX Control
Videos:
Placing ContextMenu control on VFP form
Menu Designer
Adding context menu to PRG-based form
File hướng dẫn tại đây
Giới thiệu
Mẫu code sử dụng ContextMenu
The menu structure is tree-shaped. All items can be accessed either by position or by key.
Menu's visual style can be modified.
A single command
STRTOFILE( oMenu.ToXML(), "menu.xml" )
sends a menu to XML file.
The opposite is also true: a menu can be loaded from an XML file.
oMenu.FromXML( FILETOSTR("anothermenu.xml") )
‹
›
Trang chủ
Xem phiên bản web