getwindowlong Questions

1

Solved

I am trying to use GetWindowLongPtrA but I keep getting the "Unable to find an entry point named 'GetWindowLongPtrA' in DLL 'user32.dll'". (also SetWindowLongPtrA getting the same error). I'v...
Cristen asked 22/2, 2019 at 19:36

4

Solved

I have a window with a solid border around it. How can I remove the border (all of the non-client area) by using SetWindowLong and GetWindowLong?
Lolanthe asked 8/3, 2010 at 1:10

2

Solved

I want to P/Invoke to GetWindowLongPtr and SetWindowLongPtr, and I'm seeing conflicting information about them. Some sources say that, on 32-bit platforms, GetWindowLongPtr is just a preprocessor ...
Smock asked 27/7, 2010 at 12:45

3

Solved

I was using GetWindowLong like this: [DllImport("user32.dll")] private static extern IntPtr GetWindowLong(IntPtr hWnd, int nIndex); But according to the MSDN docs I am supposed to be using GetWi...
Nor asked 26/11, 2008 at 3:30
1

© 2022 - 2024 — McMap. All rights reserved.