Okay, I expected something like that. I'll just go with disabling the sub-menu-items then. Thank you very much and kind regards, iSnackyCracky
Hey guys, I'm a bit stuck with this. I am implementing a Menu-Item like in the example, only that the ToolStripMenuItem has multiple DropDownItems and in this case is added to the "PluginMenuType.Group". Now I want to disable the entire Item (not only the DropDown-ones) until a database is actually opened. The example plugin implements a delegate function as EventHandler for the DropDownOpening-Event to disable specific DropDownItems but is it possible to create similar behavior for the entire ToolStripMenuItem?...
Thank you very much Dominik, I'll definitely look into this. Kind Regards, iSnackyCracky
Yeah, I plan on adding a kind of configuration menu in the future, where something like this or keyboard shortcuts may be customizable by the user. I just didn't know how to imlement that yet. Kind regards, iSnackyCracky
Can you launch RDP via the context menu - right click, URL(s)? I hope, I understand you correcly here Currently the RDP options are in a separate submenu in the context menu ("KeePassRDP"), because the plugin also manipulates the URL of the entry for the connection if necessary (it removes protocol prefixes like http:// https:// and so on for example) but if it's preferred that the options are in the "URL(s)"-submenu, I guess that shouldn't be too hard to implement Kind regards, iSnackyCracky
Hi guys, I've made a RDP connection plugin for KeePass 2.x which may be useful for someone. You can check it out at https://github.com/iSnackyCracky/KeePassRDP This is my first plugin and public (C#) programming "creation", so please let me know if there are any issues, enhancements or improvements. (I hope, it's ok to post this here. My small hope is that maybe the plugin one day gets added to the KeePass plugin list webpage and I didn't find any info on where to ask for something like that.) Kind...