J
Jeff0803
Guest
From static method, call Form1.Show and error occur like following.
dragdrop registration did not succeed......
I put log to find where that error occur.
Program run Form1's constructor and error occur before Form_Load event starts.
There's another static method that calls Form1.Show and works well.
That error occur when it is called from one static method.
Have anybody experienced this?
Continue reading...
dragdrop registration did not succeed......
I put log to find where that error occur.
Program run Form1's constructor and error occur before Form_Load event starts.
There's another static method that calls Form1.Show and works well.
That error occur when it is called from one static method.
Have anybody experienced this?
Continue reading...