proposed change to UDF '_StringTitleCase()'
currently it looks like this... AutoIt expandcollapse popup; #FUNCTION# ==================================================================================================================== ;...
View Article_WinAPI_CreateFile Unbuffered
Dear developers, Hereby I humbly request to place the "unbuffered" flag in the _WinAPI_CreateFile function as an option. Because it's necessary sometimes, and it would ease our life to use the...
View ArticleQuestion for DEV members about functions that list files to array
Hi, I would like to submit a dilemma about functions that list files/dirs in array. First, this is a test code with _FileListToArray and _FileListToArrayRec functions from the last beta version :...
View ArticleC++ MessageBox() and showing interger variables
I am trying to use messagebox() like msgbox(), but harder then I think. I have tried many variations online, but not actually show me the values int var1 = 10 int var2 = 20 I want to have the...
View ArticleLegal question - Use Autoit syntax
Hello, people! I want to write (in Autoit) a small, cron-like automation tool, with Autoit or Autoit-like syntax as input. Question is, am I allowed to use the syntax of Autoit source files? Best...
View ArticleC++ msvcr120d.dll missing
OK...still just trying to work on this DLL (that I did not write to begin with, but adding features and fixing some bugs). When I came to work, I thought I might be able to do some work on the GUI...
View ArticleDocumentation Bug/Typo
Hello, It appears the HotKeySet documenation contains an erroneous sentence that does not make any logical sense. It is better to use the lower keyboard key as for keyboard as Russian one, the...
View Articleneed help with my text editor script please.
Hello, so i made this script: AutoIt expandcollapse popup#include <EditConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> $Form1 = GUICreate("notepad...
View ArticleVS2010 question
I'm having a problem while I've been trying to set up my GUI windows when debugging a project. I'm moving one window to specific position, and VS2010 Window to another, so I can see both. The goal...
View ArticleSQLite and transactions
This is here because it's not explicitly an AutoIt question. In my loop some SQL statements are generated, there can be anything between 0 and 20. I make the SQLite query when broken out of loop....
View ArticleNull character & String* Function
Seems that once find the Null character String(Strip\Add)CR ignore the rest of the String\Tex\Data, is this normal ?, because for example i am forced to use the StringRegExpReplace($sData, "\r", "")...
View ArticleAutoIt v3.3.9.23 Beta
File Name: AutoIt v3.3.9.23 BetaFile Submitter: JonFile Submitted: 28 Nov 2013File Category: Beta3.3.9.23 (28th November, 2013) (Beta)AutoIt:- Fixed #2518: Static keyword not working correctly.- Fixed...
View Article_GUICtrlListView_SimpleSort, a problem, a solution and a question
Problem I am trying to sort a list view with checkboxes in descending order. The _GUICtrlListView_SimpleSort function works as intended but upon first sort if all the checkboxes are uncheck when the...
View ArticleAutoIt v3.3.9.25 Beta
File Name: AutoIt v3.3.9.25 BetaFile Submitter: JonFile Submitted: 07 Dec 2013File Category: Beta3.3.9.24 (7th December, 2013) (Beta)AutoIt:- Fixed: Regression caused by the fix to 2541 in previous...
View ArticleAutoIt v3.3.9.24 Beta
File Name: AutoIt v3.3.9.24 BetaFile Submitter: JonFile Submitted: 07 Dec 2013File Category: Beta3.3.9.24 (7th December, 2013) (Beta)AutoIt:- Fixed: Regression caused by the fix to 2541 in previous...
View ArticleBest Coding Practices & Magic Numbers
Good morning all! I was perusing through your BCP. I wanted to make a comment about the Magic Numbers portion. I agree that giving values a "name" via a variable often helps to identify the...
View ArticleHaskell programs - beginer need help
Can someone write me the program for this: insert' 111 2 1 [[2..4],[3..5],[7..9]] = [[2, 3, 4],[3, 4, 111],[7, 8, 9]] And a program for rotating the list for i places. Positive i rotates left for i...
View ArticleIn Defence of Magic Numbers
Instead od poluting other peaople's threads with my opinions I decided to start one of my own. • Using magic numbers fine tunes your application to squeeze the most out of the system by reducing...
View ArticleFallout 1, 2, and Tactics for FREE!
Will expire in around 01 DAYS :16 HRS :35 MIN from now (until Saturday, December 14, at 1:59PM GMT!) -> http://www.gog.com/promo/fallout_series_giveaway_winter_promo_2013 Might be of interessting...
View Article