William,
I tried the path you suggested, and opposite to the other case I presented, I now see an icon in the pop-up menu (SOLPART) but get alternate text on the action button.
ActionButton ImagePath becomes "VIRTUALDIRECTORY/images/VIRTUALDIRECTORY/DesktopModules/MODULENAME/images/IMAGENAME.png
Where as the ImagePath in the pop-up menu is now correctly "VIRTUALDIRECTORY/DesktopModules/MODULENAME/images/IMAGENAME.png"
Any other ideas?
-------------
Dim mAction As New Entities.Modules.Actions.ModuleAction(GetNextActionID, _
"Resend", _
Entities.Modules.Actions.ModuleActionType.AddContent, _
_companyID, _
ModulePath & "images/mail_icon.png", _
EditUrl("CompanyID", _companyID, "Resend"), _
"", _
False, _
Security.SecurityAccessLevel.View, _
True, _
False)
-------------
Steve