QUOTE (rolfk @ May 1 2008, 03:31 AM)
Yeah - that was a problem I had on an old project - in the interests of reusability, I documented every FP node (some dynamically based on their changing functionality) and then layed-out the screen so that the context help window was in the right place. Problem was that every time I moused-over a different control, the context help window would resize to the size of the help for that node, completely screwing up my UI layout (I'm http://forums.lavag.org/blog/crelfs_technology_articles/index.php?showentry=142' target="_blank">very particular about UI layouts ), so I had to reset the size (using user32.dll) every 150ms or so