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.
22 posts Page 2 of 3
Contributors
User avatar
Cheatmasterbw
Coding God
Coding God
Posts: 1506
Joined: Fri Jan 01, 2010 2:30 pm

Re: Hex Editor DLL
Cheatmasterbw
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:
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
http://www.megaapps.tk/
User avatar
code it
VIP - Site Partner
VIP - Site Partner
Posts: 821
Joined: Sun Oct 10, 2010 3:02 pm

Re: Hex Editor DLL
code it
-_-
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`
hexeditorerror.png
You do not have the required permissions to view the files attached to this post.
User avatar
Cheatmasterbw
Coding God
Coding God
Posts: 1506
Joined: Fri Jan 01, 2010 2:30 pm

Re: Hex Editor DLL
Cheatmasterbw
Imports MUST be above "public class ..."
Also try taking away the Namespace thing
Replace {} with nothing if it still doesn't work.
http://www.megaapps.tk/
User avatar
code it
VIP - Site Partner
VIP - Site Partner
Posts: 821
Joined: Sun Oct 10, 2010 3:02 pm

Re: Hex Editor DLL
code it
Taking out Namespace would have more errors
Fixed the import.
If i take away {} more errors.
Screenshot:
eukvbrhgevhh.png
You do not have the required permissions to view the files attached to this post.
User avatar
Cheatmasterbw
Coding God
Coding God
Posts: 1506
Joined: Fri Jan 01, 2010 2:30 pm

Re: Hex Editor DLL
Cheatmasterbw
Never mind about the namespace thing, you can put it back. :lol:
http://www.megaapps.tk/
User avatar
Cheatmasterbw
Coding God
Coding God
Posts: 1506
Joined: Fri Jan 01, 2010 2:30 pm

Re: Hex Editor DLL
Cheatmasterbw
Also, In front of txtHex, try putting "agust1337.controls.hexeditor." if my previous post did not help.
http://www.megaapps.tk/
User avatar
Usman55
VIP - Site Partner
VIP - Site Partner
Posts: 2821
Joined: Thu Dec 24, 2009 7:52 pm

Re: Hex Editor DLL
Usman55
Can I just ask what is a hex editor and what is it used for?
Image
User avatar
Cheatmasterbw
Coding God
Coding God
Posts: 1506
Joined: Fri Jan 01, 2010 2:30 pm

Re: Hex Editor DLL
Cheatmasterbw
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
http://www.megaapps.tk/
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: Hex Editor DLL
mandai
How does having this in a richtextbox make it any better?
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

Re: Hex Editor DLL
Agust1337
mandai wrote:
How does having this in a richtextbox make it any better?
I beg your pardon?
Top-notch casual Dating
22 posts Page 2 of 3
Return to “Full Software”