¡@

Home 

c# Programming Glossary: exe

How to convert a simple .Net console project a into portable exe with Mono and mkbundle?

http://stackoverflow.com/questions/1321207/how-to-convert-a-simple-net-console-project-a-into-portable-exe-with-mono-and-m

to convert a simple .Net console project a into portable exe with Mono and mkbundle I'd like to convert my simple pure .Net.. my simple pure .Net 2.0 console utility into a portable exe which I could just put on an USB stick and run without having.. Mono and Mkbundle for creating self contained Windows exes from .Net projects but what I would like to have is a compact..

Elevating process privilege programatically?

http://stackoverflow.com/questions/133379/elevating-process-privilege-programatically

I'm trying to install a service using InstallUtil.exe but invoked through Process.Start. Here's the code ProcessStartInfo.. where m_strInstallUtil is the fully qualified path and exe to InstallUtil.exe and strExePath is the fully qualified path.. is the fully qualified path and exe to InstallUtil.exe and strExePath is the fully qualified path name to my service...

Embedding DLLs in a compiled executable

http://stackoverflow.com/questions/189549/embedding-dlls-in-a-compiled-executable

DLLs in a compiled executable You know I haven't seen a good answer for this anywhere... it possible to embed a pre existing DLL into a compiled C# executable so that you only have one file to distribute If it is..

Single-assembly multi-language Windows Forms deployment (ILMerge and satellite assemblies / localization) - possible?

http://stackoverflow.com/questions/1952638/single-assembly-multi-language-windows-forms-deployment-ilmerge-and-satellite-a

I can merge the satellite assemblies into the main executable assembly but the standard .NET ResourceManager fallback.. into the main assembly. Interestingly if I take my merged executable assembly and place copies of it into the culture specific.. I did not find a more elegant solution I use fart.exe in a pre build step to auto replace. UPDATE 2 Another Practical..

How do I create 7-Zip archives with .NET?

http://stackoverflow.com/questions/222030/how-do-i-create-7-zip-archives-with-net

provided as answers to this question Shelling out to 7z.exe this is the simplest and most effective approach and I can confirm.. . As workmad3 mentions I just need to guarantee that 7z.exe is installed on all target machines which is something I can.. . 7zSharp Wrapper found on CodePlex this wraps the 7z exe LZMA SDK . I referenced the project from my app and it successfully..

Visual Studio build fails: unable to copy exe-file from obj\debug to bin\debug

http://stackoverflow.com/questions/2895898/visual-studio-build-fails-unable-to-copy-exe-file-from-obj-debug-to-bin-debug

Studio build fails unable to copy exe file from obj debug to bin debug Update A sample project reproducing.. warning Unable to delete file '...bin Debug ProjectName .exe'. Access to the path '...bin Debug ProjectName .exe' is denied... .exe'. Access to the path '...bin Debug ProjectName .exe' is denied. and the error Unable to copy file 'obj x86 Debug..

Does the C# “finally” block ALWAYS execute? [duplicate]

http://stackoverflow.com/questions/3216046/does-the-c-sharp-finally-block-always-execute

the C# &ldquo finally&rdquo block ALWAYS execute duplicate Possible Duplicate Will code in a Finally statement.. the following code C# code. Does the finally block execute public void DoesThisExecute string ext xlsx string message.. choice break case csv message Better choice break case exe message Do not try to break me break default message You will..

How to embed a text file in a .NET assembly?

http://stackoverflow.com/questions/433171/how-to-embed-a-text-file-in-a-net-assembly

disk and so that everything I need is contained within the exe. So that it's more portable Is there a way to do this I assume..

Calculating Bandwidth

http://stackoverflow.com/questions/442409/calculating-bandwidth

i can calculate bandwidth packets sent and received by an exe application via net have loooked into IPGlobalProperties and..

How can a Windows Service start a process when a Timer event is raised?

http://stackoverflow.com/questions/4516200/how-can-a-windows-service-start-a-process-when-a-timer-event-is-raised

I am creating a process System.Diagnostics.Process.Start exe path at interval of 5 seconds. But this process does not get.. pr.StartInfo.FileName @ C Program Files Messenger msmsgs.exe pr.StartInfo.WindowStyle ProcessWindowStyle.Normal pr.StartInfo.CreateNoWindow..

Checking if Windows Application is running

