The Readme:
"
Windows Menus Plugin
by Robert Knight
thundermonkey5@hotmail.com
====================
This is primarily intented for use as a DarkBASIC Professional third party commandset.
However it can be used by any application if necessary.
You may use this DLL freely, however, please include a credit in the readme or about info.
Version History
===============
>> 1.04
Modifications should hopefully allow plugin to work correctly under Win98
>> 1.03
SET RADIO added
SET RADIO GROUP added
ADD SUB ITEM added
All set property commands are now more flexible (can be applied to main menus, items or subitems)
GET MENU ITEM STRING added
GET CHECKED added
GET VISIBLE added
GET ENABLED added
GET MENU ITEM POSITION added
Experimental ENTRY function added (Input box, but currently you cannot set the caption etc)
>> 1.02
All DLL exports now use cdecl calling convention, this fixes the bug where
a crash would occur if these commands were called inside functions in the application.
>> 1.01
Initial Release
Installation
============
DBP users should copy the DLL file to
C:\Program Files\Dark Basic Software\Dark Basic Professional\Compiler\plugins-user
and the keywords file to
C:\Program Files\Dark Basic Software\Dark Basic Professional\Editor\Keywords
Commands
========
See the attached source code for an explanation of how all of the commands work in DarkBASIC Professional.
The DLL actual function names are:
CREATE MENU >> CreateMenu
ADD MAIN MENU >> AddMainMenuItem
ADD MENU ITEM >> AddSubMenuItem
DELETE MENU >> TidyMenus
SET CHECKED >> SetChecked
SET ENABLED >> SetEnabled
SET VISIBLE >> SetVisible
SET ITEM TEXT >> SetMenuItemText
GET MENU ITEM >> SelectedMenuItem
"
This should help little?
DBP43V3R