modeless

Modeless form that still pauses code execution

China☆狼群 提交于 2019-11-26 21:40:29
问题 Is there anyway to have a userform that acts modeless, while still pausing code execution like a modal form? I'd like the userform to show, but still allow interaction with the parent program. Modal forms block interaction with the parent program. A modeless form would work, but I would like the code execution to pause while the form is up. I've worked around this by creating an infinite loop that checks if the form is visible, but that seems a bit hacky. Public Sub GetFormInfoAndDoStuff

timed modeless dialog

一笑奈何 提交于 2019-11-26 19:38:31
问题 Is there any way to show a modeless dialog--a dialog that allows the user to interact with whatever was on the screen before the dialog but also allows the user to interact with the dialog if pressed? I know of Toasts, but they don't allow interaction with the popup. I know of Dialogs, but they're modal and don't allow interaction with the background. I know of Notifications, but I want something that is visibile on screen. I basically want to be able to be playing a game or something and a