Insert an image into your message
-
here is the problem; i am looking for a solution. On a button click; i want to open a rich text editor or WordPad; and want to copy the text typed there to my own text field, once user clicks exit/cut Button. can i do this? is there any control available to use worpad in our application? like msword.olb for MSWord programming. i am using vb.net with asp.net; had to do this on a aspx web page. Looking for Help ASIM Asim
-
here is the problem; i am looking for a solution. On a button click; i want to open a rich text editor or WordPad; and want to copy the text typed there to my own text field, once user clicks exit/cut Button. can i do this? is there any control available to use worpad in our application? like msword.olb for MSWord programming. i am using vb.net with asp.net; had to do this on a aspx web page. Looking for Help ASIM Asim
Wordpad doesn't have an object library like Word or Excel does. WordPad is nothing but a user interface wrapped around a Rich Text Box control. For Windows Forms apps, it's simple. But, there is no Rich Text Box control that comes with VS.NET that works on Web pages. Here, your going to have to search the sites, like www.asp.net or download.com or whatever, to find a 3rd party control to do what you want. I found a few out there, but they weren't free! RageInTheMachine9532