文件名称:让MessageBox弹出在当前窗体的*(C#)
文件大小:107KB
文件格式:ZIP
更新时间:2014-04-02 06:15:37
messagebox,Center window
WinForm中默认的MessageBox默认的弹出位置在屏幕的center,而且没有属性可以修改它,所以在当前活动窗体不在*时,将会出现,弹出的MessageBox的错位。本代码实现MessageBox在当前窗体*显示。
【文件预览】:
DialogBox
----WndProcRetHook.cs(54KB)
----bin()
--------Debug()
--------Release()
----obj()
--------DialogBox.csproj.FileListAbsolute.txt(457B)
--------Debug()
----DialogBox.cs(25KB)
----DialogBox.csproj.user(2KB)
----DialogBox.csproj(6KB)
----WindowsHook.cs(7KB)
----Win32API.cs(3KB)
----CbtHook.cs(4KB)
----AssemblyInfo.cs(2KB)
CenterBoxDemo.sln
TestApplication
----bin()
--------Debug()
--------Release()
----obj()
--------TestApplication.csproj.FileListAbsolute.txt(939B)
--------Debug()
----TestApplication.csproj.user(2KB)
----frmMain.cs(9KB)
----App.ico(1KB)
----TestApplication.csproj(6KB)
----frmMain.resx(6KB)
----AssemblyInfo.cs(2KB)