System::Windows::Forms::Form::ShowDialog()

青春壹個敷衍的年華 提交于 2019-12-13 04:23:00

问题


I have a 2 forms setup

my first form will call another form with the ShowDialog() method when I receive data from the serial port

ShowDialog() throws InvalidOperation with additionnal information "DragDrop registration did not succeed"

any hints on how to solve this?


回答1:


Cheesy google search answer... but it seems to address your issue:

http://social.msdn.microsoft.com/forums/en-US/vbgeneral/thread/269b8950-2ef9-483f-8124-e2725ffd5d83/



来源:https://stackoverflow.com/questions/659825/systemwindowsformsformshowdialog

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!