Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WindowNotFoundException: ApplicationFrameWindow named Wordament not found. #1

Open
isa98 opened this issue Jan 3, 2023 · 0 comments

Comments

@isa98
Copy link

isa98 commented Jan 3, 2023

After cloning i was not able to run.

Then I tried this

public interface User32 extends StdCallLibrary {
	User32 INSTANCE = (User32) Native.loadLibrary("user32", User32.class,new HashMap(){{
		put("FindWindowA", "FindWindowA@8");
	}});



	HWND FindWindowA(String className, String windowName);

	boolean SetWindowPos(HWND hWnd, HWND hWndInsertAfter, int X, int Y, int cx, int cy, int uFlags);


}

Although it did not work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant