Search found 1 match
- Thu Oct 30, 2014 11:00 pm
- Forum: Application Development
- Topic: Can't draw in screen open event
- Replies: 1
- Views: 5495
Can't draw in screen open event
I use DrawTest() to draw two rectangles on screen, they can't be displayed when using Screen1_Opened(), but it can in Button_Click(). here is the source code, namespace Neo.ApplicationFramework.Generated { using System.Windows.Forms; using System; using System.Drawing; using Neo.ApplicationFramework...