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. C#
  4. Space

Space

Scheduled Pinned Locked Moved C#
helpquestion
3 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.
  • D Offline
    D Offline
    Dromar
    wrote on last edited by
    #1

    When I am using System.Diagnostics.Process.Start(@"C:\WINDOWS\system32\mspaint.exe", @"C:\Dokumente und Einstellungen\a\b\1-1b69f6823fcbd047.jpg")); It throws an Error that "C:\Dokumente\" was not found. What am I doing wrong? Thanks for your answers

    A 1 Reply Last reply
    0
    • D Dromar

      When I am using System.Diagnostics.Process.Start(@"C:\WINDOWS\system32\mspaint.exe", @"C:\Dokumente und Einstellungen\a\b\1-1b69f6823fcbd047.jpg")); It throws an Error that "C:\Dokumente\" was not found. What am I doing wrong? Thanks for your answers

      A Offline
      A Offline
      Anthony Mushrow
      wrote on last edited by
      #2

      I don't have the problem, but, try surrounding the argument by quotes, like this: System.Diagnostics.Process.Start(@"C:\WINDOWS\system32\mspaint.exe", "**\"**C:\\Dokumente und Einstellungen\\a\\b\\1-1b69f6823fcbd047.jpg**\"**"));

      My current favourite word is: Bauble!

      -SK Genius

      D 1 Reply Last reply
      0
      • A Anthony Mushrow

        I don't have the problem, but, try surrounding the argument by quotes, like this: System.Diagnostics.Process.Start(@"C:\WINDOWS\system32\mspaint.exe", "**\"**C:\\Dokumente und Einstellungen\\a\\b\\1-1b69f6823fcbd047.jpg**\"**"));

        My current favourite word is: Bauble!

        -SK Genius

        D Offline
        D Offline
        Dromar
        wrote on last edited by
        #3

        Thank you its working now! mybe i should got to sleep, I cant work well anymore :(

        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