,sizeof(LONG)
,(PVOID)&lColor
);
- strcpy(zFont, "10.Helv");
+ strcpy(zFont, "8.Helv");
::WinSetPresParam( m_hWnd
,PP_FONTNAMESIZE
,strlen(zFont) + 1
LONG lWidth = 0L;
LONG lHeight = 0L;
- lWidth = m_sText.Length() * 13;
+ lWidth = m_sText.Length() * 8;
lHeight = 15;
::WinSetWindowPos( m_hWnd
,HWND_TOP
::WinQueryWindowPos(m_hWnd, &vSwp);
m_sText = rsTip;
- lWidth = rsTip.Length() * 13;
+ lWidth = rsTip.Length() * 8;
lHeight = 15;
::WinSetWindowPos( m_hWnd
,HWND_TOP