showdialog
Simple model-dialog for my ASP.Net MVC web app
I need a solution for a simple model-dialog for my ASP.Net MVC web app. I used the window.open but it looks too big for some small Grid data dialogs. IE supports showModelDialog - none of the开发者_J[详细]
2023-04-06 06:09 分类:问答Delphi Prism: How to load Winform without showing it?
I have a winform that needs to be loaded to update its controls\' values or properties, before it is to be shown.[详细]
2023-04-04 08:20 分类:问答showDialog() is accessing old View => Error: Activity has leaked window [...]
I am writing the app and I have the following scenario: First i show an Acitivty and I show a ProgressDialog while loading data from a Server. I do the loading task in a Thread because I found this to[详细]
2023-04-03 04:23 分类:问答Transparent Background and No Buttons When Customizing Content of an AlertDialog on onPrepareDialog on Android
I am having some difficulties to update the content of an AlertDialog on the onPrepareDialog method. I am setting the content of the AlertDialog, but the dialog comes to the screen with no buttons an[详细]
2023-04-01 03:47 分类:问答SaveFileDialog silently crashes WinForms app on WindowsXP
I\'m developing WinForms app using C#, .NET 4.0, and DevExpress components. On Windows 7 everything is working just fine.[详细]
2023-03-30 23:09 分类:问答showDialog() managing two consecutive dialogs, rotation event and screen saver / HOME button
Has anyone managed to make dialogs which can handle all of the following requirements: Be preserved during rotation changes (the android:configChanges attribute will not be used)[详细]
2023-03-30 22:00 分类:问答Android : showDialog when setContentView loading
There is a method for display an Indeterminate Dialog when setContentView loading ? I want to do this when the ap开发者_如何学编程plication load the google maps\'s mapViewTHIS guy had a similar issue[详细]
2023-03-30 14:01 分类:问答Emulate ShowDialog for Winforms UserControl
I would like to achieve the same effect like in this article but for windows forms, is it even possible without hosting the control on different Form?[详细]
2023-03-26 08:28 分类:问答How to forbid users to close the form? (MS VS C# 2010) [duplicate]
This question already has answers here: Closed 11 years ago. 开发者_JAVA技巧Possible Duplicate: How to Disable Alt + F4 closing form?[详细]
2023-03-25 07:52 分类:问答Event queue not working properly winforms
Suppose a main form A and a modal dialog B. I launch B from a thread (using invoke) as a modal dialog. The dialog is correctly shown and it is launched using ShowDialog(parent), where parent is form[详细]
2023-03-21 15:18 分类:问答