Well the topic might not be all clear but I could not find anything better. Now here is my problem:
I am having a form with a little code in the resize event because I do not want it to be made any smaller than a certain size because it would make it useless. But when a user has real time scaled forms activated (forms that show when you move them around and also while resizing instead of showing those borders) it gets a little ugly due to flickering. How can I avoide that? I think the easiest way would be to programmatically release the mousebutton so the user is not able to resize the form until he clicks again... how can that be done or can you think of better ways?
thanks in advance




Reply With Quote