Drifter Posted September 17, 2009 Posted September 17, 2009 _WinAPI_CreateWindowEx(???????) I need help creating a basic window that the user cant move or anything. Litterally the window should serve as a white area so that people who use my program and have changing wallpapers can still use it (changing wallpapers messes up the WinAPI bits i use) I so far have the following: _WinAPI_CreateWindowEx("WS_EX_STATICEDGE", "", "Window", "WS_BORDER", 10, 10, (@DesktopWidth - 20), (@DesktopHeight - 20), "HWND_MESSAGE") Any ideas? Thanks!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now