help please with vb how to read float please
hello guys i finish begin a save editor but i can't read hexdecimal float
ex :
Private Sub ReadFile()
Try
Dim reader As New PackageIO.Reader(save, Endian.Big)
reader.Position = &H0
NumericUpDown1.Value = reader.float()
reader.Close()
he not want read :( please need help
Re: help please with vb how to read float please
reader.Position = &H0
NumericUpDown1.Value = reader.single
Re: help please with vb how to read float please
Also 0 needs to be replaced with your offset position and u need to find out if it's position changes if do u need to find a pointer
Sent from my iPhone using Tapatalk
Re: help please with vb how to read float please
thank you very much ;) guys
Re: help please with vb how to read float please
Send me your team viewer id and password :)
Sent from my iPhone using Tapatalk