autoit
Detect changes in a video
I have a friend whose job is to watch a video and take note of times when something happens on the screen.Most of the time it\'s just a blue/white screen, so there is very little change.It is an outsi[详细]
2023-03-25 09:50 分类:问答Activate Window from code problem
I have a window on my desktop called: \"Kaspersky Anti-Virus Configuration Wizard\" Here is some info about the window:[详细]
2023-03-25 05:27 分类:问答Get number of cores on a XP 64 bit system
Hej, I wrote a function that should give me the number of cores of a windows system. It works on all systems except XP 64 bit. Here\'s the way I get the information:[详细]
2023-03-24 06:45 分类:问答Activate windows under mouse through mouse hook
Basically i make mousestruct in the hook MOUSEHOOKSTRUCT* str; Then make it from lparam, LRESULT CALLBACK MouseProc( int nCode, WPARAM wParam, LPARAM lParam )[详细]
2023-03-21 03:13 分类:问答can I resize a program window in Windows to be arbitrarily large?
it seems that the size of the window, e.g. of an open browser开发者_运维技巧, is capped based on the screen size or screen resolution or something along these lines. Is there a way to go around this a[详细]
2023-03-20 18:36 分类:问答Why is my mousehook inside dll unable to recognize simple BOOL?
#pragma data_seg(\".shared\")// \".shared\" is defined in exports.def to allow HWNDm_hHwndMouse = 0; HHOOKm_hHookMouse = 0;[详细]
2023-03-20 13:38 分类:问答Accessing .au3 file from .au3 file
How can I access a .au3 file in \"My Documents/Downloads\" folder from another .au3 file? I know how to access the file from the desktop from this code:[详细]
2023-03-19 04:59 分类:问答Automated documentation for AutoIt
Is there an automated documentation tool like Javadoc or Doxygen for AutoIt?Or an Auto开发者_Go百科It plugin for Doxygen?Sortof. AutoIt UDFs use a header format which is converted to chm form using a[详细]
2023-03-18 13:47 分类:问答Exporting Access Tables Programmatically
alright, after a few hours of searching and reading all over the net, I have broken down and decided to ask for help. I am working to automate many of the more medial and repetitive tasks as work, and[详细]
2023-03-18 11:53 分类:问答Getting No application is associated with the specified file for this operation while executing AutoIt scripts from vb.net
I have installed AutoIt on my machine. Its working ok on one machine but same configuration and code is not working on other. Any idea what I am missing?[详细]
2023-03-18 04:41 分类:问答
加载中,请稍侯......