Hi all
I have stranger problem, ShellExecute is working on Vista but problem on XP.
Both code working on only Vista.Can any one help me where i am wrong?Code:ShellExecute( NULL, "open","http://www.abctest.com",NULL, "http://www.abctest.com", SW_SHOWDEFAULT); or ShellExecute( NULL, "open","http://www.abctest.com",NULL, "", SW_SHOW);




Reply With Quote