 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Cactus Guest
|
Posted: Thu Nov 20, 2003 12:13 pm Post subject: Have component for Hex-view? |
|
|
I want a component to do Hex-view and Hex-edit.
Or teach me how to writing the component.
|
|
| Back to top |
|
 |
Eduardo Guest
|
Posted: Thu Nov 20, 2003 1:10 pm Post subject: Re: Have component for Hex-view? |
|
|
hi,
I recommend THexEditor by Markus Stephany, just google for it...
regards,
eduardo
"Cactus" <a@b.com> wrote
| Quote: | I want a component to do Hex-view and Hex-edit.
Or teach me how to writing the component.
|
|
|
| Back to top |
|
 |
Cactus Guest
|
Posted: Thu Nov 20, 2003 2:18 pm Post subject: Re: Have component for Hex-view? |
|
|
| Quote: | hi,
I recommend THexEditor by Markus Stephany, just google for it...
|
Well, it's I want.
good example to teach how uses TCustomGrid.
Thanks.
type
TGKHexEditor = class(TCustomGrid)
private
{ Private declarations }
FDataSize : integer;
FData : Pointer;
FCaretBmp : TBitmap;
...........
end;
|
|
| Back to top |
|
 |
Jim Dodd Guest
|
Posted: Fri Nov 21, 2003 2:56 pm Post subject: Re: Have component for Hex-view? |
|
|
Eduardo wrote:
| Quote: | hi,
I recommend THexEditor by Markus Stephany, just google for it...
regards,
eduardo
Markus has updated the component recently. He renamed it TMPHexEditor in |
2002 and added a more powerful version named TMPHexEditorEx. Go to his
Web site - he also has a small, free hex editor application. And other
useful components.
http://www.merkespages.de/
A very nice site, in German and English.
Regards,
Jim Dodd
Onset Computer Corp.
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|