Page 1 of 1

"See Also" section

Posted: Fri Apr 19, 2024 9:07 pm
by AZJIO
Here is a list of functions that should have a link between them

FindString <-> ReplaceString
Prototype <-> Building a DLL
CreatePopupImageMenu <-> SysTrayIconMenu
ReplaceString <-> ReplaceRegularExpression
Structure <-> Compiler Functions

Re: "See Also" section

Posted: Fri Apr 19, 2024 9:27 pm
by Andre
Added the following links (for now):
AZJIO wrote: Fri Apr 19, 2024 9:07 pm FindString <-> ReplaceString
CreatePopupImageMenu <-> SysTrayIconMenu
ReplaceString <-> ReplaceRegularExpression
The others are not so easy, as here are now library commands involved (= no 'See Aslso' section).

Re: "See Also" section

Posted: Fri Feb 28, 2025 4:16 am
by AZJIO
ResizeGadget <-> ResizeWindow ——— (Sometimes I opened the wrong function, and when I understood you have to look for it again)
ResizeGadget -> BindEvent ——— (I have always used an example from BindEvent)
StringByteLength <-> Len ——— (the length of the buffer is often determined by one of these functions)
CreatePreferences <-> ProgramParameter ——— (Both methods of transmitting parameters from outside)
GetPathPart -> ProgramFilename ——— (I often need to get a work folder of the program)

Re: "See Also" section

Posted: Sat May 17, 2025 2:28 pm
by Andre
AZJIO wrote: Fri Feb 28, 2025 4:16 am ResizeGadget <-> ResizeWindow ——— (Sometimes I opened the wrong function, and when I understood you have to look for it again)
ResizeGadget -> BindEvent ——— (I have always used an example from BindEvent)
StringByteLength <-> Len ——— (the length of the buffer is often determined by one of these functions)
CreatePreferences <-> ProgramParameter ——— (Both methods of transmitting parameters from outside)
GetPathPart -> ProgramFilename ——— (I often need to get a work folder of the program)
Added.