hi all, hello paul, can you please fix this Notepad.bas example, doesn't work here
thanks, frank
Examples \Visual_Designer_Projects\Notepad\Notepad.bas
"afxRichEdit.inc"
error in line 1165
' // Loads the resource
hResInfo = FindResourceW(hInstance, wszResourceName, RT_RCDATA) 'RT_RCDATA
IF hResInfo = NULL THEN EXIT FUNCTION
warning 3(2) : passing diffeerent pointer types, at parameter 3 of FINDRESOURCEW()
I am not sure why you are getting an error but the code attached to this post works perfectly.