Vollbild - wie bei Firefox

  • Hallo,
    ich suche eine Vollbild Funktion, damit das so ähnlich aussieht wie bei Mozilla Firefox (mit F11), ein Screen von Firefox in Vollbild ist als Dateianhang dabei.
    Soetwas wie das hier kann ich NICHT gebrauchen:

    [autoit]

    GUICreate("Hallo", @DesktopWidth, @DesktopHeight, 0, 0,$WS_MAXIMIZEBOX+$WS_MAXIMIZE)

    [/autoit]

    Vielen Dank im Vorraus!!

  • Wie wär's damit:

    [autoit]

    GUICreate("Hallo", @DesktopWidth, @DesktopHeight, 0, 0,$WS_MAXIMIZEBOX+$WS_MAXIMIZE+$WS_POPUPWINDOW)

    [/autoit]
    UNPLEASANT SPOILER

    You just lost the game!

  • So eine Vollbild ist nunmal so aufgebaut. Du kannst mit GUISetStyle und WinMove das ganze so nachbauen, dass es optisch so wirkt. In wirklichkeit macht Firefox auch nichts anderes.

  • Du könntest natürlich die komplette GUI neuzeichnen, allerdings wird dass denke ich sehr aufwendig.

    Ansonst, nimm Make-Grafik's Lösung

    Mfg

    There's a joke that C has the speed and efficieny of assembly language combined with readability of....assembly language. In other words, it's just a glorified assembly language. - Teh Interwebz

    C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do, you blow off your whole leg. - Bjarne Stroustrup
    Genie zu sein, bedeutet für mich, alles zu tun, was ich will. - Klaus Kinski