Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

Dialog_Box vs Create_Dialog

This is just a point of information. Is the only difference between Dialog_Box and Create_Dialog is the MODE parameter that is passed in Create_Dialog? and that you have to use End_Dialog when closing a Dialog_Box. Thanks,

Comments

  • Generally speaking your understanding is correct. You actually don't need to use End_Dialog when closing a Dialog_Box...but that is the only way to get a return value back into the calling program.
Sign In or Register to comment.