Top "Mainwindow" questions

"Application windows are expected to have a root view controller at the end of application launch" error only on iPad

I am trying to convert my iPhone only application to a Universal application. I switched the devices to Universal and …

iphone objective-c uiview mainwindow
How to add buttons to a main window in Qt?

I'm new to qt programming so please don't mind if you find it a noob question. I've added a button …

qt window mainwindow
c# Get process window titles

proc.MainWindowTitle.Contains("e") How does one get the window titles of all the current windows containing "e" open instead …

c# arrays window mainwindow
How do I access my Application Delegate's window accessor method from another object?

As mentioned before - I'm an Objective-C newbie of the first order but having read 4 physical books on the subject …

ios methods uiapplicationdelegate accessor mainwindow
How to make my WPF MainWindow a singleton?

I want to make my MainWindow a singleton because I want to make accessing it from all other windows in …

wpf singleton mainwindow
Where is MainWindow.xib in new Xcode project?

I started a new project in Xcode 4 using the TabBar template. I noticed that there was no MainWindow.xib file …

iphone xcode4 mainwindow
How can I set text of label when a function is running?

I want to set the text of a label on main window when a function in code is running. But …

qt qt4 qmainwindow mainwindow
Change WPF mainwindow label from another class and separate thread

Im working on a WPF application. I have a label called "Status_label" in MainWindow.xaml. and I want to …

wpf dispatcher mainwindow
C# - Program without a Window

I'm wondering whether it is possible to 'turn off' my main Window from loading automatically when my program starts with …

c# wpf command-line mainwindow
How to set a WPF window's icon to an icon file through C#?

I have a WPF project with a window. If I want to set the window's icon property in C#, it …

c# wpf icons mainwindow