Hi all

I have stranger problem, ShellExecute is working on Vista but problem on XP.
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);
Both code working on only Vista.Can any one help me where i am wrong?