windows form disappears and reappears automatically
-
Sunday, April 29, 2012 1:24 PMWe are using a third party media player in our windows MDI form. Our form has a lot of controls.When assigning source file to this media player (which takes a little long time) intermittently our form disappears for a moment and then reappears with the new media file shown in the media player.Any workaround or solution ?
- Edited by ArupKumarBehera Sunday, April 29, 2012 1:24 PM
- Edited by ArupKumarBehera Sunday, April 29, 2012 1:57 PM
- Moved by Bob Wu-MTMicrosoft Contingent Staff Friday, May 11, 2012 8:52 AM (From:Windows Forms Designer)
All Replies
-
Tuesday, May 01, 2012 3:21 AM
Hi ArupKumarBehera,
According to your description, I think the issue is more related to the third part media player. You might get help from their forum.
Anyway, could you please share the code with us? It would help us to detect the issue.
Best Regards,
Bob Wu [MSFT]
MSDN Community Support | Feedback to us
-
Monday, May 07, 2012 8:22 AM
Hello Bob , thanks for your reply. The thing is we are using a third party media player. When i assign the source file to be displayed, it takes a long time and we have other threads running at the same time.So may be that is the reason that i am getting a flash because many processes run at the same time and one process is taking a long time. I have asked them but they are also unable to solve. Do you know of any work around ..like even if this source assigning process may take a long time without hampering the design (causing flashing) ?
thirdpartyclass.sourcefile = "C:/test.jpg" (it is the line of code that takes long time)
Arup Kumar Behera
-
Friday, May 11, 2012 8:51 AM
Hi Arup,
I'm sorry that the third party library is not supported in the MSDN Forum. You can get help in the third party forum.
Sorry for any inconvenience this may cause.
Best Regards,
Bob Wu [MSFT]
MSDN Community Support | Feedback to us

