The Microsoft Foundation Class Library (MFC) is a C++ framework for Windows GUI programming.

learn more… | top users | synonyms

7
votes
0answers
1k views

Menubar + Commandbar on WM 5.0 and WM 6.5.3

I'm developing a Windows Mobile application, and I faced a problem with CCommandBar, which combines toolbar and menubar. Well, I mean the following: m_wndCommandBar.InsertMenuBar(IDR_MAINFRAME); ...
5
votes
0answers
293 views

Search and replace in OLE Word automation - how to cover header and footer?

I've a perfectly working function to find and replace a variable with text in word documents. HRESULT CMSWord::FindReplace( CString szVar, CString szText, bool bOnlyOnce/*=false*/ ) { ...
4
votes
0answers
545 views

Windows Application - DPI Issues

We are having a problem with one of our existing Win32 MFC based applications. It does not render correctly on displays that use high dpi settings. More specifically in Windows XP with 120 dpi ...
3
votes
0answers
68 views

Cross process GDI Drawing using MFC

I have a huge MFC MDI application that draws on its scrollable view area using device context. This application uses a 3rd party library to do some additional drawing in the same view area. It works ...
3
votes
0answers
310 views

CListCtrl Vertical Scrollbar in List View

I have a CListCtrl in "List" view mode and I can't get it to scroll vertically instead of horizontally. I've tried the suggesting here: Vertical Scrollbar in CListCtrl but that only works when using ...
3
votes
0answers
202 views

Draw video frames as bitmaps to MFC Window

I'm trying to write a preview application using the BlackMagic SDK, but am getting choppy playback. I'm using MFC framework, and subclassing CWnd for my video preview window. When each frame of video ...
3
votes
0answers
205 views

CMFCToolbar ReplaceButton() causes button to disappear

Using Visual Studio 2010 and working with an MFC SDI Application. I have a CMFCToolbar object owned by the Main Frame. When the document in this application is created, the MainFrame calls a ...
3
votes
0answers
68 views

Changing an Odl file by adding a new method using the add method wizard

Here is my problem: 1- I have an activeX project in which I need to add a method to be exposed to the user of my library. 2- I added my method throw the add method wizard in the .odl file. 3- I ...
2
votes
0answers
25 views

Can't edit combo box value in CFiledialog in Windows XP SP3

The Custome FileDialog which I derived from CFiledialog. In it's OnInitDialog() I updated it's layout to WS_EX_LAYOUTRTL (for arabic) then I set callback method SetChildLayout to Enumerate all child ...
2
votes
0answers
67 views

Focus not returning to CView after dismissing Message box

Within a derived CView class' method, I am calling the CWnd's MessageBox method. This is a docked view, not an MDI child. Upon return from MessageBox, focus goes to the Active MDI child, not back to ...
2
votes
0answers
77 views

Can not pass winform control size into unmanaged code

I use unmanaged libraries to obtain video stream from IP Camera. There is function: [DllImport("client.dll", EntryPoint = "Network_ClientStartLive", SetLastError = true)] protected static extern int ...
2
votes
0answers
104 views

Error adding images to CImageList(MFC)

I am adding images to a CImageList using the following code: CImageList ImageList; ImageList.Create(64, 64, ILC_COLOR32, 0, 1); Find image path and load image . . . HBITMAP hBitmap = ...
2
votes
0answers
117 views

Capturing shift key state on Windows 8 tablet in MFC App

Our MFC-based Windows application has functionality that depends on the state of the shift key. Shift exposes power-user menu commands and shift-dragging has different behavior than normal dragging. ...
2
votes
0answers
192 views

How to import WPF GUI forms into MFC application

I have simple MFC legacy application. I need to create some 5 new screens with very nice GUI - so i decide to do it with WPF. I'm using VS 2010 My questions are I don't see any possible to create ...
2
votes
0answers
319 views

Using ITaskbarlist3 in an MDI application, (VC++ - MFC/Win32)

I have been trying to incorporate the Windows 7 taskbar APIs in a regular MFC MDI (multiple document interface) application. I am using Visual Studio 2008 where I have redirected the SDK path to use ...
2
votes
0answers
320 views

PreTranslateMessage in C# for hosted MFC window

We developped an MFC application where the main window was implemented in a DLL. In an attempt to revamp it, we are thinking of changing this to a WPF-application where the "old" native window gets ...
2
votes
0answers
273 views

Visual studio 6 to studio 2010 with an activex control

I am trying to convert a visual studio 6 project to Visual studio 2010. There is an activex control on the dialog box. it works fine in Studio 6. However it fails in BOOL ...
2
votes
0answers
256 views

MFC Dll with WPF

I have a MDI based rather huge application that has plugin Architecture. The plugins MFC unmanaged DLLs that bring many unmanaged dialog(CDialog base calls). I am planning to initially only build the ...
2
votes
0answers
198 views

Modality between mfc and hosted wpf

I am hosting a WPF window inside an MFC application. I'm using WindowInteropHelper to set the Owner of the WPF window to the app's main MFC window. The problem is when I try to create and show a ...
2
votes
0answers
207 views

COM marshalling problem with modal dialog

I would like to pass a COM object created in the main thread of my C++/MFC8 program to a different thread, and leave all synchronization to COM. Using CoMarshalInterThreadInterfaceInStream works -- ...
1
vote
0answers
15 views

Determine if glyph exists in a font on WinCE

The generic Windows API provides the GetGlyphIndices() function which determines if a particular glyph in a given font is renderable. However, this function is not available within the WinCE 6.0 API ...
1
vote
0answers
25 views

FromHandlePermanent always returns null in injected DLL

I am writing a test automation program, that must interact with a grid control in a legacy MFC application. My program must connect to the legacy app, and read the data from the grid. I know the HWND ...
1
vote
0answers
27 views

Difference between MFCArchiveFileReader and C# BinaryReader

I have some code written in MFC which writes data to a file. Now I am rewriting that code in C#. In MFC code, data is being written in file using CArchive. Now I am thinking to use BinaryReader in C# ...
1
vote
0answers
42 views

Why icon of an MFC ribbon galery button does not change?

I am trying to create an MFC ribbon galery button( similar to mspaint brushes button ) using visual studio 2010 ribbon wizard. step1 I created a galery button, changed button mode to true, set ...
1
vote
0answers
62 views

MFC - Adding event handler for dialog button

I have a CView class and a dialog in it, and I want to get some data from the dialog object once the user clicks on its "Accept" button, so I have added an event for the button and its handler in the ...
1
vote
0answers
27 views

Setting the color of the higlighted item in list when it has no input focus by means of CMFCVisualManager Class

Brief introduction: In order to set custom look for control elements of my Win application I use CMFCVVisualManagerOffice2007 which has the set of mapping: color->element of control, and implements ...
1
vote
0answers
67 views

application that is created with MFC Visual Studio 2010 on Windows XP 32 bits, crashes?

I created application with MFC Visual Studio 2010 on Windows XP 32 bits. Also, I created an installer, the installer installs the application on different Windows OS (window 7 with 64 bits and ...
1
vote
0answers
40 views

MFC Ribbon Combo Box - Suggest on keyboard input

I have a CMFCRibbonCombobox in my application. I would like it to suggest the most appropriate item in the combo box on keyboard entry : Eg: if I have the items Apple Banana Band ...
1
vote
0answers
147 views

How can a MFC Unicode application use MySQL ODBC Connector to connect to a latin1 MySQL database?

I unsuccesfully made various attempts to update records, where the name of the row in a MySQL database contains Umlaute (ä,ü,ö,ß). Finally I suspect that Record Field Exchange doesn't handle Umlaute ...
1
vote
0answers
62 views

c++ Migration from borland OWL to microsoft MFC

I have an application written in dependence of OWL library about every dialog is inherited from TDialog class , I want to move to the recent MFC I want to depend on MFC CDialog or any of its classes ...
1
vote
0answers
76 views

Stopping Thrift TSimpleserver with deconstructor function

I have a separate class to handle my Thrift TSimpleServer. Since the serve() function blocks I'm calling it in a separate thread from my main functions. Now my main problem is even though I can get ...
1
vote
0answers
159 views

mfc, c++ - resizing a CStatic control dynamically to fit text

As of now, I'm using the following to code to resize my CStatic controls: WINDOWPLACEMENT wndpl; m_myStaticControl.GetWindowPlacement(&wndpl); // Increase the static box's width ...
1
vote
0answers
74 views

mfc jpeg animated image not working properly

In my MFC application I just called the another dialog to display message like "Please wait". I placed an animated gif image (loader image) in that dialog. My problem is the dialog appears ...
1
vote
0answers
96 views

Multi selection will be lost when I clicked another column item in CListCtrl

Please see the screen shot (which is a sample) I have a list view with 2 columns, the first one is "name" and the second one is "status" when I clicks the light bulb in second column, it will be ...
1
vote
0answers
84 views

DNS-SD on Windows using MFC

I have an application built using MFC that I need to add Bonjour/Zeroconf service discovery to. I've had a bit of trouble figuring out how best to do it, but I've settled on using the DLL stub ...
1
vote
0answers
290 views

MFC Open Images and Show in a Picture Control

Can someone help me to show images at the runtime in a Picture Control. What I want to do is open an image (.bmp , .jpg ,.png etc) using an Open Dialog and show it in a picture control. Nice tutorial ...
1
vote
0answers
72 views

QR Code ActiveX Control: The Position of the control is different when Printing

I had tried to google for many keys like COleControl, IOleInPlaceSite.... But I still have no idea for this. I know when activex control is inactive,the container won't create window for the activex ...
1
vote
0answers
169 views

MFC floating CDialog control clipping issue

I am making an SDI MDF application that uses a frameview to provid the user with a set of controls (buttons, editboxes and such). The view also owns a set of CDialogs used to desplay aditional ...
1
vote
0answers
118 views

how to convert resource only dll to hex-format *.cpp file?

I have some resource-only dlls, I want to coonvert them to hex-format *.cpp file. And get resource from *.cpp file later. But, I don't know how to do that. Here is the *.cpp format(sample format)? ...
1
vote
0answers
68 views

How to run MFC application in the host OS from a linux shell script in a virtual machine?

My operating system is Windows 7. I have a MFC application (on windows) and run it, then display some informations. The MFC application is to check whether memory's stack broken. So I want to get a ...
1
vote
0answers
92 views

USB Device Detection in WinCE 6.0 Device using MFC

Can anyone please help me how to detect USB Device Connected to WinCE 6.0 Device and send some data to the same? What i want is, Check if any USB Device is Connected to the WinCE 6.0 Device and send ...
1
vote
0answers
143 views

how to simulating the message pump mechanism in mfc dialog based application?

I want to know how can I simulate the mfc message pump in my dialog based application. In my application I have one base class as MyDialog. by using this base class I am deriving different kinds of ...
1
vote
0answers
94 views

Link Console Application with MFC Application in Visual Studio 2008

I have a MFC project. I want to write unit tests for it using googletest. For that, I made a Win32 console application that contains all the unit tests. I put both these projects in a single solution. ...
1
vote
0answers
87 views

MFC dock at bottom right

I have a pane in an C++ MFC app that I want to dock bottom right as shown in orange in this image. Currently it is going right across the bottom (red). see http://screencast.com/t/kSpPhvZkgBGj This ...
1
vote
0answers
110 views

Stream gz file to a char array

Language: C++ (MFC) with VS2010 I am trying to stream a .gz file so that I can convert it to an array. I will then send this array to the server. I want the whole .gz file not only the contents, ...
1
vote
0answers
232 views

Is it possible to add a custom tooltip on a CMFCToolBarComboBoxButton in a CMFCToolbar?

Is it possible to add a custom tooltip on a CMFCToolBarComboBoxButton in a CMFCToolbar ? I can now use the "default" tooltip text as defined in the resource file, but I cannot find the way to be able ...
1
vote
0answers
165 views

Change font size in MDI status bar?

I have created a simple MFC MDI doc/view application with a status bar. The font in the status bar is too small for my taste, so I'd like to make the status bar taller, and use a larger font in the ...
1
vote
0answers
36 views

CRecordset using 2 different queries

I'm using CRecordset class to do data exchange between my class and Access database. This class is generated using ClassWizard in VC 6. CRecordset is opened using SQL SELECT * FROM Table query and it ...
1
vote
0answers
103 views

Cannot access CBitmap bits

iam trying to convert a CBitmap to DIB but it is not working in a console application how can i get a Device context ? neither the SetDIBColorTable nor GetDIBits is working BITMAP bimapInfo; ...
1
vote
0answers
66 views

I can not use Afx global functions in MFC

I am improving an application writen in VC++. I want to add a function that would send and recieve messages. I used a callback function. In callback function, I used ::AfxGetMainWnd to get the main ...

1 2 3 4 5 27