
iHonda
Active Members-
Posts
272 -
Joined
-
Last visited
Everything posted by iHonda
-
Just a few questions... the _7zip_Exec that you reference in your example does not exist. So I figured "ok I'll just use _7zip_Add" but when I was reading the documentation for it it says its for extracting files from the archive rather than creating an archive..... is this just a documentation error or am I crazy?
-
Native AutoIt Code AES Encryption UDF
iHonda replied to 403forbidden's topic in AutoIt Example Scripts
ah ok ill take a look at that any ideas when that beta will be out? -
Native AutoIt Code AES Encryption UDF
iHonda replied to 403forbidden's topic in AutoIt Example Scripts
Ok I must be a noob but I've got no idea of how to use this. I get what its supposed to do but uhh yeah how would i use this? -
Generic auto installer possible?
iHonda replied to Steve973's topic in AutoIt General Help and Support
Just a thought but if you know what the button label would be, couldnt you set up a thing to check the window every so often to see if the button showed up. I'll come up with an example and let you know I need to stop taking these breaks when I come back I have nice ideas but cant remember most of anything lol -
Roman I can set up a forum on the hosting im letting you use if you need it
-
I've taken a short break from this and well everything haha for a little while I will begin work on a new version of Hikaku thats comepletely redesigned and simpler to use, as well as including more script security. Ill let you know when its out
-
haha yey! new update! and no prob about the hosting ^^ im working on getting some new server software to manage your downloads better.
-
GameGuard issue with Au3 compiles
iHonda replied to sandin's topic in AutoIt General Help and Support
game guard should actually be blocking against any autoit script however i wasnt aware that they were also blocking compiled scripts.. -
you dont know till you try so go ahead and give it a try
-
mm u could unplug it? and just watch the thing for your self? most laptops come with software to do this built in though
-
sounds cool im downloading now ill test it later
-
thats kinda weird... the _ADGetGroupMembers function doesnt conflict with any internal functions that i know of... oh and to answer your question.. you only defined the name of the function not what it does.. or where it ends. but why your getting the error, you may have already created that function somewhere else in your script no way to tell till we can see it.
-
Displaying an image on the desktop
iHonda replied to regi's topic in AutoIt General Help and Support
if im correct just leave out the dimensions and it should re size im not sure never tried it -
AutoIt Excel Problem copy cell clipboard solution?
iHonda replied to martmeister's topic in AutoIt General Help and Support
#include <Excel.au3> $oExcel = _ExcelBookOpen("path") $val = _ExcelReadCell($oExcel, Row, Column) If $val = 1 then ;Stuff to do ElseIf $val = 2 Then ;Stuff to do ElseIf $val = 3 Then ;Stuff to do ElseIf $val = 4 Then ;Stuff to do EndIf -
if ur gonna ignore it why not just get rid of it?
-
mm ur eyes? but know actually when u run a script with scite it shows u problem spots and what not as for infinite loops u just gotta spot that for your self
-
try #include <resources.au3>
-
mm when you say animation.. what do you mean?? sorry bout the stupid question
-
Now now guys lets be nice, considering ive used parts of lockn in hikaku as an extra measure to keep things locked i find that its turning into more of a problem than a blessing, I found 1 major bug in the last 3 days of testing and thats if you end process Hikaku while the lock is engaged it doesn't bring back your start menu, task bar, or desktop so im thinking of removing the lockn bits from Hikaku since my other ways seem to work enough.
-
Windows 7 and Autoit Compatability
iHonda replied to Proph's topic in AutoIt General Help and Support
actually when ME came out there was such a dislike of it that windows actually allowed downgrades to be done by the merchants lol, and vista has come a long way i remember when i first started it up i wanted to throw it out my window, but with their updates and this and that its actually working decently not as good as xp did but it works i dont see why they couldnt just add more fixes to vista -
SMF - The fastest duplicate files finder... [Updated 2024-Oct-20]
iHonda replied to KaFu's topic in AutoIt Example Scripts
mm just relized that SMF is a copyright or trademark or w/e its called of Simple Machines LLC soooo.. yeah.. just lettin u know -
over 400 views and only 2 downloads? mm somethings not right... Come on guys give it a download and let me know what you think. I know theres a lot left to do and I've actually decided to start making this a team effort so special thanks to Firefox and RomanK for jumpin on the team and helping out ^^ Peace iHonda ps... i need a better sig thingy the Peace ihonda is gettin lame
-
downloading it now ill give it a try in the morning
-
First Official version of Hikaku released! see original post for more details and download. please let me know what you think. and report any bugs found
-
what commands file?? we dont have a commands file we have a help file lol if theres a commands file i want to know about it there is a MouseMove(x,y,speed) also there is a MouseClick("button", x, y, clicks, speed)