FindWindow

  • Thread starter Anitha Namachivayam via JavaKB.com
  • Start date
A

Anitha Namachivayam via JavaKB.com

Hi,

FindWindow is present in user32.dll. If FindWindow is used in java, it is
giving error. So, it should be implemented in JNI. On Java part,
it can be defined as :

public static native long findWindow(String lpClassName, String
lpWindowName);

How to implement findWindow in VC++? I want the implementation part to be
known ?

Can anyone help me?

Thanks,
Sri
 

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

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,230
Members
46,816
Latest member
SapanaCarpetStudio

Latest Threads

Top