Page 1 of 1

dialog editor / resource hacker ?

Posted: Wed Jul 04, 2012 11:41 pm
by vmars316
Greets,
Does PB have a dialog editor / resource hacker ?
Thanks...vm

Re: dialog editor / resource hacker ?

Posted: Thu Jul 05, 2012 7:34 pm
by Zach
No idea, guessing no... But you could certainly use PB to make your own tools from scratch.

Maybe you can be more specific about what you want to do.

Re: dialog editor / resource hacker ?

Posted: Mon Jul 09, 2012 12:58 pm
by Puffolino
Dialogs can be edited using the integrated visual designer (which will get an update somewhen) which creates a source code to define all window elements during runtime, so no resource will be created then.

There is no tool included in the PB package which allows to edit exe files, but there are many free tools available (ResHacker etc.)