No i have not seen it..thanx for the information Do not wait to strike till the iron is hot; but make it hot by striking.
Resolver18
Posts
-
Remoting help.. [modified] -
Remoting help.. [modified]Hi all, Could anyone help me with Remoting materials or ebooks which would help me learn about Remoting..:) Do not wait to strike till the iron is hot; but make it hot by striking. -- modified at 7:38 Thursday 15th June, 2006
-
Guide me...Hi all, I am interested in MSMQ but i dont know how to proceed with it.I just know the basic of MSMQ and want to know more about. Could anyone help me by suggesting any materials or books which would guide me in MSMQ. Thanks in advance,:) Do not wait to strike till the iron is hot; but make it hot by striking.
-
MSMQ - symantec intrusion detection issueHi Vidya, Even i m new to MessageQueuing.I have not even taken a single step towards MessageQueuing...but i m interested and need to do it.Could u suggest me any tutorials or any other good sources for MessageQueuing..:) Or else u atleast share ur views about exploring MessageQueuing...:-O Thanks in advance Do not wait to strike till the iron is hot; but make it hot by striking.
-
Repaint a application [modified]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.
-
Repaint [modified]ok..i ll try returning from the dll.. Thank u:) Do not wait to strike till the iron is hot; but make it hot by striking.
-
Repaint [modified]I m having a VB application which is using a .Net(C#) dll.In that dll, i have written code to make the application wait for a particular interval(alteast 2min).During that wait period if i try to move focus between other open windows and return focus back to vb application,it opens as blank white window.After that interval it gets repainted.How to make application open normally during the wait period??? code snippet i used for wait is as below: private void wait(interval) { DateTime dteEndDate; dteEndDate = DateTime.Now.AddMilliseconds(interval); while ((DateTime.Now < dteEndDate)) { System.Windows.Forms.Application.DoEvents(); } } I even tried using Thread.Sleep(interval) and got the same blank application window. Thanks Do not wait to strike till the iron is hot; but make it hot by striking.
-
Repaint [modified]Nothing different i tried to move between other open windows during the wait -say 10secs in vb code .The application doesnt get refreshed or repainted ...it is displayed white window.. Do not wait to strike till the iron is hot; but make it hot by striking.
-
Repaint [modified]Thanks...atleast i got a single response.. I tried to return and refresh from the vb application but it doesnt work either..:-> Do not wait to strike till the iron is hot; but make it hot by striking.
-
Repaint [modified]Thank u ,that was my first message and realized later about what is lounge and other language specifc forums Do not wait to strike till the iron is hot; but make it hot by striking. -- modified at 3:18 Friday 2nd June, 2006
-
Repaint [modified]thanks for ur suggestion:cool: Do not wait to strike till the iron is hot; but make it hot by striking.
-
RefreshHi, 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 that effective but of course makes little difference. I totally clueless :confused: Do not wait to strike till the iron is hot; but make it hot by striking.
-
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
-
Repaint [modified]Say:I have vb application which uses a .Net dll.If i had to repaint or refresh the calling VB application from the .Net dll's code,how could i do that?:confused: I tried using (Application.DoEvents) method but it doesnt effectively work, the vb application screen becomes white when focus is moved to other open windows and brought back...:zzz: Do not wait to strike till the iron is hot; but make it hot by striking. -- modified at 12:12 Thursday 1st June, 2006