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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. Remote Protocol Management Software

Remote Protocol Management Software

Scheduled Pinned Locked Moved Visual Basic
javacomhelpquestion
2 Posts 2 Posters 1 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.
  • W Offline
    W Offline
    wildfire2323
    wrote on last edited by
    #1

    I am in the process of crating a desktop management software that will incorporate VNC. RDP, and PcAnywhere. From looking at similar software such as PcAnywhere and VNC Scan, I want to be able put all the connection information in a file and save the file to a folder. Once the file is in the folder I want them to be listed using a “list view” function and displayed on the main menu. From their once I click on the file it will open the connection based on the information in the file. I have all the remote protocols working on separate forms and I can list the content of a folder in a list view. The biggest problem I am having is putting the connection information in a file (I.P. Address, Remote Protocol, etc) and calling that file from a list view. http://www.vncscan.com/ http://www.symantec.com/home\_homeoffice/products/features.jsp?pcid=pf&pvid=pca12

    D 1 Reply Last reply
    0
    • W wildfire2323

      I am in the process of crating a desktop management software that will incorporate VNC. RDP, and PcAnywhere. From looking at similar software such as PcAnywhere and VNC Scan, I want to be able put all the connection information in a file and save the file to a folder. Once the file is in the folder I want them to be listed using a “list view” function and displayed on the main menu. From their once I click on the file it will open the connection based on the information in the file. I have all the remote protocols working on separate forms and I can list the content of a folder in a list view. The biggest problem I am having is putting the connection information in a file (I.P. Address, Remote Protocol, etc) and calling that file from a list view. http://www.vncscan.com/ http://www.symantec.com/home\_homeoffice/products/features.jsp?pcid=pf&pvid=pca12

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

      You could create your own ConnectionInfo class that stores this connection information and includes code to serialize itself. You can do this with the XmlSerializer[^] class. -- modified at 15:20 Wednesday 30th August, 2006

      Dave Kreskowiak Microsoft MVP - Visual Basic

      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