Can't use keybd_event()

  • Thread starter Thread starter Rob
  • Start date Start date
R

Rob

I want to shut my app down via a button on my form, but I can't
because I don't have UIBASE.LIB. I have used PInvoke many times, but
that experience won't do me any good without the .lib. Is this
library in some component that I haven't installed?


Rob B
 
Huh? You don't P/Invoke a lib, you P/Invoke the DLL. In this case it's
coredll.dll

-Chris
 
Back
Top