G
Guest
I'm ported several existing projects from VC++6.0
to .NET2003. I seem to have a problem with ShellExecute() however, as
in:
// Opens a browser
HINSTANCE rc;
rc = ShellExecute (NULL, "open", "http://123.456.789.001", NULL, NULL,
SW_SHOWMAXIMIZED);
This works as expected when executing the app built under 6.0 but it
fails w/ SE_ERR_ACCESSDENIED when executing the app built
with .NET2003.
Any thoughts?
Any input will be greatly appreciated.
to .NET2003. I seem to have a problem with ShellExecute() however, as
in:
// Opens a browser
HINSTANCE rc;
rc = ShellExecute (NULL, "open", "http://123.456.789.001", NULL, NULL,
SW_SHOWMAXIMIZED);
This works as expected when executing the app built under 6.0 but it
fails w/ SE_ERR_ACCESSDENIED when executing the app built
with .NET2003.
Any thoughts?
Any input will be greatly appreciated.