Jump to content

Recommended Posts

Posted

If I use _HexToString or _StringToHex and want to have process bar to show me how much more is there to do, how can I find out the time it will take to convert hex to string or string to hex so it can be putted in a for loop?

thanks

Posted (edited)

Since _HexToString and _StringToHex both are open source you could edit the code to include a progress bar. They both have For Next loops so it should be fairly easy. You'll need to rename them something different (or not include the String.au3), like _HexToStringEx...

EDIT: In case you don't know how to do a ProgressBar look at ProgressOn, ProgressOff, and ProgressSet

Edited by Piano_Man
My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
Posted (edited)

Since _HexToString and _StringToHex both are open source you could edit the code to include a progress bar. They both have For Next loops so it should be fairly easy. You'll need to rename them something different (or not include the String.au3), like _HexToStringEx...

EDIT: In case you don't know how to do a ProgressBar look at ProgressOn, ProgressOff, and ProgressSet

I know how to do a progress it's just that i didn't know how could i find out time needed but I'll try with timediff or could try your way, if I get stuck I'll write again.

thanks

EDIT: I added the code to string.au3 renamed it to stringp.au3 and works fine thanks

Edited by searchresult

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...