I have a user control and it is not drawn correctly, how to debug a drawing? If I set a breakpoint, the control will be locked, I can not immediately see the result of drawing? Any ideas?
What you need is a graphical debugger .
It’s best to debug drawing operations by setting up multiple monitors, but there are a few other things that can help if you only have one monitor.
, ( p/invoke) pinvoke.net.
GetKeyState() @MSDNpinvoke.net: GetKeyState (user32)
Source: https://habr.com/ru/post/1725245/More articles:When should Ajax be used, and when not? - ajaxHow to create a link to download a PDF file that does not require a right-click? - javascriptMySQL Query question .. I give up! - sqlSELECT of two identical tables with intersection - sqlDoes the stack expand when SIGABRT occurs? - c ++Has Java checked the lock twice, forcing synchronization of synchronization is working? - javaNSDatePicker - Get value when it changes - objective-cHow to block Windows port - c #PHP "умная" поисковая система для поиска советов таблиц Mysql - sqlCreating headers in the Xcode Framework - frameworksAll Articles