Applies To: |
|
Summary: |
I am using the WinTitle() function to
dynamically change the title of a window however the
CSV_Display_Title() function does not seem to display this
change. |
Solution: |
The CSV_Display_Tile() function does not
actually display the title of the window but rather displays the
title of the active page. This is because this function it is
actually a wrapper function for PageInfo(2). It is recommended that
you use the GetWinTitle() function to get the actual window
title. |
Keywords: |
CSV_Display_Title, WinTitle, GetWinTitle, PageInfo |
Related Links
Attachments