Jump to content

Recommended Posts

Posted

My kill virus software would be a system tray when it be minimize,but I want to do something ,so I must close the kill virus sofeware.

So,I need help!!how to close the sofeware through system tray?Could you support me?Thanks!!

(I try to close the sofeware by close the process,but fail!)

Posted

but I want to do something

something = ? :)

Antivirus is used for one reason: PROTECTION

That something you say sounds illegal.

If you don't like the way your antivirus works, use another one

Posted

HI,

search for systray udf, maybe it helps.

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Posted

Illegal?Ha Ha :D ,I think it is just immorality of me !!! :)

actually ,I just want to use a sofeware update my virus sofeware!!( :( I have no money!!)

th.megar,I can't find the key command "systray",could you tell me the detail of the "systray"?

Thanks!!

Posted

Illegal?Ha Ha :D ,I think it is just immorality of me !!! :)

actually ,I just want to use a sofeware update my virus sofeware!!( :( I have no money!!)

th.megar,I can't find the key command "systray",could you tell me the detail of the "systray"?

Thanks!!

Hi,

SysTray UDF

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Posted

Ok,Let me see the detail!

If I have questions,I hope you settle them for me !!Thanks!!

Similarly,I have another question !!

Why I couldn't use the key word "controlcommond("QQ2005","","button4","uncheck,"")" to make a ckecked box be uncheck,I couldn't use "send("{space}")" likewise!!

Posted

HI,

try : GUICtrlSetState ( CONTROL_ID , $GUI_CHECKED)

GUICtrlSetState ( CONTROL_ID , $GUI_UNCHECKED)

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Posted

Sorry ,The problem couldn't be settled by "guictrlsetstate".

My simple code is:

_______________________________________________

#include <GUIConstants.au3>

#NoTrayIcon

Run("QQ2005") "run the sofeware QQ2005"

WinWaitActive("QQ2005 Formal Setup") "the title of QQ2005 is QQ2005 Formal Setup "

Send("!N")

WinWaitActive("QQ2005 Formal Setup")

Send("!A")

WinWaitActive("QQ2005 Formal Setup")

Send("!N")

WinWaitActive("QQ2005 Formal Setup")

GUICtrlSetState(1202,$GUI_UNCHECKED)

Send("!I")

________________________________________________

It has not finish!

Please tell me what is wrong with it ??It just couldn't make the checked box be unchecked!!HELP!!

Marose!! This problem puzzled me three days, and I couldn't solve it !!

Posted

Hi,

if it can be done manually, then there should be a way of automating it. :)

You can try: ControlClick

or just Send shift+tab shift+tab ... and space ...

think of the manual way first.

Hope that helps.

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Posted

Thank you very much!!!

I solved it finally!!

I know the method of use "controlclick" before ,but I could not run it while success at this time! :) (why?????)

I could have a good sleep now!!

But I don't konw why I could not use "send("{TAB}{SPACE}")" and "controlcommand()" just the same!!

Do you know?

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
×
×
  • Create New...