03-18-2009, 01:18 PM
In the code above that you posted Ginstras, i canno't figure out how controls will work in the dialog... here is my code, & it is not working correctly, will not grab the input into the Edit box...
int hwnd=val(_command)
str controls = "4 5"
str e4 c5Aut
if(!ShowDialog(DLG 0 0 hwnd 0 0 0 200 140 &controls)) ret
out e4;; e4 is nothing, it was working til i tried this code...
int hwnd=val(_command)
str controls = "4 5"
str e4 c5Aut
if(!ShowDialog(DLG 0 0 hwnd 0 0 0 200 140 &controls)) ret
out e4;; e4 is nothing, it was working til i tried this code...