Font dialogue box should be opened when button is clicked in asp.net
Please give code urgent sir.............
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
yeshwanth reddyPosted Mar 4, 2015, 3:27 AM
yeshwanth reddyPosted Mar 4, 2015, 3:23 AM
Sharad GuptaPosted Jul 17, 2013, 7:14 AM
yadagiri uppari
you can use FCK Editor for solving that problem
ref http://sourceforge.net/projects/fckeditorexampl/?source=dlp
yadagiri uppariPosted Jun 15, 2013, 2:07 AM
That means if i select bold or italic then there is no change for text....please help me sir
Sharad GuptaPosted Jun 14, 2013, 7:22 AM
yadagiri uppari
If you want to use the Font dialogue box should be opened when button is clicked in asp.net
Simply create a Font Dialog in window application
like
private void Form1_Load(object sender, EventArgs e)
{
FontDialog fd = new FontDialog();
fd.ShowDialog();
this.Close();
}
Bulid and run and
After it create the "exe" of this windows from
And use it in ASP.NET like
using System.Diagnostics;
protected void Button1_Click(object sender, EventArgs e)
{
Process p = new Process();
p.StartInfo.FileName = "C:\\Program Files (x86)\\Microsoft\\Setup3\\WindowsFormsApplication1.exe"; //pass the address where you win from exe has been installed.
p.Start();
}
yadagiri uppariPosted Jun 14, 2013, 5:24 AM
i got in windows but am not getting in asp.net please help me sir
selva kumarPosted Jun 14, 2013, 2:48 AM
http://www.dotnetspider.com/resources/27395-Font-Dialog-Control.aspx