Mfc Questions
Ad
Removing icon from Windows title bars without ditching close button or system menu?
I'm developing an mfc application and i've recently been searching for a good method to remove the icon from a windows title bar, but retain the
MFC File upload
How would i upload a file to a webserver using c++ and mfc. we are not using .net. would i need to open a socket and do everything myself? if
Creating a ruler bar in MFC
What's the best way to go about creating a vertical and horizontal ruler bars in an sdi app? would you make it part of the frame or the view?
Future proofing a large UI Application - MFC with 2008 Feature pack, or C# and Winforms?
My company has developed a long standing product using mfc in visual c++ as the defacto standard for ui development. our codebase contains alot of
Chart controls for MFC application?
I would like to have some suggestions about which third-part controls can we use in our visual c++ mfc application?
Lightbox style dialogs in MFC App
Has anyone implemented lightbox style background dimming on a modal dialog box in a mfc/non .net app. i think the procedure would have to be
Find out which colours are in use when using the MFC Feature pack in Office 2007 style
I'm updating some of our legacy c++ code to use the "mfc feature pack" that microsoft released for visual studio 2008. we've used the new classes
Getting selected members from multiselect list view ctrl
I have a list view control which at the moment only allows one item to be selected. i then read this via the following code: void
Multiple Interchangeable Views (MFC/C++)
I have a main frame with a splitter. on the left i have my (imaginatively named) cappview_leftand on the right i have cappview_right_1and
Prevent views stealing focus/setting focus to a view
I have an mfc sdi app that uses a splitter window to contain a tree control alongside the main view showing the data. when the user
Ad
Understanding SendMessage wparam
I am working on an mfc project, which has the following code: nmhdr pnmhdr; pnmhdr.hwndfrom = getsafehwnd(); pnmhdr.idfrom =
How to host a WPF form in a MFC application
I'm looking for any resources on hosting a wpf form within an existing mfc application. can anyone point me in the right direction on how to do
Why do MFCC extraction libs return different values?
I am extracting the mfcc features using two different libraries: the python_speech_features lib the bob lib
How to fix CoCreateInstance read access violation?
I used the c++ mfc activex script to call the javascript function, which compiles normally but uses the init function to run to
Is there a better way to modify a char array in a struct? C++
I am trying to read in a cstring from a edit control box in mfc, then put it into a char array in a struct, but since i cannot do something like
Does a desktop-bridge app auto-update through the Microsoft store
I have a traditional win32 desktop app written in c++/mfc that i have packaged as a uwp app for the microsoft store using the desktop-bridge
How to show/hide a Toolbar (the ENTIRE bar, not an individual button) dynamically in MFC?
I created an sdi app with a single menu and a single toolbar in mfc:
MFC, Is there any handy way to get the contents of an edit box within its member function?
I'm customizing an edit box by inheriting a new class from cedit based on mfc. and i suppose to access its contents (text) inside its
How to fix an MFC Painting Glitch?
I'm trying to implement some drag and drop functionality for a material system being developed at my work. part of this system includes a
CStatusBarCtrl GetItemRect XP Manifest
When using a cstatusbarctrl in mfc i use getitemrect to get the bounds of each item within the cstatusbar. however i am seeing a problem
fatal error LNK1104 cannot open file C:usersuserdocumentsvisual.obj
I get a "fatal error lnk1104 cannot open file c:usersuserdocumentsvisual.obj" whenever i want to compile my project on visual studio 2008.
Ad
MFC CEdit placeholder text
How do i have a cedit control display placeholder text when it's empty, similar to the behavior of nstextfields in cocoa?
how to get date from CDBVariant?
I am trying to get the the day ,month ,year from sql server using cdbvariant but i cant able to do that my code is below what i want is
Ad
Blog Categories
Ad