-
Posts
7,103 -
Joined
-
Days Won
88
Content Type
Forums
Downloads
Forum Articles
Events
Everything posted by TheDcoder
-
Process_Suspend Based on CPU Temperature
TheDcoder replied to Xandy's topic in AutoIt Example Scripts
Still I need to hear what you are talking about, else i can't sit watching you doing something with your GUI -
Process_Suspend Based on CPU Temperature
TheDcoder replied to Xandy's topic in AutoIt Example Scripts
@Xandy I can't hear you, the audio is too low for my laptop -
Nope, Just SoundPlay() on a line, TD
-
Please help me find/replace a character
TheDcoder replied to leuce's topic in AutoIt General Help and Support
Wow! Great! I got the info which I need for my project Thanks @leuce! TD -
Make UDF Header has 2 errors: 1. It deletes the Func line 2. $b means boolen not binary, binary is $d hope you fix this soon, TD
- 995 replies
-
- isn autoit studio
- isn
-
(and 3 more)
Tagged with:
-
@lordsocke You need: For NextFileReadToArrayShellExecuteThat's all you need, TD
-
Process UDF, Get both the output & the exit code!
TheDcoder replied to TheDcoder's topic in AutoIt Example Scripts
Released new version , Change log: Added _Process_DebugRunCommand (Modified version of DebugRunCommand in the example) Updated functions, now all set @error to non-zero on failure Some minor improvements, TD -
Hello, help me this error (TCP send picture )
TheDcoder replied to SkythekidRS's topic in AutoIt General Help and Support
Ahhh.... I am still experimenting but I ran out of time , I need to go to bed. I will try to solve this issue tomorrow TD -
Hello, help me this error (TCP send picture )
TheDcoder replied to SkythekidRS's topic in AutoIt General Help and Support
@SkythekidRS I am experimenting with TCP now, I will post a solution once I figure out the problem -
Hello, help me this error (TCP send picture )
TheDcoder replied to SkythekidRS's topic in AutoIt General Help and Support
Crap, Replace <> with = I forgot to change those, TD -
Hello, help me this error (TCP send picture )
TheDcoder replied to SkythekidRS's topic in AutoIt General Help and Support
@SkythekidRS Hmmm... try replacing Null with "Complete" -
Hello, help me this error (TCP send picture )
TheDcoder replied to SkythekidRS's topic in AutoIt General Help and Support
Try this: server.au3: TCPStartup() $ip='192.168.1.4' $listen=TCPListen($ip,4444) Do $socket=TCPAccept($listen) $data=TCPRecv($socket,1342177280) Until $data<>Null $op=FileOpen('khang.jpg',18) FileWrite($op,$data)client.au3 TCPStartup() $ip='192.168.1.4' $op=FileOpen('IMG_2474.JPG',16) $connect=TCPConnect($ip,4444) TCPSend($connect,FileRead($op)) TCPSend($connect,Null) FileClose($op) TD -
Hello, help me this error (TCP send picture )
TheDcoder replied to SkythekidRS's topic in AutoIt General Help and Support
I am looking at it now... -
Hello, help me this error (TCP send picture )
TheDcoder replied to SkythekidRS's topic in AutoIt General Help and Support
Can you show us the full code used to send the picture? We can't help you without any code TD -
@guinness Thanks , Just completed the first chapter , I need to pay to continue which I don't think I will... The regex lesson was easy for me though. TD
-
@guinness Ohhhh, You don't understand RegEx too? Is it hard for you to learn? How would you rate the difficulty in learning RegEx (from your point of view)? Sorry for the questions, Thanks for sharing, TD
-
I am getting an version error on Media Info CLI , I already checked it if i had downloaded the right version, here is what I downloaded from here: Windows XP, Vista, 7, 8 ---> 64-bit ---> CLI ---> v0.7.76 TD
- 28 replies
-
- surround sound
- dts
-
(and 3 more)
Tagged with: