Hello,
I would like to create a window which cannot be moved by the user. (By cliking and holding the top of the window).
CREATESTRUCT cs
Maximaze/Minimaze/Close button.
cs.lpszName = "My Window";
cs.style = WS_OVERLAPPED | WS_HSCROLL ;
Does anyone know how to do this.
Thanks...
Hi,
I am having problems with the StretchDIBits function. The w->length contains the size of the jpeg. And the w->p contains a pointer to the begining of the jpeg data. Nothing displays onto the screen just a white box. Any Help would be really appriciated.
HDC dc = BeginPaint( hwnd, &ps )...
Hi Guys,
I am looking for a way to snif the ip address of a network camera. I have its Mac address. The camera is on the network and i can access it from any browser, just by placing the ip address in the browser. Now i have written some code to capture and stuff from the camera. But in my...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.