Hello James,
Thank you the new version 1.10; I'm happy to be able to use MLG with FireFly.
I understand that I can change the font for the grid using the %MLG_SETGRIDEXSTYLE message; I would like to use Tahoma font for the cells and the headers.
Can you tell me which value I've to use (instead of ???) for the Tahoma font.
Thank you for your support.
Thank you the new version 1.10; I'm happy to be able to use MLG with FireFly.
I understand that I can change the font for the grid using the %MLG_SETGRIDEXSTYLE message; I would like to use Tahoma font for the cells and the headers.
Code:
Local gi As GridInit GI.hFont = ??? ' Cell Font GI.hFontBold = ??? ' Header Font for column and row headers GI.hFontItalic = ??? ' Italic for option format override NEW TO VERSION 1.08 SendMessage HWND_FORM1_MLG1, %MLG_SETGRIDEXSTYLE, VarPtr(GI), 0
Thank you for your support.
Comment