Hi!
I'm trying to create an invisible window using CreateWindow(). Which is the easiest way to do this? I've had a look at the parameters of this call. I think some of them are cryptic (like lpClassName and hInstance). I've also tried calling this function, but I always get error #1407 (ERROR_CANNOT_FIND_WND_CLASS). Are there any #defines that would help me get past parameters like
and
?
Thanks
Henrik
I'm trying to create an invisible window using CreateWindow(). Which is the easiest way to do this? I've had a look at the parameters of this call. I think some of them are cryptic (like lpClassName and hInstance). I've also tried calling this function, but I always get error #1407 (ERROR_CANNOT_FIND_WND_CLASS). Are there any #defines that would help me get past parameters like
Code:
lpClassName
Code:
hInstance
Thanks
Henrik