Control the speed of a print job
Sun, 6 Jul 2008 16:32:40 +0800
Is it possible to control the speed of a print job? For example, let the
print job to print a single page, then wait for a period of time before
print another page.
...
|
switching between offscreen and onscreen drawing
Fri, 4 Jul 2008 03:28:59 -0700 (PDT)
hi
I have a piece of code which does offscreen drawing, its raster based
drawing.
1. I create a offscree bitmap using CreateDIBSection
2. Get the bits for this bitmap.
3. fill the bits based on the algorithm
4. In WM_PAINT, bitblt this offscreen bitmap.
I want to able to switch between offscreen and ons ...
|
Sending PostScript to Windows Printers
Thu, 3 Jul 2008 15:33:11 -0400
Hi all,
I have a program which emits PostScript. It used to send the PostScript
directly to the printer, so the printer must be PostScript capable. We want
this program be able to print to any Windows printer without too much
changes. So my question is - is there a way to ask Windows to convert
PostScript ...
|
Creating a rectangle having rubber band effect filled with
transparent color
Thu, 3 Jul 2008 02:33:30 -0700 (PDT)
Hi All,
I have a requirement to draw a rectangle having rubber band effect. ie
when i click on one point of screen and starts dragging, a bounding
rectangle needs to be created and on dragging it should grow. Also i
need to fill this rectangle using a transparent color.
I am able to fill by using GDI+ as sh ...
|
XcvData broken on Vista
Wed, 02 Jul 2008 20:20:41 -0400
I have a print driver/port monitor pair that use XcvData and XcvDataPort
to communicate. When the printer is being used as a network printer and
connected to by a client, the driver on the client calls XcvData with a
custom string in pszDataName. My XcvDataPort function in the port
monitor recognizes this str ...
|
GDI: 2D Graph Project realted questions
Mon, 30 Jun 2008 23:24:00 -0700
There are several question I'd like to ask:
1. How do I persist the drawing on the form? When I move the window, or
minimize it, etc the image disappears
2. When is the best time I can draw the axes (the x-axis, y-axis)
These are the questions I can think of right now. I know I may have more.
--deostroll ...
|
Having problems with screenshot code on windows vista
Tue, 01 Jul 2008 13:15:36 +0800
We have a program which renders some graphics with Direct3D9.
We am using some GDI code to take a screenshot of the window with these
graphics in it.
We have a screenshot class that contains (among other things) these variables
HDC bufferDevice;
HBITMAP bufferBitmap;
uint bufferWidth;
uint bufferHeight;
W ...
|
|
|
downgrade of gdi32.dll on a 2003 server SP2
Mon, 30 Jun 2008 17:41:25 +0200
Hi,
Looking for a bug that might be related to a GDI issue, i stumble on
this page, describing a similar problem:
http://support.microsoft.com/kb/939884/en-us/
Problem is that the Gdi32.dll included in this fix is versioned
v5.2.3790.4033
On my 2003 server box (Service Pack 2, x86-based versions), I've ...
|
Hate Your Job?
Sun, 29 Jun 2008 09:51:57 GMT
Do You Hate Your Job?
If You Are Like Me And REALLY Hate Your Job, You Can Do What I have Done And
Tell All About Your Company At A Great And CHEAP New Site Called
Dont Work For These . Com
http://www.dontworkforthese.com
This Site Has Chat Rooms,
A Joke Section,
A Great Story Section Where You Can Tell All ...
|
TTM_SETTIPBKCOLOR and TTM_SETTIPTEXTCOLOR on Vista
Mon, 23 Jun 2008 20:59:55 -0700 (PDT)
I am setting colors on tooltips. This works on everywhere except on
Vista. Is this a known limiation?
...
|