Hallo,
hab da ein kleines Problem.
Will http://www.icq.com/icq2go/flicq.html aus einem c++ Programm öffnen.
Mein Problem ist dass ich es ohne den Iexplorer Menüs öffnen will (wie von http://www.icq.com/icq2go der link)
Mit dem Code hier öffnet er zwar schon ein neuen Iexplorer, aber immer noch mit den Menüs:
ShellExecute(NULL, „open“, „iexplore“, „http://www.icq.com/icq2go/flicq.html“, NULL, SW_SHOWNORMAL);
Gibts da nicht eine Funktion wie in html zb. Toolbar=no?
danke