Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I'm a dialog VIRGIN, help!
#12
I figured it out!

Code:
Copy      Help
\Dialog_Editor

str dd=
BEGIN DIALOG
0 "" 0x90C80AC8 0x0 0 0 224 136 "What system?"
3 Button 0x54032000 0x0 8 24 48 14 "Windows"
4 Button 0x54032000 0x0 8 60 48 14 "Red Prairie"
5 Button 0x54032000 0x0 8 96 48 14 "JD Edwards"
END DIALOG
DIALOG EDITOR: "" 0x2040202 "*" "" "" ""

int button=ShowDialog(dd 0 0)
sel button
    case 3
    mac "Unlock_ResetAD"
     ...
    
    case 4
    mac "Unlock_ResetRP"
     ...
    
    case 5
    mac "Unlock_ResetJDE"
     ...


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)