I have a GUI where I use this final command line in a button event handler.
ShellExecute (Handle, 'open', pChar (strMsg), '', '', SW_SHOW);
Which works fine and opens my MS-Outlook.
When I use the identical code and final command line in the button event handler in another (completely un-related) identical GUI (developed in a completely differect folder) I merely find myself merely looking at the folder.
What am I missing?
ShellExecute (Handle, 'open', pChar (strMsg), '', '', SW_SHOW);
Which works fine and opens my MS-Outlook.
When I use the identical code and final command line in the button event handler in another (completely un-related) identical GUI (developed in a completely differect folder) I merely find myself merely looking at the folder.
What am I missing?