C#在主窗体的加载类中调用GetForegroundWindow获得窗体的句柄不正确
如题,总是获得vs的,和解?(主窗体是MainPage.cs)代码如下:publicMainPage(){InitializeComponent();IntPtrhwnd...
如题,总是获得vs的,和解?(主窗体是MainPage.cs)
代码如下:
public MainPage()
{
InitializeComponent();
IntPtr hwnd = GetForegroundWindow();
public_contextMenuStrip munustrip = new public_contextMenuStrip(hwnd);
}
public_contextMenuStrip是自己写的,用到参数的部分如下:
IntPtr hw;
public public_contextMenuStrip(IntPtr hwnd_former)
{
hw = hwnd_former;
} 展开
代码如下:
public MainPage()
{
InitializeComponent();
IntPtr hwnd = GetForegroundWindow();
public_contextMenuStrip munustrip = new public_contextMenuStrip(hwnd);
}
public_contextMenuStrip是自己写的,用到参数的部分如下:
IntPtr hw;
public public_contextMenuStrip(IntPtr hwnd_former)
{
hw = hwnd_former;
} 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询