CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Deploying Files

  1. #1
    Join Date
    Nov 2005
    Posts
    281

    Deploying Files

    I am trying to deploy files when you hit a button on my (cmdDeploy). But I don't know how I would get the program to deploy them. And would I just put the files in the project as resources?

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: Deploying Files

    I don't get what you mean...
    Can you eloborate a bit more please¿

  3. #3
    Join Date
    Nov 2005
    Posts
    281

    Re: Deploying Files

    Yes, as in loading files into a project (any format, it doesn't matter) and when you click the "Unload" button, all of the files are extracted to the selected folder.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured