Tell me, I want to make a mini game designer, here is what he can do: there is a config.ini file in it, the paths to the pictures are spelled out. Here is an example of such a file.
[Player] Player = D:\test\player.bmp [Chat] ChatBox = D:\test\chatbox.bmp
The program read these pictures and put them in the ImageBox (and it has the AutoSize = True
property AutoSize = True
) ... such a problem, I can not solve. Searched but not found.