how to create UI
hi, I'm in a self-extracting project, and I was wondering, how can I make my own UI, something simple just something like this:
http://www.bittorrent.com/sites/defa...d_20090515.png
and here is the exe from: BitTorrent DNA Demo
Archive: how to create UI
how to create UI
hi, I'm in a self-extracting project, and I was wondering, how can I make my own UI, something simple just something like this:
http://www.bittorrent.com/sites/defa...d_20090515.png
and here is the exe from: BitTorrent DNA Demo
That looks like the inetc plug-in on a custom UI executable. Use Resource Hacker to create the UI from an existing one (such as Contrib\Graphics\UIs\modern.exe). You can use MUI to add the bitmap.
Stu
I Modified the MU.nsh, system.nsh, modern.exe and modern_Headerbmp.exe. It is not the right way to do it, but it works fine for me.
later on I'll try to make it right from zero....
thanks for the help.