how to close CustomDialog programmatically

KZero

Active Member
Licensed User
Longtime User
Hello,
i made CustomDialog contain ListView and i need the code that i have to write in
ListView_ItemClick to close the CustomDialog without needing to press any of the three dialog buttons

i attempted to find way like "ProgressDialogHide" that used to close the ProgressDialog but with no avail

thanks in advance
 

KZero

Active Member
Licensed User
Longtime User
It is not possible to close a CustomDialog programmatically.

thx for ur reply

ok, is there anyway to know what the user typed in the textbox or what selected in listview ?

or anyway like "Sendkeys" in VB to send back button (to close the dialog)

thx
 
Upvote 0

agraham

Expert
Licensed User
Longtime User
ok, is there anyway to know what the user typed in the textbox or what selected in listview ?
Use the View events. See the demo in the archive.
or anyway like "Sendkeys" in VB to send back button (to close the dialog)
It is not possible to close a CustomDialog programmatically.
 
Upvote 0
Top