maximize-window
How to set a JavaFX Stage/Frame to Maximized
I\'m using JavaFX 2. I want my frame to open maximized but I\'m not seeing a way. I searched a bit on t开发者_JAVA百科he internet without success. For the stage I see setFullScreen() and setIconified([详细]
2023-03-23 20:34 分类:问答Delphi - Maximize a form to a particular screen
Quite a simple one i would think, but i need to be able to Maximize a form to a particular screen. Cant seem to find any Delphi specific info.[详细]
2023-03-13 04:02 分类:问答How to trigger the event associated with maximize in C#
Consider the following code: Window myWindow = new MyWindowSubclass(); myWindow.BringIntoView(); myWindow.Show();[详细]
2023-03-02 15:29 分类:问答MFC window maximized, but to wrong top coordinate
Sometimes, when I use ShowWindow(SW_SHOWMAXIMIZED), my MFC window is maximized, but it is not positioned at coordinates (0, 0), as it should, it is moved down, for around 30-40 pixels. Any tip on what[详细]
2023-02-13 01:15 分类:问答C# How do I leave the maximized window as it is?
I am using visual studio 2010 to do my C# GUI. The current problem that I am facing is that after maximizing a window, it stays there but when I go to other forms, the window will go back to its ori[详细]
2023-01-28 15:38 分类:问答Maximized Window Restores to Full Screen
Using CWnd::ShowWindow(SW_SHOWMAXIMIZED) maximizes my app window as expected. However, when clicking the restore button on the app (or double clicking the title-bar), the restored size is the same si[详细]
2023-01-15 00:31 分类:问答Detect browser window "Maximized" / "Minimized "with JavaScript
When the user clicks the "Maximized"/"Restore" or "Minimized" buttons of the browser window, is there a way to keep track of these events with JavaScript? Are there any a[详细]
2023-01-10 01:56 分类:问答How to? WPF Window - Maximized, No Resize/Move
I\'m trying to make a WPF window that opens already maximized, with no resize/move (in systemmenu, nor in border). It should be maximized all the time, except when the user minimize it.[详细]
2023-01-08 08:10 分类:问答Maximizing the current window in javascript
Is there a way I can maximize a currently minim开发者_运维技巧ized window from Javascript?Here\'s my situation:[详细]
2022-12-31 16:27 分类:问答Is there a built-in TypeConverter or UITypeEditor to edit a list of strings
I wish to know if .Net-3.5 comes with a built-in List<string> or s开发者_如何学JAVAtring[] TypeConverter or UITypeEditor so that I can edit this kind of property from a property grid.UITypeEdito[详细]
2022-12-18 17:06 分类:问答