09-04-2017, 07:07 PM
2 questions:
1)
Is it possible with a dialog compiled to .exe to use the following:
Then use something like this:
s.setwintext(id(3 hDlg))
ID 3 = rich editfield in QM dialog.
I have not much experience with resources other then addfile and putting images on buttons.
If this is not the correct method, is there another method in which I can inject images (png or jpg) into an exe and then use them within compiled .exe dialogs (without having to unpack the images).
(could you give example?)
2)
Almost same as question 1 but now with zip-files? Example:
Inject test.zip into an exe compile dialog then when user clicks a button within the running dialog, the test.zip is then unpacked.
(could you give example?)
1)
Is it possible with a dialog compiled to .exe to use the following:
Then use something like this:
s.setwintext(id(3 hDlg))
ID 3 = rich editfield in QM dialog.
I have not much experience with resources other then addfile and putting images on buttons.
If this is not the correct method, is there another method in which I can inject images (png or jpg) into an exe and then use them within compiled .exe dialogs (without having to unpack the images).
(could you give example?)
2)
Almost same as question 1 but now with zip-files? Example:
Inject test.zip into an exe compile dialog then when user clicks a button within the running dialog, the test.zip is then unpacked.
(could you give example?)