framework/web interface to CouchDB, can suggest me?
Hi Someone can suggest to me, a easy framework to buid a web interface to CouchDB? Regards, Detefon
View ArticleWindows forms
Is it just me or are C# windows forms a bit shit. I was looking for a particular look for my form, in my head it was resizeable with a thin border, but all the sizeable styles have huge fat borders....
View Articleneutralize keystrokes?
Running the script provided in the help file related to the "_WinAPI_SetWindowsHookEx" function, It seems that the keystrokes are retained(?) by the _KeyProc() function during the elaboration, and...
View Article$text = _GUICtrlListView_GetItemText($hListView, 1, 1) ; here always return...
$hListView = ControlGetHandle($handle,"","SysListView321") $text = _GUICtrlListView_GetItemText($hListView, 1, 1) ; here always return null both on x86 or x64, Anyone can help me? thx!!!!!!!!!!!...
View ArticleHow to obtain the owner of a Hotkey?
After searching the forum and MSDN, I believe that is it not possible to obtain the owner of a hotkey. To enhance my _Hotkey() function (see here), I would like to show the owner of a hotkey, if...
View ArticleGetLocaleInfoEx ?
I had a need to play a little "Locale" game today, and saw in MS documentation the GetLocaleInfoEx function. but no luck finding it, not even mentioned a single time here on the forums. is there a...
View ArticleUser Javascript Context trouble, chromium/firefox greasemonkey
I don't know where else to ask, and I've been here more than other places so I assume maybe there is someone who's experienced an issue I just stumbled into while developing a user javascript file.....
View ArticleExtract icon's from almost any file (exe,lnk,......)
This is written in c# maybe it can be implemeted in autoit. Or if some one has time and can transfer this to autoit code? For now i use it this way and on a later time i try to transfer it to autoit...
View ArticleConvert C# into autoit
HELLO: Convert C# into autoit, can you help? , can you help? Example of this is a PDF conversion to Image, calls the DLL file C# expandcollapse popupusing System; using System.Configuration;...
View ArticleConsoleWrite
Just wondering if this is a bug. Local $a1[2] = [1,2] Local $a2[2] = [1,2] $cw = ConsoleWrite($a1 & @CRLF & $a2 & @CRLF & "some text" & @CRLF) ConsoleWrite("error and return = "...
View ArticleArrays
If I remember correctly, AutoIt used to be able to compare arrays like with two on opposing ends of "=" operator. It does/can not now, wondering what changed, if I recall correctly that is. But...
View ArticleImplementation of a standalone TEB and PEB read Method for the Simulation of...
GetModuleFunc.h 8.34KB 5 downloads1. IntroductionThis writing describes in detail method for retrieving the address of exported function for loaded module without using any available API on...
View ArticleRelocated my AutoIt Tutorials and created some new ones.
Since I made my specific channel for tutorials, I have now chosen to make the original videos on techwg channel unlisted, upload them on my new channel TutsTeach (channel is 1 year old and active),...
View ArticleBank card reader
I found this topic on example scripts forum: http://www.autoitscript.com/forum/topic/161865-iban-validator/and it looked interesting.I knew more or less how we can validate an IBAN code but again seen...
View ArticleWinList() With Variables Possible?
I was working trying to get a script that would use WinList() to create and display an array of windows with the tile defined by REGEXPTITLE such as Google Chrome. Example: #include <Array.au3>...
View ArticleIt's been a while, trying to revisit functions as first class objects. I have...
I thought that it might be useful to dynamically rebind a variable to a function so the same call to a function could be set to actually use a different function which requires the same parameters. But...
View ArticleIs a crash more powerful than an Exit?
If there is something in your script that actually crashes the exe out, is that type of "exit" more powerful in terms of halting all operations that the exe was doing, than simply issuing an Exit...
View ArticleProblem with Context menu.
I am making a script to create a list of currently open windows of a specified program with program icons similar to windows preview when you point your mouse at a running program on your task bar...
View Articleelliptic curve encryption is faster than others. AutoIt implementation?
Given that EC encryption is significantly faster, is it possible we can get this added to AutoIt?
View Article