سؤال

I have this error where I click something, it will popup a message with a close button, when I click on the close button, some part of the popup does not close properly. Here is a screen shot of it. May I know how to solve this?

this is the popup:

enter image description here

this is the error:

enter image description here

هل كانت مفيدة؟

المحلول

I think you need to call a requestredraw on the form, which will refresh the complete form

نصائح أخرى

Looks like a refresh problem to me. Try to call Show() or Draw() on the keypad object to force a refresh.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top