Hallo Jürgen,
das war gut, der Browser startet jetzt
Jetzt müsste er noch suchen und damit ein Ergebnis produzieren.
ShellExecute(
Handle, 'OPEN', PWideChar( 'https://google.com/search' + TURI.URLEncode( 'USA' ) ), NIL, NIL, SW_SHOWMAXIMIZED );
ShellExecute(
Handle, 'OPEN', PWideChar( 'https://google.com/search' + TURI.URLEncode( 'intitle:USA' ) ), NIL, NIL, SW_SHOWMAXIMIZED );
Die Google Suche sagt dann: 404. That’s an error.
The requested
URL /searchintitle%3AUSA was not found on this server. That’s all we know.
Ich denke ich bin nah dran, kriege aber keine Kombination hin, die funktioniert.
vg JimmyB