Hi,
I have actually found a solution, Not a so nice one, but a it works, What I did is i removed the caption bar at the top. Therefore through a mouse no action can be takin on the window. I used the following.
DWORD dwStyle = GetWindowLong(hWnd, GWL_STYLE);
dwStyle &= ~(...
This might help? I just want my app to create a window fullscreen which it would be imposible to (move with a mouse, resize with a mouse or close with a mouse, even by double cliking on the bar where the caption of the window is written ). Baically, only the keyboard should be able to perform...
Hi,
In order to override the onmove function. I wrote a function afx_msg void onMove(int, int ); which basically does nothing in my class --> class CMainFrame : public CFrameWnd
Is that what you mean cause it does not seem to work.
Thanks
maldini
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.