Jump to content

Akshay07

Active Members
  • Posts

    161
  • Joined

  • Last visited

Akshay07's Achievements

Prodigy

Prodigy (4/7)

0

Reputation

  1. Thanks to all of you !
  2. Thank you for the link JLogan3013, I will have a look. But I am still wondering, is this a known bug or am I the only one having this problem ?
  3. Hi all, When I use MsgBox on Windows 7, the OK button is not centered, Is this a known issue and is there a workaround ? Thanks MsgBox (0,"","OK button not centered")
  4. BrewManNH I knew it was most probably a stupid mistake, but I did not think it was that stupid ! How could I miss that ? Thanks man !
  5. Thanks guys, I am still not used to check @error. It returns 2, which is "unable to open requested main key" If I make the change from DOS using "reg add", I have no problem.
  6. I am trying to replace an existing registry value (which is a string) by another one. The following doesn't work, any idea why ? RegWrite("KEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4D36E96D-E325-11CE-BFC1-08002BE10318}\0001", "UserInit", "REG_SZ", $modifiedValue) Thanks
  7. Thanks Careca, My question is valid for any REG_SZ value that is under HKEY_LOCAL_MACHINESYSTEMControlSet001ControlClass{4D36E96D-E325-11CE-BFC1-08002BE10318}0000\
  8. Hi Nessie (and all), I am also having problems when attempting to read this registry key: HKEY_LOCAL_MACHINESYSTEMControlSet001ControlClass{4D36E96D-E325-11CE-BFC1-08002BE10318}0000CodecInitDelay Nessie, I used your script and get the message "Key doesn't exist" but it does exist, I see its value with regedit. The path is correct, I used the "Copy Key Name" feature of the Windows Registry Editor. Key type is REG_SZ. Any hint would be welcomed ! Edit 1: I believe HKEY_LOCAL_MACHINESYSTEMControlSet001ControlClass{4D36E96D-E325-11CE-BFC1-08002BE10318}0000CodecInitDelay is available on most of the Windows PCs. Edit 2: If I use: HKEY_LOCAL_MACHINESYSTEMControlSet001ControlClass{4D36E96D-E325-11CE-BFC1-08002BE10318}0000 I get "The key exist and have values and keys." But i want the value of CodecInitDelay. Am I using the wrong instruction (RegRead) ?
  9. Water, This is a great UDF! The documentation is also really good. Excellent work!
  10. Thanks for your answers, will check the links.
  11. Hi all, I am trying to achieve the following: When an email is received with a specific subject field, I want to trigger an autoit script. I am not sure how to do the first part (monitor emails and check for the email subject filed, or even better, email content). I have no specific requisites about the email client, it could be outlook, thunderbird, or other. It would be okay as well to read the email header only from an online gmail account. I know it is possible with a gmail account (there are severals widgets that can do that) but I was wondering if this can be done using autoit ? My programming knowledge is very poor, and I doubt I can go through the use of Google APIs for this.
  12. No proxy is used.How do I open a bug report?
  13. Thank you very much to both of you, I will look into this and let you know if it works (it might take some time but I will make sure to keep you informed).
  14. Thanks, but this still requires to know the ControlID.
×
×
  • Create New...