Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I need to create an application to run programs. It should work as VmWare or VirtualBox, but to run other programs and not an operating system. Any suggestion?
What you are trying to do can't be accomplished in a simple way.
You still need a virtual machine of some sort, or an application container. I know that Microsoft is working on a Windows application container (like Docker) but I don't believe it is available yet.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 hours ago.
Improve this question
I want to do the terminal (just command line / powershell / ssh), where user can work as usual, but also I want a handler which can control and impact on everything that is happening in terminal (input and output) and perform some actions with interface.
What is a better approach to implement it with Windows Forms?
I tried to use https://github.com/dwmkerr/consolecontrol, but can't find how to make normal terminal (where arrows, tab and color work)?
Many thanks.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 days ago.
Improve this question
I have a problem trying to put my app on Microsoft Store: Win32 must install silently. The project is made from WPF C#. Any solution is welcome.
This is my first time pushing my app to Microsoft Store. Hope to get help.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
I have to create a form for a task that is done by multiple people at the company I work for. Due to the circumstances, I have choosen Windows Forms and C# to make it. However, I'm not sure how I'm going to make the program available to my colleagues.
In Python, I use PyInstaller to create a .exe file and distribute my programs in a way that no one needs to install a Python interpreter to use it. Is there anything similar for C#?
Right click project and choose publish.
There’s a lot of tutorials about it.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I have shard hosting like GoDaddy with Windows. I am writing in ASP.NET c#. Can I use it from c# on the shared hosting?
If you can get them to install Imagemagick, then yes.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I have problem
i need to pass parameter value from my win app to another win app in c#.
Is this possible؟؟
how ?
Does the program require the use of port ?
please help me
I think you have to go for inter process communication to communicate between 2 different applications.
https://msdn.microsoft.com/en-us/library/bb546085.aspx
Communicating via windows messages example
http://ryanfarley.com/blog/archive/2004/05/10/605.aspx