exe
Running the program with out GUI
I have a requirement in my project that I have to run external program with out GUI even if external program has GUI(like notepad.exe).This is possible in .NET. But my program is in java. I found out[详细]
2023-02-23 03:39 分类:问答Passing CALLBACK from dll to EXE
I have a DLL that I use to hook the Notepad and catch keystrokes.All works well, but I\'d like to have access to the KeyboardHook Callback from within my exe. So that everytime the Callback in the .dl[详细]
2023-02-22 20:42 分类:问答How to generate an .EXE with different Name than the main Assembly?
I have a WPF application with lot of XAML code referencing the main assembly (for widgets, styles and these things).[详细]
2023-02-22 04:22 分类:问答my ".exe" made in VB do not run in Task Scheduler WIN7
I have made my .exe in VBscript. My application calls Illustrator and save all the open documents. If I run the application with double click all works correctly.[详细]
2023-02-22 03:03 分类:问答Problem while trying to run .exe on remote with psexec (c#)?
Hey all, I\'m trying to run an exe file ON A REMOTE MACHINE (not from, but ON). I have very simple code as following:[详细]
2023-02-22 01:00 分类:问答How to convert a .NET exe to windows binary which does not require .NET Framework for running?
I\'ve an exe file which is compiled under visual studio 2010(It\'s source project is a Windows Form Application with C#).[详细]
2023-02-21 23:09 分类:问答tiny exe to launch a java application
Some questions are like: How can I package my java app into an exe ? This is not what I am going to ask.[详细]
2023-02-21 22:29 分类:问答Problem invoking external .exe using c#
I\'m trying to run this .exe file from my c# code, it does call the .exe file but then it crashes midway through. If I click on the .exe on the explorer it does its job, so I wonder if there\'s a prob[详细]
2023-02-21 00:32 分类:问答Execute exe-file from html-page?
I want to launch a local exe-file (without saving it to another location first) upon clicking on a link on a local html file.[详细]
2023-02-20 22:59 分类:问答How to check the Language in which Exe is made
We were studying about compilers at college so this raised me curiosity that when we use the compilers and they form assemblies so is there any w开发者_开发知识库ay you could know that ,if you are giv[详细]
2023-02-20 08:42 分类:问答