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. How to copy selected (s) textfield which those selected through checkbox

How to copy selected (s) textfield which those selected through checkbox

Scheduled Pinned Locked Moved Visual Basic
comtutorial
3 Posts 3 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
    altafad
    wrote on last edited by
    #1

    How to copy selected (s) textfield which those selected through checkbox I like to copy in clipboard. Access textfield data when front of the textfield checkbox is checked if not checked it should not copy in clipboard. If text field has data like that altaf/ahmed mr one field checked altaf11@yahoo.com one field checked ca gf767577 ca 17-may-60 M 12-mar-12 six field checked with one checkbox Upon pressing Action button (s) I like to have data in clipboard like this -altaf/ahmed/+ pe=altaf11@yahoo.com/ 3docs/ca/gf767577/ca/17-may-60/m/12-mar-12/altaf/ahmed mr-1.1

    C 1 Reply Last reply
    0
    • A altafad

      How to copy selected (s) textfield which those selected through checkbox I like to copy in clipboard. Access textfield data when front of the textfield checkbox is checked if not checked it should not copy in clipboard. If text field has data like that altaf/ahmed mr one field checked altaf11@yahoo.com one field checked ca gf767577 ca 17-may-60 M 12-mar-12 six field checked with one checkbox Upon pressing Action button (s) I like to have data in clipboard like this -altaf/ahmed/+ pe=altaf11@yahoo.com/ 3docs/ca/gf767577/ca/17-may-60/m/12-mar-12/altaf/ahmed mr-1.1

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      There's a Clipboard class for doing this. did you even try looking for it ?

      Christian Graus Driven to the arms of OSX by Vista.

      I 1 Reply Last reply
      0
      • C Christian Graus

        There's a Clipboard class for doing this. did you even try looking for it ?

        Christian Graus Driven to the arms of OSX by Vista.

        I Offline
        I Offline
        Indra PR
        wrote on last edited by
        #3

        Something like this maybe?

        Me.TextBox1.SelectAll()
        Me.TextBox1.Copy()

        - No Signature Available -

        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