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. Other Discussions
  3. IT & Infrastructure
  4. Win32 APIs

Win32 APIs

Scheduled Pinned Locked Moved IT & Infrastructure
c++question
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.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    Does anyone know if it's possible to use win32 apis in visual basic or visual c++ to copy information from the clipboard and then paste it into a floppy disk and vice versa? I would really appreciate any input that anyone has on this topic. Thanks.:)

    P 1 Reply Last reply
    0
    • L Lost User

      Does anyone know if it's possible to use win32 apis in visual basic or visual c++ to copy information from the clipboard and then paste it into a floppy disk and vice versa? I would really appreciate any input that anyone has on this topic. Thanks.:)

      P Offline
      P Offline
      Paul M Watt
      wrote on last edited by
      #2

      You can use EnumClipbaordFormats, then when you find a format that you are interested in you can use GetClipboardData. As far as writing the data to the Floppy drive, just Create a file on the A: with CreateFile, then call WriteFile to write the data that you received from the clipboard, and CLoseHandle, to close the file when you are done.

      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