This is a migrated thread and some comments may be shown as answers.

How to set My RadWindow is AlwaysTop?

0 Answers 36 Views
Window
This is a migrated thread and some comments may be shown as answers.
Purushothaman
Top achievements
Rank 2
Purushothaman asked on 21 May 2013, 06:26 AM
Hi,

In my application I am using Rad Window for Multiple purpose.Here I describe Steps  process and let me know how to solve this issues.
1. In my home  page I am having One button. 
2. Now Click the button.
3. Show The Messagebox and Click ok means Open page2.Here I am writing parallel code process means

Page1
----------
Private sub btn_Click()
ABC()
A.ShowDialog()
END SUB

ChilcClass()
-----------------
Sub ABC()
Messagebox.Show("Testing")
EndSub

Now I customize MessageBox into MsgBox (Using Rad Window).Now If Again Am doing the same steps ( Above i have mentioned) 
1. In my home  page I am having One button. 
2. Now Click the button.
3. Show Messagebox and Open page2.Now MessageBox is Behind of Page2. If I close the Page 2 means we can able to see the Messagebox.Here I want to set Always Top for MsgBox (Rad Window).

No answers yet. Maybe you can help?

Tags
Window
Asked by
Purushothaman
Top achievements
Rank 2
Share this question
or