Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
dialog encryption?
#1
I have read all the posts dealing with dialog! and am left with a question?
how is it possably to encrypt both parts of a dialog ? now the part that comes from the output i understand can be encrypted , but how can you encryt the dialog code? and yes i have seen it done and the dialog still works! thanks
#2
http://www.quickmacros.com/help/User/ID ... R.html#a11
#3
Code:
Copy      Help
\Dialog_Editor

str dd=
;BEGIN DIALOG
;0 "" 0x10C80A44 0x100 0 0 109 50 "Form"
;3 Edit 0x54030080 0x200 6 8 96 14 ""
;1 Button 0x54030001 0x4 4 32 48 14 "OK"
;2 Button 0x54030000 0x4 56 32 48 14 "Cancel"
;END DIALOG
;DIALOG EDITOR: "" 0x2010507 "*" ""


str controls = "3"
str e3
if(!ShowDialog(dd 0 &controls 0 2)) ret
out e3


Forum Jump:


Users browsing this thread: 1 Guest(s)