Originally posted by aks_1610
Please see the attached file:
Got the problem !
Its not closing the form because you have set its borderstyle property to 0-None. You cannot close forms with Ctrl + F4 if there's borderstyle is 0. Change it to 1 or 2 and it will close the form on Ctrl + F4.