question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Start app without windows?

See original GitHub issue

I want create ask dialog and then do any action. Show\ShowDialog methods only asynchronic, no idea, how to do it and dont close app. Where “ShutdownMode” analog with “OnExplicitShutdown” value from WPF?

    static void Main(string[] args)
    {
      InitializeLogging();
      AppBuilder.Configure<App>()
          .UsePlatformDetect()
          .SetupWithoutStarting();

      var dialog = new SimpleDialog();
      // Cannot await, Main not async
      var dialogResult = await dialog.ShowDialog();
      ...
    }

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

2reactions
Gillibaldcommented, May 15, 2018

I will introduce ShutdowmMode soon. That is next in my list.

0reactions
Gillibaldcommented, Jan 23, 2019

You don’t run the Application anywhere. That wouldn’t work with WPF either.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to access your computer's programs on windows ...
The easiest way in Windows 10 is to press the Win key once and then just start typing part of the name, it...
Read more >
How do I run an App without windows login?
Hi Geoff, Okay, I understand, please continue with these steps. Click your Start Button, type regedit and hit Enter to open the Registry...
Read more >
6 Different Ways to Open Programs on Windows
Another quick way to open apps and programs in Windows is through the Run dialog box. To do so, press Win + R...
Read more >
Windows 10 Programs start without visual Interface
If the application window is opened but not in view, you can use the Windows key + Arrow keys to move the windows...
Read more >
How To Open The Start Menu Without Windows Key In ...
Keyboard shortcut to open Start menu in the absence of Windows logo key. If your keyboard lacks the Windows logo key, you can...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found