B
B
borisboev2014-11-12 17:49:37
Windows
borisboev, 2014-11-12 17:49:37

How to increase the size of window elements in a finished program?

There is a ready-made working program - a raster processor, which is
installed on Windows XP 32 bit. One of the program windows displays
a list of files to be processed. It is necessary to increase the size of the window elements
so that long file names fit in it.
Thank you!
79b7c59dddf44d86880c022298804c22.jpg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
SHVV, 2014-11-13
@borisboev

If the application is written using resources (MFC), then you can use some kind of resource editor (for example PE Explorer ) and correct the dialog as needed.
If on .NET, then there is such an approach.
If it is written in a clean and uncomplicated Win API, then there is nothing left to do except to climb the exe file with a disassembler (or, in extreme cases, a 16-fold editor) and look for the sizes and positions of the controls that you have previously pulled out with Spy++.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question