Second parameter is of UINT type. You cannot pass something else to it.
If you meant to pass it as fourth parameter, you should consider following:
1) AFAIR WM_SETTEXT expects a wide string (and L in your example confirms it) so you should use std::wstring instead.
2) Function expect c-string, so you need to pass results of .c_str() function
and minipaa one more thing pls the shellexecute parameter SW_MINIMIZE looks like it doesnot work atall it start webpage but mozilla is not on toolbar i want to start page and not opening mozilla outof toolbar... whats up