Article ID: 150950
Article Last Modified on 7/16/2004
Declare Function SelectObject Lib "user32" Alias "SelectObject" _ (ByVal hdc As Long, ByVal hObject As Long) As LongAttempting to use this function as documented results in the following (error 453) error message:
Declare Function SelectObject Lib "GDI32" Alias "SelectObject" _ (ByVal hdc As Long, ByVal hObject As Long) As LongYou can also change the statement in the file win32api.txt so the next time you use the API Text Viewer, the Declare statement will be correct.
Additional query words: kbVBp400 kbAPI kbDSupport kbdsd kbtoolkit
Keywords: KB150950