I am familiar with joins. But I think this is something more than that. The table that holds the addresses would hold two addresses for each person, so I need to take the two rows for...
I have a problem with an SQL query. I have a huge book on SQL, but I don't know what I'm attempting to do is called, therefore I don't know what to look up. I will explain it as simply as...
I'm not knocking your contest. You need to run it as you see fit, and as time allows. This is not what I'm replying about. I'm replying to the ones who don't or can't see the two...
I didn't try launching it in a browser, as it wasn't that complicated. For instance, if you type a bunch of text and put a <p> for paragraph breaks, and <b> and </b> around what you want to be bold,...
Thanks for those example photos. I've seen that before. That's solved with setting StretchBltMode to either HALFTONE, or COLORONCOLOR. I forget which. A simple one line fix.
I ran your fixed.exe program and I don't see the problem you're seeing. I wonder if it's because of a display driver difference. In other words, your "fixed" demo program looks just like my...
I'm not knocking what you've created, but if you did all of that because StretchBlt is causing distortion, you must be doing something wrong. I've never had StretchBlt perform unsatisfactorily,...
Once you create a memory DC with CreateCompatibleDC and you create a compatible bitmap with CreateCompatibleBitmap and select that bitmap into that memory DC, just route all your...
I would start by getting a pencil and a piece of paper. I'd do on PAPER, by hand what I needed the program to do. Then I'd write code to do what I did by hand. That's always the first step.
...
Are you taking into consideration that a BMP on a screen is shown at about 72 dpi, and the same BMP on a printer will be at LEAST 300 dpi? Maybe 1200 dpi?