set a Favorite

Started by Marc van Cauwenberghe, December 26, 2011, 04:07:55 AM

Previous topic - Next topic

Marc van Cauwenberghe

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?