Click here to Skip to main content
15,893,381 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Plz reply me
how to show mesagebox in C#.net but messagebox display in marathi language
that means font is shivaji02, shivaji 05
Posted
Comments
Mojtaba Eng 10-May-13 9:01am    
write your own MessageBox form and show that. return datatype is DialogResult
Sergey Alexandrovich Kryukov 10-May-13 9:18am    
You should always tag the UI library your use or your application type. Devanāgarī (you should talk about the script, Devanāgarī, not Marathi) is supported by default on nearly all modern systems.
—SA

MessageBox.Show("Shivaji","Alert")
 
Share this answer
 
Not free, but shows it can be done:

http://www.news2news.com/vfp/?solution=5[^]

This explains how they probably did it, but they must have done more research into it because the article doesn't outline changing the font:

MSDN Hooks[^]
 
Share this answer
 
http://www.dotnetperls.com/customized-dialog[^]


I think you got your ans.
 
Share this answer
 
messagebox.show("type wat u need);

that's all
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900