G
Guest
Hi,
I want to start a windows form from a console application within a new
thread. Is it reasonable to use the BackgroundWorker component for that? Are
there any other/better startegies for accomplishing this task? (The form is
used to display an encoding preview from windows media encoding)
Creating a new application context and calling Application.Run(appContext)
when a new thread starts doesn't work for me (creates the form but the form
is blocked somehow, the console application continues).
Best Regards,
I want to start a windows form from a console application within a new
thread. Is it reasonable to use the BackgroundWorker component for that? Are
there any other/better startegies for accomplishing this task? (The form is
used to display an encoding preview from windows media encoding)
Creating a new application context and calling Application.Run(appContext)
when a new thread starts doesn't work for me (creates the form but the form
is blocked somehow, the console application continues).
Best Regards,