Jump to content

akroon

Active Members
  • Posts

    48
  • Joined

  • Last visited

Recent Profile Visitors

118 profile views

akroon's Achievements

  1. Thank you! AutoItSetOption("WinTitleMatchMode", 2) Its working
  2. Hi all, I'm looking for an operator like [*] in most languages, to work with windows title. I give an example to understand the situation: i want use a function WinMove() on a window which part of the title have a fixed text, and the rest can change. For example a title which tell how much new mails you have in the inbox can be: 3 New mails! 4 New mails! 33432 New mails! and so on I want use the function WinMove() on this window. Is there something like: WinMove("* New mails!","",0,0) Thanks for your time
  3. When i try to load AutoitX3.dll with cmd runned by admin appair that message: "Impossible load the module "AutoitX3.dll". Make sure the binary file is on the right path bla bla bla............ Impossible to find the module specified." but i have checked and the AutoitX3.dll is on c:/windows/system32 What i'm doing wrong? Thanks for help
  4. from vb i go on the main object of project with mouse and right click->add reference->then select dll. That dll was create for autoit and i want use it with vb.net because i like it.
  5. if i try to add the dll file to project it say "ERROR" can't add ......... check the file its accessible and the assembly or COM component its valid.
  6. Hello, i found on this forum the dll FastFind for pixel operation, it is good and i want use it on vb.net too. It is possible? If yes how? Thanks.
  7. i have been insert the autoitx3 in VB but thats not my problem! In short i want use Fast Find library with VB
  8. i have search but i didn't find any example i have already incluse AutoItX3Lib for generic controls but i want use .dll developed for autoit. please help me.
  9. Goodmornig, i need use one autoit library on vb 2010. How can i do it? Thanx.
  10. Yes i have made little script for test if my net are slow or not. I have take for example the ping of google (i think is the best for do this test) and i see very often the ping value returned is 0. Ping("www.google.com")
  11. second question =) That function can slow down my net if used frequently (every 500 millisecond)? thanx.
  12. Hello i have a question on function Ping http://www.autoitscript.com/autoit3/docs/functions/Ping.htm I don't understand if the ping value of address/hostname is > than the timeout we insert on function then he give back value 0? thanx.
  13. Yes, the code run if you include FastFind.au3 and put FastFind64.dll near your program! The problem is just this, the function FFGetPixel return me always the value - 1 ********************************************************************************************* I HAVE SOLVED MY PROBLEM ALONE!
  14. There are only an error on function FFGetPixel!! Do you want help me or not?
×
×
  • Create New...