Search the Community
Showing results for tags 'Noob'.
-
StringBetween capturing multiple lines
SOCCERMOMMY posted a topic in AutoIt General Help and Support
Hello all, First time posting; please excuse my noobness as I am self-taught over a short period with very little programming experience. However, I am trying to create a simple program that retrieves college basketball scores from the web, puts them into an array and writes to excel. Ultimat...- 18 replies
-
- stringbetween
- noob
-
(and 1 more)
Tagged with:
-
Hello community I just started to read the Powershell in a month of lunches book, I want to learn Powershell and make Gui's to execute Powershell scripts, I know that AutoIt is capable for a lot of things included Gui's, My question is how to start my journey, I have no prior programming experience,...
-
Hello I am relatively new to the world of Microsoft Office and the Excel UDF. I am trying to loop through every row in a spreadsheet and get the text/values from each column in the given row... so far I have looked into the Help file for the Excel UDF and the wiki page for Excel UDF but I ha...
-
Hello! I am trying to call my first DLL function but it won't work , I am trying to call GetFinalPathNameByHandle $sFile = @DesktopDir & '\Test.txt' $hFile = FileOpen($sFile) $sFilePath = "" DllCall("Kernel32.dll", "STR", "GetFinalPathNameByHandle", "HANDLE", $hFile, "sz*", $sFilePath) MsgBox(0,...
-
Morning It's 5:30 AM and been sitting here staring at the help file but it looks like an alien language to me. I have the following example strings [8]Bird [9]Cat [10]Dog What I want is Bird Cat Dog Now a easy solution would be to just trim it to the left by 3, however there are ca...
-
Write Multiple lines from GUICtrlCreateEdit
badapple89 posted a topic in AutoIt GUI Help and Support
So I have read a few posts and tried different things but I cant get this working. I have a GUI with a GUICtrlCreateEdit box so I can type in multiple lines. I then want to write all these lines to a html file (as separate lines but all together in one block. The whole script is pretty big, but... -
Need help logging into the web interface of my WhatsUP gold server for an overhead display in our IT dept. Essentially I want the script to open IE, navigate to our servers web address, login to whats up, then kill IE and start the process over. ( only because the web interface times out after abo...
- 17 replies
-
Pretty sure this is a one line problem on a easiness factor of "1" on a scale from 1-100 with 0 being the easiest... I want to make a re-usable hotkey that spams 1 and 2 when I press it, an cancels when I press it again. Problem is, after I close it once (pressing the hotkey a second time) the...
-
Okay so basically I have another problem with my script again, Not exactly the script it's self but more finding how to add a certain pixel color into it. I've made a few attempts and got it close but not close enough. I'm trying to make the mouse hover over the Pause Button on my Media Player. I'll...
- 13 replies
-
- pixel
- sturggling
- (and 8 more)