Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Now is this possible?

Featured Replies

I want to have an exe running server-side (on a Windows server) but I want the user to be able to control the program through their browser.

I thought perhaps running a remotedesktop session through the browser like Microsoft's Visual Studio .net 2003 online demo thing would do it but I really don't want to have to do that.

Is there an ActiveX control I can use perhaps?

Any help will be greatly appreciated.

TIA.


I'm sure it's possible. I don't know how to do it, but I login to a site frequently where in the address is something.exe?*** or something like that, and it's a legitimate site.

It's actually very simple but requires a lot of time.

You need two parts.

One, your program (the exe) you would like the web user to be able to control.

Two, you need an ActiveX dll to control the program.

Your program can be anything.

The ActiveX DLL needs to be registered in windows so that you can instanciated it within an ASP.Net page and within your DLL you'll need to start the EXE and control it using the System.Diagnostics.Process class. A full tutorial including how to control the I/O of the process can be found here.

Though if you wanted to make your life easier, just code the WHOLE thing as an ActiveX DLL and just call the thing inside your ASP.Net page. An ActiveX DLL can do EVERYTHING a full program can. The ONLY thing it can't do is start by itself.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.