05-25-2008, 08:36 PM
Thanks that worked great
but i cant seem to get it to work in my show dialog code
im making an exe so i have the dialog and a showdialog code
i didn't decide to put them together
this is my show dialog code
where do i put the 0 0 0 0 0 0 0 -10 -10 in?
i used -10 -10 so it would be a little above the bottom right
Thanks very much
but i cant seem to get it to work in my show dialog code
im making an exe so i have the dialog and a showdialog code
i didn't decide to put them together
this is my show dialog code
where do i put the 0 0 0 0 0 0 0 -10 -10 in?
i used -10 -10 so it would be a little above the bottom right
str controls = "3 4 7 8 11"
str e3 e4 c7Aut e8 c11Sta
if(!ShowDialog("Function3" &Function3 &controls)) ret
Thanks very much