Forum: C# Sep 17th, 2008 |
| Replies: 5 Views: 775 I have called Form.Invalidate/Refresh from each event of the Form to repaint the form, but it is not doing so well. I think reason may be the number of triangles i am drawing (whcih is more than 300... |
Forum: C# Sep 16th, 2008 |
| Replies: 5 Views: 775 I have already tried and found of no use, as i mentioned my original post that when form is resized or restored from minimized state then all drawings disappear and i have to wait for a couple of... |
Forum: C# Sep 16th, 2008 |
| Replies: 8 Views: 9,614 c.v.burgess, you may need to set protection level of textbox to private or declare properties/functions to get its text. To change protection level, select the control and from properties window... |
Forum: C# Sep 16th, 2008 |
| Replies: 5 Views: 775 Hi all,
I want to have a MDI application with OpenGL enabled on child forms. additionally each form can have controls than OpenGL. I have tried Nehe's lessons but all of them have used an... |
Forum: C++ Sep 16th, 2008 |
| Replies: 0 Views: 602 Hi all,
I want to created an MDI application in Managed C++.NET, which can use OpenGL. I have created an application VC++, which uses OnDraw function of CView class to render OpenGL drawings. But i... |
Forum: C# Jun 26th, 2008 |
| Replies: 0 Views: 928 Hi,
I have developed an application for windows mobile in C# using VS2005. now i have to convert it to a Desktop PC application. Is there any utility/method of converting without doing much of the... |