Jump to content

New Button inthe Std Windows-Header-Bar


Recommended Posts

:D

include-once

#include <GUIConstants.au3>

#include <ANYGUIv26.au3>

Opt("WinWaitDelay",100)

Opt("WinTitleMatchMode", 4)

Opt("WinDetectHiddenText",1)

Opt("MouseCoordMode",0)

Run('C:\WINNT\system32\calc.exe')

WinWait("Calculator","")

If Not WinActive("Calculator","") Then WinActivate("Calculator","")

WinWaitActive("Calculator","")

; I am to stubit to get it work. I need Help !!!!

; Can you please put some Code that I can understand

; For Example:

; Hide the Help Menu Entry ( in the Calculator Window )

; Hide the {M+} Buttun ( in the Calculator Window )

; Put a new Button in ( in the Calculator Window )

;

; But:

; How can I put some Buttons in the std.Window Frame before the Symbols/Buttons comes "_", "-", "x",

on the right top Window-Frame ( behind the Window Title "Calculator" )

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...