I'm trying to open a Webbrowser with shellexecute like this, but it doesn't work.
ShellExecute(application.Handle, 'open', pchar(html), nil, nil, SW_ShowNormal);
Html Code is directly stored in the html variable.
Is there a way to call the shell command with the html code directly?