Have you tried oDlg:oVScroll:hide() ?I wanted to remove the scrollbar of the dialogues. Because you can not delete them then I thought of greater width.
But then I did something: hide! How to hide, if Windows does not allow it?
Regards,
James
Have you tried oDlg:oVScroll:hide() ?I wanted to remove the scrollbar of the dialogues. Because you can not delete them then I thought of greater width.
But then I did something: hide! How to hide, if Windows does not allow it?
Code: Select all
ACTIVATE dialog oDlg CENTER ;
ON INIT ( oScrDlg:= TScrDlg():New( oDlg, 1, 35, 1, 99 ),;
msginfo("hi !"),;
oDlg:oVScroll:hide(),;
nil)
Code: Select all
# define IS_POINTER_FLAG_SET_WPARAM (wParam, flag) (((DWORD) HIWORD (wParam) & (flag)) == (flag))
Code: Select all
# define IS_POINTER_FLAG_SET_WPARAM (wParam, flag) (nand(nHIWORD(wParam,flag)) == (flag))
Antonio Mart. wrote:Hi,
Calling to new Windows 8 virtual keyboard from fwh:RegardsCode: Select all
ShellExecute(, "open", "TabTip.Exe")
Antonio, puedes publicarlo?Antonio Mart. wrote:I have a small improvement for DlgEndOnLostFocus (). If anyone needed it, I would publish.