Click here to Skip to main content
15,878,945 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i never used visual studio and i want to create a quick program.
i dragged my .reg file into the solution explorer and its called
WindowsFormsApplication1_TemporaryKey.pfx

i want to start it up with a click of a button

What I have tried:

tried doing this: Process.Start("WindowsFormsApplication1_TemporaryKey.pfx");
Posted
Updated 18-Jun-19 11:03am
Comments
Richard MacCutchan 18-Jun-19 16:14pm    
This makes no sense; a .reg file means nothing to Visual Studio.
Member 14504713 18-Jun-19 16:35pm    
But all i want to do is execute it... not create one. i know how to execute it from C:/ but i'd like it rather not because then my program won't work unless someone has the file in their C:/
Richard MacCutchan 18-Jun-19 17:44pm    
That makes no more sense than your original question.

1 solution

You've blundered into something and you think you found "a solution". NOT.

Go back and read up on "Installing / distributing my application" for your particular project / program / language.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900