欧美成人精品手机在线观看_69视频国产_动漫精品第一页_日韩中文字幕网 - 日本欧美一区二区

LOGO OA教程 ERP教程 模切知識(shí)交流 PMS教程 CRM教程 開發(fā)文檔 其他文檔  
 
網(wǎng)站管理員

在Winform中嵌入exe程序

admin
2024年1月24日 23:23 本文熱度 730






開發(fā)環(huán)境:.NET Framework版本:4.8

開發(fā)工具:Visual Studio 2022

 









實(shí)現(xiàn)步驟
  1. 這里為了方便調(diào)用,以容器控件的方式來實(shí)現(xiàn)
  2. 創(chuàng)建自定義控件,繼承自Control,然后需要使用下面的Windows Api


































  #region win32 api
       //設(shè)置新 窗口樣式        private const int GWL_STYLE = -16;
       private const int WS_VISIBLE = 0x10000000;
       [DllImport("user32.dll", SetLastError = true)]        public static extern long SetParent(IntPtr hWndChild, IntPtr hWndNewParent);
       [DllImport("user32.dll", EntryPoint = "SetWindowLong", CharSet = CharSet.Auto)]        public static extern IntPtr SetWindowLongPtr32(HandleRef hWnd, int nIndex, int dwNewLong);        [DllImport("user32.dll", EntryPoint = "SetWindowLongPtr", CharSet = CharSet.Auto)]        public static extern IntPtr SetWindowLongPtr64(HandleRef hWnd, int nIndex, int dwNewLong);
       public static IntPtr SetWindowLong(HandleRef hWnd, int nIndex, int dwNewLong)        {            if (IntPtr.Size == 4)            {                return SetWindowLongPtr32(hWnd, nIndex, dwNewLong);            }            return SetWindowLongPtr64(hWnd, nIndex, dwNewLong);        }
       [DllImport("user32.dll", SetLastError = true)]        private static extern bool MoveWindow(IntPtr hwnd, int x, int y, int cx, int cy, bool repaint);
       [DllImport("user32.dll", SetLastError = true)]        private static extern IntPtr FindWindow(string lpClassName, string lpWindowName);
       [DllImport("user32", SetLastError = true)]        private static extern int GetWindowText(IntPtr hWnd, StringBuilder lpString, int nMaxCount);
       #endregion
  1. 以路徑形式的嵌入,這個(gè)方式不太好,很多程序啟動(dòng)后嵌入不了



















 if (AppProcess != null)            {                Release();            }            try            {                ProcessStartInfo startInfo = new ProcessStartInfo(appFilename);                startInfo.UseShellExecute = true;                startInfo.WindowStyle = ProcessWindowStyle.Minimized;                AppProcess = Process.Start(startInfo);                AppProcess.EnableRaisingEvents = true;                AppProcess.WaitForInputIdle();                Embed(AppProcess.MainWindowHandle);            }            catch            {                Release();            }            return Path.GetFileNameWithoutExtension(appFilename);
  1. 以窗口標(biāo)題的形式嵌入,這個(gè)主要還是依賴于句柄,不過是多做了一層根據(jù)標(biāo)題找句柄的封裝

 public string Embed(string className, string windowName)        {            try            {                IntPtr handle = FindWindow(className, windowName);                Embed(handle);            }            catch { }            return windowName;        }
  1. 以句柄形式嵌入
  public string Embed(IntPtr handle)        {            try            {                SetParent(handle, this.Handle);                SetWindowLong(new HandleRef(this, handle), GWL_STYLE, WS_VISIBLE);                MoveWindow(handle, 0, 0, this.Width, this.Height, true);            }            catch { }            StringBuilder title = new StringBuilder(256);            GetWindowText(handle, title, title.Capacity);            return title.ToString();        }
  1. 調(diào)用,直接將控件拖到窗體中,然后調(diào)用對應(yīng)方法即可
  2. 關(guān)于句柄和窗口標(biāo)題的獲取,可以使用Spy++獲取,如果在Vs2022上找不到,請點(diǎn)擊工具->獲取工具和功能->單個(gè)組件->勾選C++核心功能,安裝完畢后就會(huì)在工具菜單內(nèi)出現(xiàn)
  3. 以下演示效果為已經(jīng)預(yù)先使用Spy++獲取到了標(biāo)題和句柄

☛☛☛點(diǎn)擊此處下載源碼☚☚☚

轉(zhuǎn)載:https://mp.weixin.qq.com/s/KXyUe-ALW9nb9jKRhkXtCQ


該文章在 2024/1/24 23:23:04 編輯過
關(guān)鍵字查詢
相關(guān)文章
正在查詢...
點(diǎn)晴ERP是一款針對中小制造業(yè)的專業(yè)生產(chǎn)管理軟件系統(tǒng),系統(tǒng)成熟度和易用性得到了國內(nèi)大量中小企業(yè)的青睞。
點(diǎn)晴PMS碼頭管理系統(tǒng)主要針對港口碼頭集裝箱與散貨日常運(yùn)作、調(diào)度、堆場、車隊(duì)、財(cái)務(wù)費(fèi)用、相關(guān)報(bào)表等業(yè)務(wù)管理,結(jié)合碼頭的業(yè)務(wù)特點(diǎn),圍繞調(diào)度、堆場作業(yè)而開發(fā)的。集技術(shù)的先進(jìn)性、管理的有效性于一體,是物流碼頭及其他港口類企業(yè)的高效ERP管理信息系統(tǒng)。
點(diǎn)晴WMS倉儲(chǔ)管理系統(tǒng)提供了貨物產(chǎn)品管理,銷售管理,采購管理,倉儲(chǔ)管理,倉庫管理,保質(zhì)期管理,貨位管理,庫位管理,生產(chǎn)管理,WMS管理系統(tǒng),標(biāo)簽打印,條形碼,二維碼管理,批號(hào)管理軟件。
點(diǎn)晴免費(fèi)OA是一款軟件和通用服務(wù)都免費(fèi),不限功能、不限時(shí)間、不限用戶的免費(fèi)OA協(xié)同辦公管理系統(tǒng)。
Copyright 2010-2025 ClickSun All Rights Reserved