PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Mark Strickland on June 09, 2005, 08:06:32 PM

Title: Best place for commctrl.inc if no common controls on form
Post by: Mark Strickland on June 09, 2005, 08:06:32 PM
I am trying to add tool tips to a simple form and it does not have any common controls so the commctrl.inc is not automatically included.

Where is the best place to add it?

Thanks
Title: Best place for commctrl.inc if no common controls on form
Post by: Roger Garstang on June 10, 2005, 12:27:08 AM
I reported this to him, it may end up being an FF Function then when the FF_Tooltip function is used it is added.  I usually add it to mine in the generated code, but I imagine sometime before the ToolTip code would work, or even in FF_WINMAIN or something.