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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top