Repaint a application [modified]
-
Hi, I have a VB application using a .Net(C#) dll.I made the application wait for particular time from the .net dll and during the wait if i move between other open windows,the VB application gets hanged or becomes blank screened. I tried using System.Windows.Forms.Application.DoEvents() to repaint the Vb application but it is not that effective. I am totally clueless:confused: Do not wait to strike till the iron is hot; but make it hot by striking. -- modified at 6:27 Friday 2nd June, 2006
-
Hi, I have a VB application using a .Net(C#) dll.I made the application wait for particular time from the .net dll and during the wait if i move between other open windows,the VB application gets hanged or becomes blank screened. I tried using System.Windows.Forms.Application.DoEvents() to repaint the Vb application but it is not that effective. I am totally clueless:confused: Do not wait to strike till the iron is hot; but make it hot by striking. -- modified at 6:27 Friday 2nd June, 2006
What exactly are you trying to do? Are you trying to modify the VB application? If so, you may get better results in the VB group. Likewise, if you're trying to modify the C# DLL, you may get better results in the C# group. When you say that you "made the application wait for a particular time," how did you do this? Chances are, you did this incorrectly, and this is causing your blank screen. If you block the UI thread while you're waiting, the screen won't paint.
-
Hi, I have a VB application using a .Net(C#) dll.I made the application wait for particular time from the .net dll and during the wait if i move between other open windows,the VB application gets hanged or becomes blank screened. I tried using System.Windows.Forms.Application.DoEvents() to repaint the Vb application but it is not that effective. I am totally clueless:confused: Do not wait to strike till the iron is hot; but make it hot by striking. -- modified at 6:27 Friday 2nd June, 2006
-
Why do you ask the same question again? Keep it in one thread. --- b { font-weight: normal; }
I thought i could get any solution from .net side... I m totally stuck up with this problem...:confused: Do not wait to strike till the iron is hot; but make it hot by striking.