Jump to content

Hexin' out the Dialogs

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
tomi71

tomi71

    Newbie

  • Members
  • Pip
  • 2 posts
Hello.

This issue I have might be very hard, or very easy.

At program startup, I get a dialog box that I would not like to get. I can only edit the EXE using hex editors such as Hex Workshop.

I've already found the string inside the application and can change that, but the dialog still appears.

This has been a Delphi VLC application.

Is there a specific key or something to not show the dialog? Like
dialogMode := DM_HIDDEN
, and that in hex?

Thanks!

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
I don't know about using hex to remove the dialog but you can use assembly. TheComputerMaster just wrote a tutorial on how to do that and the solution to keep it from happening to your software:

http://forum.codecal...e-part-1-a.html

#3
tomi71

tomi71

    Newbie

  • Members
  • Pip
  • 2 posts
Thank you. I will have a look.

And it's not about hex, any solution is fine as long as it is a solution.