I ask one dumb question and get 2 pages of sample code.
Thank you very much for sharing all that brain power!!
Duhhhh <<THats Duh as in "Dummy me".mk-soft wrote: Thu Oct 23, 2025 8:00 amCode: Select all
Macro DeleteGadgetItem(Gadget, Item) RemoveGadgetItem(Gadget, Item) EndMacro
I double that. OKay then... Fred should put spikey's snippet into the Help doc under RemoveGadgetItem since there is no sample code there now. Yeah Yeah!! That would be great! Thanks Fred!!!
Tested on Win 11 and works great. Thank you for the contributuion Mindphaser!!! Fred should add that snippet to the Help doc.
Ok, Your way is much cleaner than the method I figured out above. Thanks BarryGBarryG wrote: Thu Oct 16, 2025 5:23 am For Windows you can do it like below. Change #WM_KEYDOWN to #WM_KEYUP if you don't want the user to hold down the Delete key.