Hi,
I have a question that I hope can be answered in this forum.
What I want is quite simple to explain: I want global mouse messages (especially WM_LBUTTONDOWN, RBUTTONDOWN and DBLCLK) to be blocked and if they are over my app-window to be sent to it.
What I want to achieve is to block people...
I am currently working on an ActiveX control, which shall write strings on the screen. Every letter is represented by a CBitmap (about 10*12 px * 16 colours) object. Every letter is a member-variable (CBitmap letterA, letterB...)and is initialized in the constructor (LoadBitmap(ID)). Then all...
Can anyone help me with this problem:
I just want to show a .X file (object) on the screen. Ererythings initialized so far (light disabled). In every resource I found I am told to use the CD3DFile class, but these resources referred to DirectX 7. I found the D3DFile.cpp and .h files in the...
I am desperately trying to change the page setup, so that the paper will get landscape orientation.
Is there any simple way to achieve this in MSVC? I have already searched the MSDN database, and I only got the solutions to change the DEVMODE structure, but in order to do this, you seem to have...
I'm just trying to gain access to my parallel port, and have found out, that it is possible to do this with the _outp() function (Visual C++). But in order to use this function I need the adress of the port. Is there any function or standard value I could use?
Does anyone know, how i can create 2 different views in one window (split window). One one side i need CScrollView and on the other side CHtmlView. I am also open for real MDI suggestions.
I just need the CScrollView side printed.
My problem is as follows:
I want to print images from the internet is a special size.
So I us CHtmlView to browse the internet and get the images.
Works fine so far. But now I want to load these images (already on Harddisk) and show them on the screen and to print them. But the CDC- object in...
I have written a small program, which changes the screen resolution from 1024*768 @ 70Hz to 800*600 @ 60Hz and back, to play a video in 800*600 res. And the program works fine so far; but only in Debug mode. If I change settings to Release mode, the resolution does not change to 800*600. But...
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.