Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7608965
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T01:03:22+00:00 2026-05-31T01:03:22+00:00

I am trying to create a program that the user must run the .exe

  • 0

I am trying to create a program that the user must run the .exe from his/her desktop… If they try to run it from somewhere else i would like to have the .vbs pop up file I created to show up telling them to place it on the desktop. I have already made the program and it works fine, but people can’t read the instructions, so I thought this might be a good approach. Unfortunatley, I am having trouble with it and I am going nowhere. If someone could help me, that would be greatly appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T01:03:24+00:00Added an answer on May 31, 2026 at 1:03 am

    I don’t really understand why you’d want to do this but you could check in Main to see if the app was run from the Desktop

    static void Main()
    {
    
      var AsmPath =System.IO.Path.GetDirectoryName( 
        System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase ) ;
    
       var desktopPath = Environment.GetFolderPath(Environment.SpecialFolder.Desktop);
    
      if (AsmPath == desktopPath)
      (
          MessageBox.Show ("You can only run this from the desktop");
          Application.Exit();
      )
      else 
           Application.Run(new Form1());
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to create a program that: asks the user to input a max.
I am trying to run a test program that allows a user to click
I'm trying to create a desktop program that will interact with the online todo
I am trying to create a program that will take user inputs(marks) and output
I am trying to create a program where that only one user can be
I am trying to create a program that loads in over 100 tables from
I'm trying to make a basic program that allows a user to create a
I'm trying to create a program that takes a text file of c++ code
I am trying to create a program that will do some simple calculations, but
I'm currently trying to create a program that estimates location based on signal strength.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.