Skip to content

How to make a program that only loads the window but doesn't show it, and doesn't block the code? #236

Closed Answered by MikeYeager
vitash asked this question in Q&A
Discussion options

You must be logged in to vote

@vitash Why not make your COM call on another thread before opening the window? If we don't block and wait on the windows, they the .NET code will simply run to completion and exit. Otherwise, it would be up to your code to block.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@vitash
Comment options

Answer selected by vitash
Comment options

You must be logged in to vote
1 reply
@vitash
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants