Hi folks,

Am new to this forum and i want to ask for a help that am currently programming in. i want to open a url in default browser other than the code

Code:
ShellExecute(NULL, 0, L"http://www.google.com", 0, 0, SW_SHOWNORMAL);
The reason i don't want to use "ShellExecute" is that i want to get HWND ID of the window i opened.

Please tell me a way that i could use.

Thanks.