PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Marc van Cauwenberghe on December 26, 2011, 04:07:55 AM

Title: set a Favorite
Post by: Marc van Cauwenberghe on December 26, 2011, 04:07:55 AM
Hello,

never used it but gave it a try.
I added FF_Control_SetText to right click menu and when I try to select a favorite I get

FF_Control_SetText( ByVal hWndControl As Dword, ByVal TheText As String )

The underscore char is not present which makes it very difficult to replace what is needed.

Normal:
FF_Control_SetText( ByVal_hWndControl_As_Dword, ByVal_TheText_As_String )

Is this by design?