Linked Questions

-3 votes
1 answer
656 views

I'm trying to start an application from command line arguments, at Normal run, program runs and displays Form1. I'm looking to start the application with command line arguments to start Form2. ...
Firefly's user avatar
  • 23
-2 votes
1 answer
413 views

My c# program is a text editor which needs file name as an input parameter. In other words, I would like to start the c# EXE from a BAT file specifying which file to open. For example: "call C:\Temp\...
Andy's user avatar
  • 89
0 votes
0 answers
166 views

I have a windows service that initiates a console app process and calls it at a set time. I believe I can use the Arguments property to pass a parameter to the called console app as such... process....
user2895142's user avatar
0 votes
1 answer
111 views

I honestly have no idea how to find what I want to know but I will do my best to explain what I would like to know. There are programs like cmdmenusel.exe which can be called in languages like batch. ...
RightBehindu's user avatar
0 votes
1 answer
59 views

Hello guys i have a question about my program testing. How do i fill arguments in main(); IList testas = new List(); now its empty , program is running withou errors. Any answer would be a huge help , ...
Laurynas Užupis's user avatar
-1 votes
1 answer
56 views

I'm sure I am overlooking something, or not searching for the right question- I have an application that saves a project file (it's in XML) but the file extension is mpxml (my project xml) - the real ...
Andy Stagg's user avatar
53 votes
5 answers
42k views

I currently have an application with a GUI. Would it be possible to use this same application from the commandline (without GUI and with using parameters). Or do I have to create a separate .exe (...
PeeHaa's user avatar
  • 73.1k
2 votes
3 answers
8k views

Just like when you make a reference in windows, to open a .txt file, it may open NotePad.exe and or Word.exe, while loading the text from the file into the editor. How can I do this with my Desktop ...
Casey ScriptFu Pharr's user avatar
5 votes
1 answer
3k views

I want to add my Application so when I right click on a file , it shows the Send To > My App. If its possible then , when I click on the SendTo button , how can I get the Selected file ...?? I didn'...
Somebody You don't know's user avatar
1 vote
3 answers
4k views

So in my form constructor I have a check for an argument. If I get one of two special arguments then I want to just register/unregister my server and close the program. I don't want the form to load ...
J.Doe's user avatar
  • 733
1 vote
3 answers
3k views

I have developed a Text Editor in WinForms. you can download it from here and use it. It works fine. But when I right-click a text file in Windows Explorer and try to open it, it doesn't show it. I ...
Badar's user avatar
  • 1,470
-1 votes
2 answers
2k views

I have created a C# command line application that creates a few reports automatically for my client. However, even though they use 95% of the same code I would like to split them in to different ...
djblois's user avatar
  • 845
5 votes
3 answers
146 views

I am developing a Forms application that is either supposed to start on Windows boot (by registering a key in the registry) or by the actual user. In case the user starts it by hand (i.e. clicking ...
fjdumont's user avatar
  • 1,537
4 votes
2 answers
537 views

I made a basic picture viewer program in C# windows from , following a tutorial. The program works fine but I want to open it like default windows photo viewer. I tried to open an image with the ...
Taha Rushain's user avatar
2 votes
1 answer
622 views

I was creating a Photo Viewer in C# winform and I was using the openfiledialog to open files in it. But then I thought to make it work as a proper photo viewer if anyone click on its image file eg png,...
mega6382's user avatar
  • 9,392

15 30 50 per page