OrchardSoftware / 4D-Win32API

Win32API is a plugin for 4th Dimension that lets your Windows applications take advantage of Windows-specific features that are not exposed by native 4th Dimension commands. Win32API lets you set a custom icon for any window, change the name of your 4D application in the title bar and task bar, customize file open and save dialogs, get information from the Regional Settings control panel, and much more.
MIT License
13 stars 9 forks source link

$lWindowHandle:=gui_GetWindow ("") returns -3 on 4D 64 v17R5 #34

Open ArminDeeg opened 5 years ago

ArminDeeg commented 5 years ago

$lWindowHandle:=gui_GetWindow ("") ` main 4D window If ($lWindowHandle>0) $lErr:=gui_SetWindowTitle ($lWindowHandle;$s804DAppName) End if

dwaddell commented 5 years ago

This is the same issue as https://github.com/OrchardSoftware/4D-Win32API/issues/24