Quantcast
Channel: AutoIt v3 - Developer Chat
Browsing all 750 articles
Browse latest View live

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 Article


Autoit 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 Article


Looking 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 Article

Basic 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 Article


GUICtrlGetState(): parameter optional?

I am surprised to see that the controlID parameter is optional. Is this an error in the Help?

View Article

C++ 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 Article

Merge 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 Article


Random 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 Article


Image may be NSFW.
Clik here to view.

GuiCtrlCreateListview() 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 Article

Collection 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 Article

Image may be NSFW.
Clik here to view.

Convert 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 Article

How 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


Image may be NSFW.
Clik here to view.

"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 Article

Where 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 Article


Image may be NSFW.
Clik here to view.

Report 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 Article

Odd 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 Article


Supported OS Language Supported

i want to know How many OS languages are supported by AutoIt?

View Article

Create / 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 Article

A 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
Browsing all 750 articles
Browse latest View live