|
I have an application with one main window. In the window, you click on a button that spawns other windows. I was wondering if anybody knew how to keep these spawned windows within the original window and not let it be able to be dragged out of it?
Answer Snippets (Read the full thread at stackoverflow):
To add a form to the MDI parent, just set .
To true in the properties window for the main form.
|
|
What steps must you take to dual-boot Windows 7 and Windows XP when you have Windows 7 installed first?
Started by Chris on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Details here
If I remember correctly, you'll need to install Win XP, then use the Win7 install disk to load up the recovery environment... .
MS uses Virtualization to achieve this.
You don't need dual boot you can run Windows XP Applications in XP Mode.
|
|
I have an application that sends the focus to other windows but those windows then don't automatically display themselves in the foreground, i.e. on top of all the other windows. Where can I configure the preferences of my window manager so that this ...
Started by snth on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Could it be that Matlab is doing some computation or disk activity alt-click on a window (which allows....
Usually when the window doesn't repaint, it means that the application's main application loop isn't running to refresh the window.
|
Ask your Facebook Friends
|
In XP, control-click on the "up folder" icon opens the parent folder in a new Window .
After much searching, I find no way to do this in Vista. It's easy to get to the parent folder, but not in a new window.
Started by dggoldst on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
Sadly I use a local version the child in a new window (through....
Note: this only works if you have a folder selected!
PS: I can't confirm if w directs you to Open in New Window, if I'm wrong, please comment.
Selected in a new window.
|
|
Hello everyone.I've been searching this on the net but i haven't find an answer. I have array data from title window which i need to pass directly to main window after closing the title window.
Heres my code on main window
private function showWindow(...
Answer Snippets (Read the full thread at stackoverflow):
They are a good habit to get bindable variable on the main... .
The event can also store the values to be returned in an attribute and good because they decouple your title window from the main window.
When the title window is closed.
|
|
I'm a DSL user and don't want to buy a router as I won't need it in a few months. I know it's possible to plug-in a DSL cable to your modem and get on the internet. I also know it's possible to share that connection with another computer using an Ethernet...
Started by Lucas McCoy on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Go buy ....
I would use the 1 Vista machine setup to have Internet Connection Sharing and the other two connect to it .
Do you have firewire or another network interface on both ? You can't just plugin a switch between the DSL modem and the two computers .
|
|
How to refresh the parent window while clickin the button (close button) in the child window child is popup window
Started by santose on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Window.opener refers to the parent window.
You can access the parent window using
window.opener
and refresh the parent window using you close your child window, the parent will be reloaded.
|
|
I'm writing a contact form in ASP.NET MVC. The user will have the ability to attach regular files (using normal file / browse functions) as well as the ability to search for a particular person and attach files related to that person. The first part is...
Started by tridium on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
In that way you never leave your base page and all will be well with the world and you can post back all ... .
Why is Ajax such an issue? If you use Ajax then you can post back details, return with a fully rendered PartialView and display that on the page .
|
|
How can I add an window/event listener/handler to a wpf-window? I want to know, if the user wants to close the window.
Started by elr on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can cancel the action using.
You can subscribe to the Closing event of your Window.
|
|
In order to take a screenshot of a specific window, I need to place a white colored TForm behind that window. What Windows API could I use to change the z-order of my window and place it correctly ?
Started by John Riche on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Screenshots)
If you can get the handle of the window you want in front then I would assume that: Pseudo.
|