Feb 1, 2002 #1 forlorn Programmer Joined Dec 12, 2001 Messages 28 Location TR ...and how can i avoid it? Thanks.
Feb 1, 2002 Thread starter #2 forlorn Programmer Joined Dec 12, 2001 Messages 28 Location TR OK, i fixed it now. If anyone is suffering from this problem too, check out http://www.codeguru.com/editctrl/edit_cr.shtml Also, there's another way, much simpler than this one, 1) Override OnInitDialog() 2) Add : SetDefID(-1) This solution is posted by Mr.Hao Xu in reply to that solution on the link above. So read the comments too. Upvote 0 Downvote
OK, i fixed it now. If anyone is suffering from this problem too, check out http://www.codeguru.com/editctrl/edit_cr.shtml Also, there's another way, much simpler than this one, 1) Override OnInitDialog() 2) Add : SetDefID(-1) This solution is posted by Mr.Hao Xu in reply to that solution on the link above. So read the comments too.