CPUID - Get Vendor ID
Hey guys, I'm trying to get CPU's manufacturer ID string using cpuid instruction. I have a binary code obtained with FASM UDF and I use native DllCallAddress function to call the binary code in memory....
View ArticleAutoit script using firefox
Hi All, Im running a autoit script using firefox and have included FF.au3 functions. In my script there is a For Loop and im running it for 300 times For $i=1 To 300 Next If its execute 300 times, i'll...
View ArticleLooking for similar tutorials / DirectX / C++
Currently looking at this one. http://www.riemers.net/eng/Tutorials/DirectX/C++/series1.php Does anyone have any similar suggested websites to visit?
View Article(Solved) Resource >> Resource
I have a need to update (replace) the resource (bitmap image) in my C++ executable. I found an article showing how, but it shows how to update it from a file on disk, and I'd sooner update it from...
View ArticleBasic script help
Hi, I am trying to make a small executable that will invoke the key commands to switch from the desktop to the Metroui in windows 8. I am using a start menu replacement so the normal win key function...
View ArticleGUICtrlGetState(): parameter optional?
I am surprised to see that the controlID parameter is optional. Is this an error in the Help?
View ArticleC++ basic question (heap - stack)
I've been reading up on the difference between the heap and the stack, which is where my question spawns from. I'm pretty sure I get it, but here's what I think I know. heap is the rest of your...
View ArticleMerge LPCTSTR strings
LPCTSTR szContentType = TEXT("Content-Type: application/x-www-form-urlencoded\r\n"); szContentType &= TEXT("Test-Data: testinfo\r\n");//usually how I'm used to doing it in AutoIt :P How do I do...
View ArticleRandom C++ Questions
[ code ] popupLPCTSTR szContentType = TEXT("Content-Type: application/x-www-form-urlencoded\r\n");szContentType &= TEXT("Test-Data: testinfo\r\n");//usually how I'm used to doing it in AutoIt...
View ArticleGuiCtrlCreateListview() exStyle: help needs help?
Help says for exStyle: "Defines the extended style of the control. See Extended Style Table or ListView Extended Style Table." This would make sense if the values of constants in these two tables were...
View ArticleCollection of scripts
I suggest to make a collection of scripts. That someone took responsibility for adding proven scripts. Copy the Snippets from the browser delivers the inconvenience. Better to have it all in the form...
View ArticleConvert C# into autoit.
I have very limited when it comes to C. I am assuming for this post C#, C, C++ are all very similar. Making my post here valid I am looking to convert some C# "lest i think it is c# " into autoit....
View ArticleHow to construct Autoit Arrays in C++
Lets say i have a huge amount of changing data fields and using autoit to split and process and fill an 2dim array would be way too processor intensive. Since dll calls can not return an array for the...
View Article"no rename" rational?
from an "old" user of AutoIt I know that "AutoIt lacks a rename function" (as said in the help file) I always wonder the reason behind and didn't found anything on the forum (may have been answered...
View ArticleWhere to report help file issues with " Report Help File Issues Here"...
Where should I report help file issues now that the "Report Help File Issues Here" thread is locked?
View ArticleReport Help File Issues Here
Starting this thread because the old one is locked, and I figured it's time to start the next version.
View ArticleOdd Console (CUI) Behavior in Win 8
I'm not sure whether to classify this as a bug or not yet, but this simple script no longer seems to work in Win 8 when compiled as CUI. It should pause and wait for input as it does on Win 7, but it...
View ArticleSupported OS Language Supported
i want to know How many OS languages are supported by AutoIt?
View ArticleCreate / Edit a UDF how to.
Hi Guys, Im no developer but I do want to know how to add / edit a UDF. and make it public. Please also point me in the right direction if this is the wrong Threadspace. In a nutshell, I was faced with...
View ArticleA THANK YOU to all of the people who develop and support AutoIT
I just wanted to post a THANK YOU to everyone that is, and has in the past, developing the AutoIT suite and supporting software. Also, a THANK YOU to everyone on the forum who helps when people need...
View Article