Hex Editor DLL
Please post all your completed software applications in here. This is for full software which you have created and wish to release and share with everyone.
I don't actually have the source. Follow these steps:
Create a new project
Go to Project => add reference.
Go to the browse tab, and look for the dll file, and add it as a reference.
Go back to the designer window.
Go to View => Code
Above everything, Put "Import Agust1337.Controls.HexEditor"
Try using this code:
Create a new project
Go to Project => add reference.
Go to the browse tab, and look for the dll file, and add it as a reference.
Go back to the designer window.
Go to View => Code
Above everything, Put "Import Agust1337.Controls.HexEditor"
Try using this code:
Code: Select all
Dim _aData As Byte() = New Byte(4095)
Sub New()
InitializeComponent()
txtHex.InitializeComponent()
txtAsc.InitializeComponent()
txtHex.LinkDisplay(txtAsc)
txtHex.LoadData(_aData)
End Sub
-_-
More Trouble.
if I use agust code it will have 2 errors
and if use the one u gave me it gives me error and i did put `Import Agust1337.Controls.HexEditor`
More Trouble.
if I use agust code it will have 2 errors
and if use the one u gave me it gives me error and i did put `Import Agust1337.Controls.HexEditor`
You do not have the required permissions to view the files attached to this post.
Imports MUST be above "public class ..."
Also try taking away the Namespace thing
Replace {} with nothing if it still doesn't work.
Also try taking away the Namespace thing
Replace {} with nothing if it still doesn't work.
Taking out Namespace would have more errors
Fixed the import.
If i take away {} more errors.
Screenshot:
Fixed the import.
If i take away {} more errors.
Screenshot:
You do not have the required permissions to view the files attached to this post.
Never mind about the namespace thing, you can put it back. :lol:
Also, In front of txtHex, try putting "agust1337.controls.hexeditor." if my previous post did not help.
Usman55 wrote:Can I just ask what is a hex editor and what is it used for?Take a look at this:
http://en.wikipedia.org/wiki/Hex_editor
mandai wrote:How does having this in a richtextbox make it any better?I beg your pardon?
Copyright Information
Copyright © Codenstuff.com 2020 - 2023