tags:

views:

70

answers:

1

Weird issue: I have application that I fire some code in the Form_Paint event for the main form, it works fine on my machine, but on other machines is not working at all.

I tried to debug the code on the other machine, and Form_Paint event is not triggered at all!

A: 

if it's working on your machine so it should work on others, try to put messagebox that show message and check if it fires on others machine or not, because maybe debug mode is not activated.

Wael Dalloul
I did, and still not going through the Form_Paint event??