Thread: Run an application on right click folder

  1. #1
    Registered User
    Join Date
    Jan 2010
    Posts
    1

    Run an application on right click folder

    I am making an app in C #
    I can show my program name on right click on any folder or drive but cant execute it ..

    Please guide with code in c #

    Thanks in advance

  2. #2
    Registered User C_ntua's Avatar
    Join Date
    Jun 2008
    Posts
    1,853
    Can you provide us some code? The part where it enables your program to appear in the right click menu

  3. #3
    Registered User
    Join Date
    Mar 2009
    Location
    england
    Posts
    209
    Does it execute it wrongly, or not execute it at all??

    What I mean is, maybe you're not passing the String[] args in the Main method correctly.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 0
    Last Post: 11-22-2009, 11:23 AM
  2. Run program on webserver
    By Yarin in forum Tech Board
    Replies: 14
    Last Post: 08-28-2009, 11:30 AM
  3. Advice for Beginner??
    By hawghauler in forum C++ Programming
    Replies: 6
    Last Post: 06-01-2003, 05:33 AM
  4. Run vbscript from C++ console application
    By dp_goose in forum C++ Programming
    Replies: 3
    Last Post: 05-15-2003, 09:00 AM
  5. Win application not very portable
    By swed in forum Windows Programming
    Replies: 5
    Last Post: 10-01-2001, 11:17 AM