Re:Displaying Messagebox within client Region
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Can anybody help me how to display messageboxes with in the client region insted of displaying them at the default centre location on the screen area. Any help will be greatly appreciated
-
Can anybody help me how to display messageboxes with in the client region insted of displaying them at the default centre location on the screen area. Any help will be greatly appreciated
you can do this with windows hooks have a look at Using Windows Hooks to Enhance MessageBox in .NET good luck