03-23-2023, 08:53 PM
(03-23-2023, 08:41 PM)aurel Wrote: funny thing..if i use Zak way with CUSTOMTYPE then i get ILLEGAL SUB/FUNCTION declaration error
Code: (Select All)Declare customType Library
Function CreateWindowEx%& (ByVal dwExStyle~&, Byval lpClassName As Offset, Byval lpWindowName As Offset, Byval dwStyle~&, Byval x As Long, Byval y As Long, Byval nWidth As Long, Byval nHeight As Long, Byval hWndParent As Offset, Byval hMenu As Offset, Byval hInstance As Offset, Byval lpParam As Offset)
End Declare
Remember, I mentioned that you would have to add the underscores back to OFFSET because I use $NOPREFIX.