Jump to content

Why Double Click


Recommended Posts

when I execute my script, I am obliged to make a double click whereas I didn't ask for it.

how to make?

My script :

Dim $msgtelem=MsgBox(4,"Telemaintenance Ortec","Connexion au siege ?")

MsgBox(4,"Telemaintenance Ortec","Connexion au siege ?")

if $msgtelem=7 then

RunAsSet ("telemaint","toto","xxx")

RunWait("C:\Program Files\Internet Explorer\IEXPLORE.EXE hcp://CN=Microsoft%20Corporation,L=Redmond,S=Washington,C=US/Remote%20Assistance/Escalation/Unsolicited/unsolicitedrcui.htm","C:\Program Files\Internet Explorer",)

RunAsSet()

Elseif $msgtelem=6 then

Run ("C:\Program Files\Internet Explorer\IEXPLORE.EXE hcp://CN=Microsoft%20Corporation,L=Redmond,S=Washington,C=US/Remote%20Assistance/Escalation/Unsolicited/unsolicitedrcui.htm","C:\Program Files\Internet Explorer",)

Endif

Please hel me,I don't understand !!

++

Link to comment
Share on other sites

HI,

sorry but I don´t understand you. :) What´s the prob?

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

Link to comment
Share on other sites

when my msgbox appears, I am obliged to click two times on the button so that it executes itself.

I would like to click only once, it is all

I hope u understand me, I'm french and my English is not very good

++

Link to comment
Share on other sites

when my msgbox appears, I am obliged to click two times on the button so that it executes itself.

I would like to click only once, it is all

I hope u understand me, I'm french and my English is not very good

++

Hi,

Dim $msgtelem=MsgBox(4,"Telemaintenance Ortec","Connexion au siege ?")

MsgBox(4,"Telemaintenance Ortec","Connexion au siege ?")

if $msgtelem=7 then

RunAsSet ("telemaint","toto","xxx")

...

The one in red? Maybe you could just erase that line. :)

I'm German, so my English isn´t that good, too. :">

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

Link to comment
Share on other sites

Yyyyyesssssss :mellow: Magnific !!

Thanks a lot !!!

Hi,

:) that was quite easy.

Glad to help.

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

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...