我需要在VB.NET MDI窗體中打開一些外部應用程序,例如notepad.exe,並且我還需要確保始終只有一個此運行的副本。 我使用下面的代碼,但它完全沒有。它給出了錯誤的setparent不宣而FindWindow函數未聲明 Dim myProcess As Process = New Process()
Dim MyHandle As IntPtr
myProcess.StartInfo
我有一個父窗體設置爲Mdi容器。我從父窗體中的菜單欄中單擊加載名爲Plot的子窗體。該代碼是: protected void menuPlot_Click(object sender, EventArgs e)
{
// ... load form with Plot settings in center of parent form
// ... create a new