Managed to start the capture with a click of a button from Excel, however the captured data is in CHAR. Is there a property that I can define in Excel so that the data will be captured as HEX ?
Thanks !
Last edit: Anonymous 2015-07-29
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hint: Changelog.txt has all documented changes so you can do a text search to see when something altered. News gives you prose about features of each release.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks. I downloaded the second-last version. I will try.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2020-05-02
Hi, Im having problems changing text colour using the ansi escape sequences, I can change the background and the text atributes fine, but when I use values in the 30s nothing happens.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "Help and Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Public Sub StartC()
RT.StartCapture
End Sub
Managed to start the capture with a click of a button from Excel, however the captured data is in CHAR. Is there a property that I can define in Excel so that the data will be captured as HEX ?
Thanks !
Last edit: Anonymous 2015-07-29
View and moderate all "Help and Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
I solved it by adding below,
RT.CaptureAsHex = True
Thanks anyway !
You should probably use a recent beta version. Note that the latest versions have new Excel examples with events working.
It doesn't work in 2.0.0.70. Which release are you using?
Hint: Changelog.txt has all documented changes so you can do a text search to see when something altered. News gives you prose about features of each release.
Thanks. I downloaded the second-last version. I will try.
Hi, Im having problems changing text colour using the ansi escape sequences, I can change the background and the text atributes fine, but when I use values in the 30s nothing happens.
Thanks