Questions tagged [external-application]

55 questions
1
vote
1 answer

Why can't I run an application or console from within Java?

I am trying to update a 200,000 line program written in Java/Eclipse in 2009. I imported it to the latest Eclipse/Java, and there are several problems: the following line (which ran inn 2009) generates an error message try { consoleProcess…
Paul
  • 11
  • 3
1
vote
2 answers

Proper way to run PsList.exe from my C# app and get its output (Or why my code doesn't work)?

Why this code only shows cmd window and never reaches the end ? I want to get the output from PsList into my C# app. Execution halts on this line: "int exitCode = proc.ExitCode;" private static void PsList() { ProcessStartInfo start =…
Primoz
  • 4,079
  • 17
  • 56
  • 67
1
vote
1 answer

emacs as an external editor for other applications (Houdini, Joplin)

I am trying to use emacs as an editor with other applications which allow people to open text in an editor (Sublime in this case), save it, and see it updated in the application. For example, in Houdini, a 3D software, I can type code in an external…
lumogas
  • 11
  • 1
1
vote
1 answer

How do I get a button handle from Windows10Forms in C#?

I've been trying to find the handle for a particular help button in a program and then send a BN_CLICK message to it. To debug, I looked at the handles for the parent window and the button. [DllImport("User32.dll", EntryPoint =…
Andrew
  • 23
  • 3
1
vote
0 answers

Open Command prompt through chrome

Is it possible to open a command prompt through chrome link/button and passing a value/url. I am looking for a solution to open a local file through chrome. I am okay if the user manually presses the run command to open but alteast the cmd should…
ajaykumar
  • 646
  • 7
  • 17
1
vote
0 answers

It's possible to call cordova plugin on app android from a external webapp embeded on app?

I have one simple cordova app, inside, I call one web application AngularJS. I need to call javascript/plugin inAppPurchase from web application. Call external webapp from index.html cordova android.