Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Insert an image into your message

Insert an image into your message

Scheduled Pinned Locked Moved Visual Basic
helpcsharpasp-netquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Asim N
    wrote on last edited by
    #1

    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

    D 1 Reply Last reply
    0
    • A Asim N

      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

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      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

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups