4
votes
1answer
94 views

MFC drawn elements change after 30-60 minutes

I have an application with a completely custom drawn UI (i.e. just a bunch of filled boxes with text). After about 30-60 minutes of running time, the UI elements spontaneously change. For example, ...
2
votes
1answer
46 views

Confused between logical point and device point

I have been looking into one vc++ project where i found two functions SetWindowExt (...) and SetViewportExt (...) . I am confused in this two function too , but i tried to search about this function , ...
0
votes
1answer
44 views

Using GDi drawing with both 32 & 64 bit applications

Can a COM 32 bit out of process server be used for GDI drawing on a 64 bit process?
1
vote
1answer
143 views

The MFC ComboBox dropdown button is missing after using SetDroppedWidth

This is an Windows MFC programming issue. I have a derived CComboBox which implement its own item draw and measurement. I did a little enhancement that the drop down list width is adjustable based on ...
0
votes
0answers
123 views

I am trying to load image ,but only bmp and jpg images are loading other fromats are not coming in SDI device context.

Here is some part of my code ,here only jpg and bmp image is loading,other formats are not laoding on device context CString file_types = ...
3
votes
0answers
301 views

cannot get CBitmap displayed on Picture Control [closed]

I am trying to display a jpeg file on picture control first I load it using GDIpluse then I convert it to CBitmap after that I tried to put it on Picture control named m_picture_control which is ...
1
vote
1answer
86 views

How to create a CBitmap object from the data within a CRect?

and anyway how to get the data within a CRect? Is there any API? If I can get a corresponding DC, then I can do as following: memDC.CreateCompatibleDC(pRectDC); memDC.SelectObject(pBm); ...
0
votes
1answer
129 views

MFC How to draw over all windows

I'm familiar with MFC and GDI, but I've stumbled upon something I can't really put into perspective. Can I draw something (actually, all I need is a few dots) on top of all windows, and keep 'em ...
0
votes
1answer
186 views

Find Pixel value in picture control to draw a graph

I am creating a project similar to task manager, Now I want to draw a graph to that show cpu usage. My problem is that I dont have any knowledge about painting in vc++, but my idea is that I should ...
0
votes
0answers
216 views

MFC screen capture application

I am building a win32 application that records screen captures of one monitor and encodes them into a video file. Here is what's going on in my thread: CSingleLock mx( &this->lock, 1 ); ...
1
vote
1answer
87 views

Custom draw ListView but need to show the 3 dots at the end if longer then column width

In NM_CUSTOMDRAW, I draw something and return CDRF_SKIPDEFAULT. But the 3 dots at the end do not show if the text is longer then column width. How to show the 3 dots but allow custom draw?
1
vote
3answers
289 views

Rotate a line segment in Visual C++

Well I am trying to build a few small windows applications using MFC and trying to learn how things work, and while drawing a country's flag I got stuck. Following lines of code draw three rectangles ...
0
votes
2answers
496 views

How are GDI objects selected and destroyed by SelectObject function

As I am new to Visual C++, this might be a very basic question related to selecting a GDI object. The following code snippet draws a light grey circle with no border. cPen pen(PS_NULL, 0, ...
0
votes
2answers
682 views

MemDC in OnPaint()-function

My OnPaint() function calls several other drawing functions. void CGraph::OnPaint () { CPaintDC dc(this); // CMemDC DC(&dc); dc.SetViewportOrg (0, 400); ...
0
votes
1answer
99 views

Initializing a control's member variable from device context

I'm writing a custom control derived from CWnd. I want to initialize a member variable (e.g: a memory dc) of my custom control class using its device context. Which is the correct way to do it? I ...
2
votes
2answers
127 views

GDI is drawing outside of control

I'm programming an MFC application. I created a CStatic derived control on my Form dialog, so that I see the form directly when starting the program. I'm now drawing in this control with the OnPaint() ...
0
votes
2answers
453 views

CPaintDC(this) in CStatic derived class paints outside of control

As the title says. Even with CPaintDC in the derived class the GDI drawing is not cut off. Thanks in advance. void CGraph::OnPaint () { CPaintDC dc(this); dc.SetViewportOrg (0, 400); ...
0
votes
0answers
257 views

Why is a printers device context smaller than reported in MFC?

I've run into a problem when printing using MFC. The problem is I'm told the printable area is 201x288mm, but I am actually finding it to be 200.9x287.9mm. To illustrate the issue, I created a blank ...
1
vote
2answers
1k views

GDI Acceleration In Windows 7 / Drawing To Memory Bitmap

My GDI program runs fine on Windows XP but on Windows Vista and 7 it looks pretty terrible due to the lack of GDI hardware acceleration. I recall reading an article a few years back saying that ...
0
votes
1answer
82 views

How to put an array of pixel values in Image object (derived from GDIPlusBase)?

I have an image of 512*512 bytes and I have its values stored in an array. Now I want to copy these values into an object of Image class, which is derived from GDIPlusBase class. The constructor only ...
0
votes
0answers
66 views

Creating pattern brush with mask

I am working on sample application. In this application I have brush bitmap and mask bitmap associated with the brush. With this bitmap and mask how to create brush, so that if I can see the ...
0
votes
1answer
161 views

CBitmap::GetBitmap Failure

What could be the possible reasons of getting return code as 0 from GetBitmap()? BITMAP bmInfo; int rc = bitmap->GetBitmap (&bmInfo); int ec = GetLastError(); The value returned by ...
1
vote
0answers
136 views

Possible GDI Leak when ReDrawing CButton's

I have a problem when re-sizing a CControlBar that contains a few CButtons. After re-sizing for a while, the whole display breaks and stops painting correctly. Based on what I can find about these ...
0
votes
1answer
313 views

Filling a polygon in GDI

I got a self drawn polygon (4 points and lineto(), polygon() doesn't work because it leaves marks when I move the polygon on screen) which needs to be filled. Can anyone help me? Here is my function ...
0
votes
2answers
450 views

Flashing in OnPaint

I have a children of CWind class, where I'm subscribing on OnPaint event: BEGIN_MESSAGE_MAP(MyListBox, CWnd) ON_WM_PAINT() END_MESSAGE_MAP() If in OnPaint handler I draw something simple in ...
0
votes
2answers
435 views

Unable to implement DIB printing with GDI (MFC)

MFC doc/view architecture, GDI drawing/printing. I have a DIB backbuffer I need to display and print. After the long and painful road I came to the conclusion than I need to use DIB created with ...
2
votes
4answers
1k views

BitBlt drawing bitmap upside down

I have an MFC control to which I pass a handle to a bitmap (HBITMAP). In the controls OnPaint method I am using BitBlt to render the bitmap. But the bitmap is being rendered upside down. As a test I ...
1
vote
1answer
430 views

How to print DIB backbuffer on printer - GDI, MFC

I'm using MFC's doc/view architecture to implement printing. I use double buffering, I draw everything onto my backbuffer which is DIB bitmap. Than I use StretchBlt to copy that DIB onto printer DC. ...
0
votes
2answers
556 views

Draw vertical text using MFC

I am trying to write some vertical text using MFC GDI and somehow the written image clips out when I try to rotate it through an angle (say 30 degrees). Could anyone suggest me as to what might be the ...
0
votes
2answers
742 views

How to implement zooming in GDI-drawn MFC's CScrollView

I'm drawing some graphics and text with GDI in my CScrollView. I need to implement the zooming functionality. I only need the zoom out functionality, no need to zoom in more than what is normally ...
0
votes
1answer
221 views

Shared bitmap across processes

How to create a device independent bitmap in windows using win32/mfc that will be shared among all processes running on the machine? Looking for a best and fastest way of sharing a DIB between all ...
1
vote
2answers
90 views

Use of MFC in a COM server - what are my options?

Visual C++. I have to implement some drawing and printing functionality that will be incorporated into (other developers') COM dll. Firstly I thought of doing everything using pure GDI and nothing ...
0
votes
2answers
215 views

Odd MFC/GDI behaviour (blank image) that doesn't appear when screen is recorded

There is this weird bug in my program that I'm trying to fix, but I'm really at a loss for what it could be. This part of my program has a dialog which shows previews of various items using MFC/GDI. ...
0
votes
1answer
41 views

Most suitable language for cheque/check printing on Windows Platform

I need to create a simple module/executable that can print checks (fill out the details). The details need to be retried from an existing Oracle 9i DB on the Windows(xp or later) Obviously, I shall ...
3
votes
1answer
494 views

Confusion in two MFC GDI function

and good day to all of you. This is my first post in here. I was reading "Programming Windows with MFC - J Prosise (MS Press)" In second chapter I came across 2 GDI functions that really confused me, ...
0
votes
1answer
336 views

How to Fill Path with a Brush from an Image

I have a question about MFC. We have an API: Graphics::Fillpath(IN const Brush * brush, IN const GraphicsPath *path) It means we will fill the path with the brush, ex: if path is a triangle, we ...
0
votes
1answer
1k views

Using a MFC toolbar and a PNG image with transparency, incorrect transparency effects [closed]

In an MFC application. I'm loading a 32bit PNG file with alpha channel bits into a Gdiplus::Bitmap using FromFile. I then use Bitmap::GetHBitmap to retrieve an HBITMAP from the Gdiplus::Bitmap. I ...
4
votes
2answers
8k views

Creating HBITMAP from memory buffer

I have an application which loads some blob data out of a database which can represent png formatted or raw binary data for various bitmaps and icons. This is being stored in a ...
0
votes
4answers
460 views

Alternate for MoveTo and LineTo in Windows CE, MFC

Hi i am working on some high resolution display features in which have to draw the vertical line , i am using Moveto() and lineTO() , but it is much time taking... can anyone suggest me , what we can ...
0
votes
1answer
109 views

How to handle GDI resources

Does anyone know a good document/article about GDI resource handling? I need to share some resources like icons and bitmaps among classes that can have different lifetime, and I want to understand ...
1
vote
3answers
751 views

Draw on DeviceContext from COLORREF[]

I have a pointer to a COLORREF buffer, something like: COLORREF* buf = new COLORREF[x*y]; A subroutine fills this buffer with color-information. Each COLORREF represents one pixel. Now I want to ...
1
vote
1answer
511 views

CreateCompatibleBitmap failing on Windows mobile 6

I'm porting an application from Windows Mobile 2003 to Windows Mobile 6, under Visual Studio 2008. The target device has a VGA resolution screen, and I was surprised to find that the following code ...
0
votes
4answers
1k views

Drawing on 8bpp grayscale bitmap (unmanaged C++)

I've been attempting to draw on an 8bpp grayscale bitmap without success. Here are some of my attempts. Maybe someone can point out what I'm doing wrong. ...
3
votes
2answers
932 views

Strange error with CreateCompatibleDC

Maybe this is a foolish question, I can't see why I can not get a DC created in the following code : HBITMAP COcrDlg::LoadClippedBitmap(LPCTSTR pathName,UINT maxWidth,UINT maxHeight) { HBITMAP ...
3
votes
2answers
847 views

Thread type for background drawing to a bitmap in MFC

I have a MFC document/view C++ graphics application that does all its drawing to an off screen bitmap, and then copys that to the supplied CDC pointer in the OnDraw method. Over the last couple of ...
0
votes
2answers
738 views

How can I obtain the Line Height of a GDI HFONT?

I'm adding SVG export support to an old application built with MFC and using plain old GDI. As SVG 1.1 doesn't support text wrapping, I am forced to do this manually. The application provides me with ...
0
votes
1answer
905 views

Filling a Partially Rounded Rectangle with GDI

I have a rounded rectangle that I make like so dc.RoundRect(textBorder, CPoint(20, 20)); Later on I draw a line through it about 1/3 of the way down. dc.LineTo(textBorder.right, textBorder.top + ...
0
votes
1answer
415 views

Deserialize Bitmap from Archive

I've got a problem with my MFC app. When I'm trying to deserialize CBitmap from the archive and create new CBitmap, it doesn't properly load CBitmap's bits. Here's the code: BITMAP bm; ar >> ...
0
votes
1answer
196 views

How to not discard a CDC path?

I draw some symbols, that belong to certain objects, into a device context and now want to be able to later test if the mouse cursor is above such a symbol. To do this, my plan was to first create a ...
2
votes
3answers
2k views

Transparent window containing opaque text and buttons

I'm creating a non-intrusive popup window to notify the user when processing a time-consuming operation. At the moment I'm setting its transparency by calling SetLayeredWindowAttributes which gives ...

1 2