No announcements
Found 1867940 threads
-
0 Votes
Visual Studio MFC dialog application , Press ESC to exit app
For example, pressing ESC to close a combobox dropdown list will no longer function.Answered | 2 Replies | 3225 Views | Created by gsegria - Thursday, August 13, 2020 7:57 AM | Last reply by RLWA32 - Thursday, August 13, 2020 9:33 AM -
0 Votes
Visual Studio MFC , Set dialog cursor location
Just press Ctrl-D in the resource editor and set the order.Answered | 3 Replies | 1066 Views | Created by gsegria - Thursday, April 30, 2020 10:35 AM | Last reply by gsegria - Wednesday, May 6, 2020 6:50 AM -
3 Votes
How to C++ dialog based app in visual studio ?
MFC supports dialog-based application right out of the box.Answered | 3 Replies | 2245 Views | Created by Sg65 - Tuesday, May 26, 2020 10:18 AM | Last reply by RLWA32 - Tuesday, May 26, 2020 10:49 AM -
0 Votes
Visual Studio MFC dialog application , Static Text type select Bitmap
You can't set a size in pixels for a bitmap image that is displayed in a picture control If you set the picture control's Center Image property to True you can then size the picture ...Answered | 3 Replies | 1237 Views | Created by gsegria - Friday, July 10, 2020 10:06 AM | Last reply by RLWA32 - Sunday, July 12, 2020 12:10 PM -
0 Votes
Running code after MFC dialog is showed in Visual Studio 2012
How can I run code after a dialog is shown in MFC - on Visual Studio 2012 ?Answered | 2 Replies | 2540 Views | Created by Daniel-IL - Saturday, September 7, 2013 1:53 PM | Last reply by David Ching - Saturday, September 7, 2013 3:09 PM -
0 Votes
How can I prevent Dialog Window closing when users press ESC key?
MFC?Answered | 3 Replies | 2898 Views | Created by Won2 - Tuesday, November 18, 2008 7:30 PM | Last reply by Won2 - Tuesday, November 18, 2008 10:25 PM -
0 Votes
MFC DLL exit crash bug
But I don't know why in vs2008, the same dll is used, and I use the visual theme, and swith among themes, the app finally exit normally.Answered | 14 Replies | 1760 Views | Created by QingYun.Wang - Sunday, December 20, 2015 8:09 AM | Last reply by QingYun.Wang - Wednesday, January 13, 2016 8:03 AM -
0 Votes
Transform a MFC Multi Dialogs app in one Dialog Application
So I'm working on a multi Dialogs application.Answered | 6 Replies | 1334 Views | Created by Ahmed-Ben-Salem - Friday, March 25, 2016 3:49 PM | Last reply by Ahmed-Ben-Salem - Tuesday, March 29, 2016 10:34 AM -
0 Votes
MFC With Visual Studio
MFC is included in standard versions. search the article "Visual C++ Editions" in MSDN for the details.Answered | 1 Replies | 4001 Views | Created by PatrickPope - Monday, June 22, 2009 7:11 PM | Last reply by Sheng Jiang 蒋晟 - Monday, June 22, 2009 10:11 PM -
1 Votes
MFC dialog Application and Custom control
I ahve created new MFC dialog based application and I go to ToolBox and simply drag and drop existing custom control.Answered | 5 Replies | 4221 Views | Created by Rupesh Shivarkar - Thursday, December 10, 2009 12:38 PM | Last reply by Scott McPhillips - Friday, December 11, 2009 2:37 PM -
1 Votes
press esc to exit exctuable
I would like to add a keypressed exit function so that the program wont exit by itself untill the key is pressed for example escpape buttun is pressed or ...Answered | 2 Replies | 1070 Views | Created by Coder.TGirl - Saturday, January 18, 2014 3:53 PM | Last reply by WayneAKing - Saturday, January 18, 2014 11:07 PM -
0 Votes
MFC Dialog resource Leak
If you want to satisfy yourself that MFC is not leaking then you should run your app with the various tools available such as ...Answered | 4 Replies | 1214 Views | Created by Shreegoudar - Saturday, November 7, 2015 3:45 AM | Last reply by RLWA32 - Monday, November 9, 2015 11:18 AM -
1 Votes
How to change MFC dialog and controls' look and feel
The issue that I'm running into is that dialogs in the Visual Studio 2010 editor adhere to the current look & feel but the compiled application still looks like ...Answered | 13 Replies | 21390 Views | Created by gwang12 - Wednesday, May 26, 2010 10:16 PM | Last reply by Mahendra Maurya - Wednesday, March 14, 2012 5:21 PM -
0 Votes
MFC applications
Properties you get the project properties Dialog box, at the top you should see the "Configuration" combobox selection option, Did you change it to ...Answered | 4 Replies | 2403 Views | Created by Pooja CM - Tuesday, March 12, 2013 10:28 AM | Last reply by Pradish.MP - Monday, April 1, 2013 12:47 PM -
0 Votes
How do I get mfc applications in visual studio express?
From what I know there is also no legal way using the MFC of VC2008 and above on an express edition, since this MFC is not part of any legal distribution by MS.Answered | 2 Replies | 1616 Views | Created by C plus plus learner 42 - Wednesday, June 18, 2014 4:58 AM | Last reply by C plus plus learner 42 - Wednesday, June 18, 2014 5:03 PM -
1 Votes
exit app by source code without pressing the button
If you want to exit app by code you can use Application.Current.Terminate();Answered | 2 Replies | 865 Views | Created by estmob - Tuesday, November 25, 2014 4:52 AM | Last reply by sharmi04 - Tuesday, November 25, 2014 6:32 AM -
0 Votes
MFC dialog in ATL activeX control does not have visual style
Actually, I can include a manifest in the hosting app.Answered | 18 Replies | 1813 Views | Created by Donghuanhuan - Friday, September 4, 2015 12:24 AM | Last reply by Donghuanhuan - Monday, September 7, 2015 11:24 PM -
3 Votes
How to Resize MFC dialog
If so, search for “MFC layout manager”, which allow you to specify layout “rules” at compile time so that you do not have to write tedious code to ...Answered | 6 Replies | 12046 Views | Created by Longit644 - Wednesday, January 16, 2013 5:08 AM | Last reply by Elegentin Xie - Thursday, January 24, 2013 10:06 AM -
0 Votes
Microsoft DataGrid View support in MFC applications in Visual Studio 2013
Hi, I am not able to find MsDataGrid View control in MFC application in VC++ for Visual Studio 2013.Answered | 2 Replies | 1592 Views | Created by Anand kumar vedantham - Monday, February 29, 2016 9:37 AM | Last reply by Hart Wang - Tuesday, March 1, 2016 7:11 AM -
0 Votes
Embed Excel Spreadsheet in MFC Dialog
The only way to solve this would be OLE (Object Linking and Embedding), but there is no simple way to host Excel in a Dialog.Answered | 2 Replies | 6881 Views | Created by TZ.biz - Thursday, August 11, 2011 10:19 AM | Last reply by Martin Richter - Thursday, August 11, 2011 12:31 PM - Items 1 to 20 of 1867940 Next ›
No announcements