http://stackoverflow.com/questions/4722198/checking-if-windows-application-is-running

check the process name but the name can be changed if the exe changed. is there is any way to have a hash key or something.. if IsProcessOpen name of application.exe false System.Windows.MessageBox.Show Application not open ..

Show Console in Windows Application?

http://stackoverflow.com/questions/472282/show-console-in-windows-application

cmd shell and enter c path to Debug dir WindowsApplication.exe console To run in gui mode EITHER just double click the exe.. console To run in gui mode EITHER just double click the exe OR start it from the cmd prompt with c path to Debug dir WindowsApplication.exe.. the cmd prompt with c path to Debug dir WindowsApplication.exe or pass the gui argument . To start in command mode from a double..

How can I run another application within a panel of my C# program?

http://stackoverflow.com/questions/758494/how-can-i-run-another-application-within-a-panel-of-my-c-sharp-program

For example I'd like a button click to open a notepad.exe WITHIN my application not externally. Thanks. c# .net windows.. not externally. Thanks. c# .net windows winforms exe share improve this question I don't know if this is still..

How to: Merge multiple assemblies into one

http://stackoverflow.com/questions/8077570/how-to-merge-multiple-assemblies-into-one

these dlls in to my EXE Thanks in Advance. c# assemblies exe ilmerge servicestack share improve this question You have..

Programmatically add an application to Windows Firewall

http://stackoverflow.com/questions/113755/programmatically-add-an-application-to-windows-firewall

Because of the way that ClickOnce works the path to the EXE changes with every update so the exception needs to change also...

Reducing memory usage of .NET applications?

http://stackoverflow.com/questions/1343374/reducing-memory-usage-of-net-applications

You might want to check out Stack Overflow question .NET EXE memory footprint . The MSDN blog post Working set actual memory..

How do I decompile a .NET EXE into readable C# source code?

http://stackoverflow.com/questions/179741/how-do-i-decompile-a-net-exe-into-readable-c-sharp-source-code

do I decompile a .NET EXE into readable C# source code I wrote a C# application for a.. but I no longer have the source code. All I have is the EXE that I deployed on the client's PC. Is there a way I can generate.. PC. Is there a way I can generate C# source code from the EXE c# .net reverse engineering decompiling share improve this..

Integrating into Windows Explorer context menu

http://stackoverflow.com/questions/1838856/integrating-into-windows-explorer-context-menu

an additional entry. When you click this entry a certain EXE is launched with this file as one of its parameters. I would..

Embedding assemblies inside another assembly

http://stackoverflow.com/questions/222655/embedding-assemblies-inside-another-assembly

.NET Yes. Are all .NET assemblies DLLs Either DLLs or EXE normally but can also be netmodule. but not all DLLs are .NET..

Compile and run dynamic code, without generating EXE?

http://stackoverflow.com/questions/3188882/compile-and-run-dynamic-code-without-generating-exe

and run dynamic code without generating EXE I was wondering if it was possible to compile and run stored..

How can a C++ windows dll be merged into a C# application exe?

http://stackoverflow.com/questions/72264/how-can-a-c-windows-dll-be-merged-into-a-c-sharp-application-exe

data i o. My goal is to deploy the application as a single EXE. What are the steps to create such an executable c# dll merge..

Making a C# kill event for a vb6 app?

http://stackoverflow.com/questions/727386/making-a-c-sharp-kill-event-for-a-vb6-app

think it should work for a C# client too. The VB6 ActiveX EXE object should expose an event CheckQuitDoStuff . This takes.. called Quit. The client calls StartDoStuff in the ActiveX EXE object. This routine starts a Timer on a hidden form and immediately..

How to: Merge multiple assemblies into one

http://stackoverflow.com/questions/8077570/how-to-merge-multiple-assemblies-into-one

assemblies into one I consuming my servicestack using EXE project startup task for azure application in that i have copied.. following servicestack's dll some Azure's dlls in to EXE project. When i build this EXE project then Azure dlls will.. dll some Azure's dlls in to EXE project. When i build this EXE project then Azure dlls will be bundled with my EXE but servicestack's..

Try-catch speeding up my code?

http://stackoverflow.com/questions/8928403/try-catch-speeding-up-my-code

this using the Release configuration and directly ran the EXE file outside Visual Studio . EDIT Jon Skeet's excellent analysis..