Questions tagged [modeless-dialog]

Forms and dialog boxes are either modal or modeless. A modal form or dialog box must be closed or hidden before you can continue working with the rest of the application. Modeless forms let you shift the focus between the form and another form without having to close the initial form. The user can continue to work elsewhere in any application while the form is displayed.

18 questions
0
votes
1 answer

Google Spreadsheet script refresh table inside a ModelessDialog

So i'm trying to create a "search box" using a "ModelessDialog", the main idea is as follow 1) User runs a macro that pops a ModelessDialog with the following fields: autocomplete, search button, and table (empty, only with headers) 2) The…
0
votes
1 answer

MFC modeless dialog with style child

I have SDI structure program and I want to create CDialog with child style and use CFormView as its parent. Because I want to use CFormView as a "containter". Now I encounter two problems. I can not set setmunu to CDialog (because of the dialog…
candivan
  • 1
  • 1
-2
votes
1 answer

c# autocad dialog box to detect a new active drawing

I have a modeless dialog box displaying drawing information. is there a way to detect when another drawing is active and update the dialog box to show the new drawings information?
1
2