Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mirr2001
  • Content: Threads
  • Order by date
  1. mirr2001

    Sending global mouse messages to one window

    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...
  2. mirr2001

    Memory leak with CDC?

    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...
  3. mirr2001

    How to render .X files in VC++(.Net) and DirectX 8.1

    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...
  4. mirr2001

    How to change paper orientation?

    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...
  5. mirr2001

    How to find the Parallel port adress?

    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?
  6. mirr2001

    How to create to different views in one window

    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.
  7. mirr2001

    Can I use CHtmlView as normal CView???

    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...
  8. mirr2001

    How to change screen resolution in release mode?

    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...

Part and Inventory Search

Back
Top