Forum: C# Jan 22nd, 2009 |
| Replies: 8 Views: 2,203 dont know how to use. tell me how? |
Forum: C# Jan 22nd, 2009 |
| Replies: 8 Views: 2,203 Here, how i am writing log to a file.
Its giving error only for some time. It may or may not give error as "Some other process using this file".
How to rectify this. Is it possible to wait... |
Forum: C# Jan 21st, 2009 |
| Replies: 8 Views: 2,203 How to wait for some time while writing to a file.
I am appending some text in log file, its giving error as Some other process using this file.
How i have to wait untill its free. |
Forum: C# Jan 19th, 2009 |
| Replies: 16 Views: 2,993 if we use activate event, it will go infinite. not able to minimize of form1 or close of form1. |
Forum: C# Jan 19th, 2009 |
| Replies: 16 Views: 2,993 I have mentioned so many times, minimize and maximize is not a aproblem for me.
I already wrote this code for minimize and maximize of both forms and working fine, but the problem is as follows.
... |
Forum: C# Jan 19th, 2009 |
| Replies: 16 Views: 2,993 I want form2 should be in top, when form1 is also in top of other windows. To do this which event i have to call??
i.e if i click form1, both forms have to appear if it is behind the other windows. |
Forum: C# Jan 19th, 2009 |
| Replies: 16 Views: 2,993 @cVz:
I didnt get you, will u please explain in brief. |
Forum: C# Jan 18th, 2009 |
| Replies: 16 Views: 2,993 But i want event, when form1 come to front, to make form2 as topmost.
Need Event of form1, to make form2 as topMost.
when form1 come front from back screen. |
Forum: C# Jan 17th, 2009 |
| Replies: 16 Views: 2,993 i dont have problem in minimizing,maximizing, Show and close. How to bring to front of the form2 when form1 activates.
I want only one operation.
When form1 is in normal state but behind... |
Forum: C# Jan 15th, 2009 |
| Replies: 16 Views: 2,993 I have 2 forms.
Form2 has no minimum, max, close icons.
Form2 have to control by form1.
i.e minimize of form1 becomes form2 minimize.
normal of form1 becomes form2 normal.
closing of form1... |
Forum: C# Dec 16th, 2008 |
| Replies: 1 Views: 437 I am trying to do localization of ColumnHeadersDefaultViewStyle property of DataGridView.I need localization in both Japanese and English.
While designing the form, i set the Font Style of... |