hi,
I Wonder, can i use RadAsm's Plugins (e.g: RadHexEdit) as a control inside visual studio 6 ?
if its a possibility can you help me make it work?
thnx
I Wonder, can i use RadAsm's Plugins (e.g: RadHexEdit) as a control inside visual studio 6 ?
if its a possibility can you help me make it work?
thnx
Hi wizzra
Guess VC can use windows api's so VC should have no problems using RAHexEd.
Sorry, can't help as I have never written anything using VC.
KetilO
Guess VC can use windows api's so VC should have no problems using RAHexEd.
Sorry, can't help as I have never written anything using VC.
KetilO
KetilO,
do you have an example on using the RadHexEdit control ?
i mean, how to load it (without resource editor) and use its functions,
than i will know how to use it inside VC, once i loaded the dll.
thnx
do you have an example on using the RadHexEdit control ?
i mean, how to load it (without resource editor) and use its functions,
than i will know how to use it inside VC, once i loaded the dll.
thnx
Hi wizzra
Use LoadLibrary to load the dll.
Use CreateWindowEx with class RAHEXEDIT to create the hex edit window.
Use SendMessage to send messages to the hex edit control.
KetilO
Use LoadLibrary to load the dll.
Use CreateWindowEx with class RAHEXEDIT to create the hex edit window.
Use SendMessage to send messages to the hex edit control.
KetilO
KetilO,
Yeah, but i need to know the list of Messages used by the Control.
like, if i want to view file's hex, i need to know which messages are being used by the rahexedit in order
to display it ;)
Yeah, but i need to know the list of Messages used by the Control.
like, if i want to view file's hex, i need to know which messages are being used by the rahexedit in order
to display it ;)
Hi wizzra
You can find full sources on my website. The .inc file has all the details.
KetilO
You can find full sources on my website. The .inc file has all the details.
KetilO
heya KetilO,
Its all working fine now :alright: thnx for the gerat Control!! it saved me allot of time code one (dead line..yay!)
if u want visual c convertion in ur site tell me and i will email ya.
thnx Wizzra
Its all working fine now :alright: thnx for the gerat Control!! it saved me allot of time code one (dead line..yay!)
if u want visual c convertion in ur site tell me and i will email ya.
thnx Wizzra
Hi wizzra
Great. Send me the code and I will include it on my site.
KetilO
Great. Send me the code and I will include it on my site.
KetilO