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
"See Also" section
Moderator: Documentation Editors
- Andre
- PureBasic Team
- Posts: 2137
- Joined: Fri Apr 25, 2003 6:14 pm
- Location: Germany (Saxony, Deutscheinsiedel)
- Contact:
Re: "See Also" section
Added the following links (for now):
The others are not so easy, as here are now library commands involved (= no 'See Aslso' section).AZJIO wrote: Fri Apr 19, 2024 9:07 pm FindString <-> ReplaceString
CreatePopupImageMenu <-> SysTrayIconMenu
ReplaceString <-> ReplaceRegularExpression
Re: "See Also" section
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)
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)
- Andre
- PureBasic Team
- Posts: 2137
- Joined: Fri Apr 25, 2003 6:14 pm
- Location: Germany (Saxony, Deutscheinsiedel)
- Contact:
Re: "See Also" section
Added.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)