I am sure there is an easy answer to this question though I have been digging for a couple of hours now and can't seem to find it. Through code I want to read/write the HSplitPos/VSplitPos and have the windows size accordingly.
Any help would be appreciated.
Thanks,
Larry
Try these type of function calls:
SendMessage HWND_FORM1_FIRESPLITTER1, %FF_SPLITTER_HORIZTOPPOS, nTopPos, 0
SendMessage HWND_FORM1_FIRESPLITTER1, %FF_SPLITTER_VERTLEFTPOS, nLeftPos, 0
Thank you very much, I am still in the process of learning. I really like the new release of FireFly.
Is there a way to get the splitter position?
Hi Paul,
I would like to 'refresh' this FireSplitter question.
Is there a way to get the splitter position?
I need to fetch the splitter position in order to restore it when the program is started again the next time.
Just thinking .. If the FireSplitter does not have a message (yet) to retrieve the position, maybe I can calculate the approximate splitter position by getting the child forms sizes....
Kind regards