私はC#で書かれたアプリケーションのメインウィンドウを取得しようとしています。 Application.MainWindowプロパティは動作しません:(メインウィンドウを取得
を使用しています?
using System;
using System.Windows;
using System.Windows.Forms;
using System.ComponentModel;
using System.Drawing;
using System.Collections.Generic;
using My;
using MyDialogs;
using System.Xml.Serialization;
using System.Runtime.InteropServices;
using System.Windows.Input;
using System.Windows.Media;
using System.Threading;
using System.Windows.Interop;
どのように動作しませんか? –
WPFまたはWinformsで試していますか? winformの場合は、このURLでチェックしてください。http://social.msdn.microsoft.com/Forums/en/winforms/thread/99df9c07-c117-465a-9207-fa3534982021 –
これは、プロパティとして存在しないWindowオブジェクトです。 – jahsen