Hi...
I was implenting the "Always on Top" feature using the API in a VB program I've written ... but I then releazed that, whenever the user clicks on the "About" form in the program... the program craches, due to this Always on Top thing. So I added some code to disable Always on Top when the user clicks About, then set it back on... when the user clicks Ok in About.

1. Is this the right way to do it... ?
2. How come msgboxes do not get affected by this problem and they continue to function well... Are they coded in a way that would also disabel Always on Top when they're displayed.. ?

Thanks a lot...