The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 895 - File: showthread.php PHP 7.2.34 (Linux)
File Line Function
/showthread.php 895 errorHandler->error




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
resources in compiled dialog executable (images and zip)
#1
2 questions:

1)
Is it possible with a dialog compiled to .exe to use the following:

Code:
Copy      Help
case WM_INITDIALOG
str s=
:10 c:\test.bmp

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?)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)