N
Nhan
Hi,
I have a form (frmTop) for different purposes. This form is not set as
"popup" in design time.
Now I want to open this Form and want to show it on top of all other windows
(Forms), same as popup form.
I use API function SetWindowPos(hwnd, HWND_TOPMOST....) in Form_Load event.
but it doesnot work. When I click on another form, frmTop is hide by this
form.
How can I do? Thanks for any help.
Nhan
I have a form (frmTop) for different purposes. This form is not set as
"popup" in design time.
Now I want to open this Form and want to show it on top of all other windows
(Forms), same as popup form.
I use API function SetWindowPos(hwnd, HWND_TOPMOST....) in Form_Load event.
but it doesnot work. When I click on another form, frmTop is hide by this
form.
How can I do? Thanks for any help.
Nhan