Hi, How can i send a message like MouseDown message without using win32 apis inC#.
V
vikas maan
@vikas maan
Posts
-
Send a message to a control -
Send a message to a controlHi, How can i send a message like MouseDown message without using win32 apis inC#. Vikas Maan
-
How to hide a serial number in a file?Hi Encrypt your serial number and keep it in registry/file. Vikas Maan :)
-
not inheriting control from base classHi, Make it as a sealed class. :)
-
Urgent button disabling problemHi In a separate thread, check the messages in application queues parallely. If any message of button click comes and you are doing "pass" processing work delete that message from application quese. Size of application queue would be 8. :)