Jump to content

_WinAPI_CreateWindowEx()


Drifter
 Share

Recommended Posts

_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!

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...