AutoHotkey Community

It is currently May 21st, 2012, 4:49 pm

All times are UTC [ DST ]


Search found 193 matches
Search these results:

Author Message

 Forum: Support   Topic: Only 5 last WMI

Posted: October 28th, 2010, 7:48 am 

Replies: 1
Views: 254


nobody ?

 Forum: Support   Topic: Only 5 last WMI

 Post subject: Only 5 last WMI
Posted: October 27th, 2010, 8:16 am 

Replies: 1
Views: 254


Hello sorry for my english I speak a little bit. i Tried to make my vbs script into WMI_Query script. I have a little problem I would like to display the last 5 restore points system but I do not know what to do with what I have left? Can you help me, Please ? i = 0 Set dtmConvertedDate = CreateObje...

 Forum: Support   Topic: GuiControl for more checkbox

Posted: April 16th, 2010, 3:38 pm 

Replies: 6
Views: 379


I have a problem with the levels I still have the same problem if I add one checkbox if(App and Sys and Erreur and info) if(Appli and Erreur and Info) If(Appli and Erreur) if(Appli and Info) if(Appli) if(Sys) etc.... I don't understand Why ?? ; Auteur Acris #include COM.ahk Gui, Add, GroupBox, x6 y5...

 Forum: Support   Topic: GuiControl for more checkbox

Posted: April 16th, 2010, 12:26 pm 

Replies: 6
Views: 379


I see,

if(Appli and Erreur and Info)
If(Applic and Erreur)
if(Appli and Info)
if(Appli)

 Forum: Support   Topic: GuiControl for more checkbox

Posted: April 16th, 2010, 11:54 am 

Replies: 6
Views: 379


Hi Hugov I'll get the topic in question to see. I do not think ELSE can use because I have many if (App = 1) & & (Error = 1) or if (Sys = 1) & & (Warning = 1) in my code .... etc. http://www.generation-upload-fr.com/upload2/28607Gui.png There are several possible combinations of chec...

 Forum: Support   Topic: GuiControl for more checkbox

Posted: April 16th, 2010, 11:32 am 

Replies: 6
Views: 379


Hello I have a problem with checkboxes, when I check 2 boxes, the result does not match. It is as if I had not checked the second box. Why? If I delete if (Application = 1) etc. ... the result is ok ; Auteur Acris #include COM.ahk Gui, Add, GroupBox, x6 y50 w120 h120 , Journal Gui, Add, GroupBox, x1...

 Forum: Support   Topic: How can I make a AutoHotkey for f1,f2,f3,f4,f5,f6,f7,f8,f9?

Posted: April 9th, 2010, 10:44 am 

Replies: 2
Views: 2349


Hello, I never set the keyboard but here are some tips to help you start your script, waiting for someone better Documentation : http://www.autohotkey.com/docs/commands/Send.htm Read theses posts : http://www.autohotkey.com/forum/viewtopic.php?t=10960&highlight=ragnarok http://www.autohotkey.com...

 Forum: Support   Topic: Need Help for wmi_query function

Posted: April 8th, 2010, 7:57 am 

Replies: 15
Views: 910


Hi Sean, Show me how you would wrap it in a VBS Function. Exactly, I've never used a function in VBS, that's why I feel lost As a matter of fact, you almost reached the solution during your various attempts, but, there was a fine tuning in VBS that AHK_L/AHK_COM lacks. And in another one, you used a...

 Forum: Support   Topic: Need Help for wmi_query function

Posted: April 6th, 2010, 3:29 pm 

Replies: 15
Views: 910


This line is ok if it isn't a function WMI_QUERY Sresult .= "Source : " . ItemSourceName . "`r`n" . "Time :" . ItemTimeGenerated . "`r`n" . "Message :" ItemMessage . "`r`n" . TOTO . "`r`n`r`n" If i use function wmi_query, I think ...

 Forum: Support   Topic: Need Help for wmi_query function

Posted: April 6th, 2010, 5:48 am 

Replies: 15
Views: 910


What you do not seem to understand is that I have VBScript and I want to use COM, WITH COM STANDARD is ok but COM_L OR AUTOHOTKEY_COM not. Instead of me talking about learning AHK by small scritps what I'm doing, I just wonder where I got the information direct me to understand AUTOHOTKEY_COM. :roll...

 Forum: Support   Topic: Need Help for wmi_query function

Posted: April 5th, 2010, 12:41 pm 

Replies: 15
Views: 910


Nobody ? no idea ?? :cry:

 Forum: Support   Topic: Need Help for wmi_query function

Posted: April 3rd, 2010, 10:38 am 

Replies: 15
Views: 910


It should be started one day not learning a new programming language is not it?? I am trying to convert all my programs batch / vbs in autohotkey, I want everything to be built without used bat or vbs file. I just want an answer to my questions, tips, links to information to continue to learn autoho...

 Forum: Support   Topic: [Solved]Error COMPILEAHK + AUTOHOTKEY_COM + error Function

Posted: April 2nd, 2010, 3:57 pm 

Replies: 14
Views: 630


I have split my post : http://www.autohotkey.com/forum/viewtopic.php?t=56418

Can you help me ?

I have no idea to find the solution

 Forum: Support   Topic: Need Help for wmi_query function

Posted: April 2nd, 2010, 2:26 pm 

Replies: 15
Views: 910


I tried with autohotkey_com : Sresult .= Obj.Properties_.Item(Property) . Obj.Properties_.Item(Property2) . Obj.Properties_.Item(Property3) Sresult .= obj.GetObjectText_.Item(Property) . obj.GetObjectText_.Item(Property2) . obj.GetObjectText_.Item(Property3) Sresult .= Obj.Properties_.Item(Property)...

 Forum: Support   Topic: Need Help for wmi_query function

Posted: April 1st, 2010, 6:58 pm 

Replies: 15
Views: 910


Thank you for your answer but that's not it WMI TimeGenerated =>>> 20100309111501.000000+060 ---> 09/03/2010 12:02:03 I used : dtmInstallDate := COM_CreateObject("WbemScripting.SWbemDateTime") http://msdn.microsoft.com/en-us/library/aa393687%28VS.85%29.aspx In VBS I used : 'FUNCTION WMIDat...
Sort by:  
Page 1 of 13 [ Search found 193 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group