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

Where is RadMessageBox ?

3 Answers 125 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Akhil
Top achievements
Rank 1
Akhil asked on 15 Apr 2011, 05:04 PM

Hi

I didn't see RadMessageBox listed in my toolbox ! From where can I add it ?

3 Answers, 1 is accepted

Sort by
0
Accepted
Richard Slade
Top achievements
Rank 2
answered on 19 Apr 2011, 01:22 PM
Hello,

The RadMessageBox is not a form that will appear in the Toolbox. The use of RadMessageBox is just like the MS version of message box. E.g.

Telerik.WinControls.RadMessageBox.Show("Hello", "the caption");

Hope that helps
Richard
0
Akhil
Top achievements
Rank 1
answered on 21 Apr 2011, 03:15 PM

Thanks and sorry for the late reply. I was fighting with my exams. ;-)

It was hardtime understanding which one to import, as your documentation doesn't specifies anything.

0
Stefan
Telerik team
answered on 27 Apr 2011, 07:52 AM
Hi Akhil,

Thank you for writing.

All projects that use RadControls for WinForms have the Telerik.WinControls.dll assembly referenced (it is automatically added once you drag a RadControl from the Toolbox to the form). Then, once you type in RadMessageBox in the code behind, Visual Studio will suggest you to import the namespace of the RadMessageBox type (if it has not been already imported). However, we will consider adding the full namespace to RadMessageBox documentation.
 
All the best,
Stefan
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Akhil
Top achievements
Rank 1
Answers by
Richard Slade
Top achievements
Rank 2
Akhil
Top achievements
Rank 1
Stefan
Telerik team
Share this question
or