Visual C++ MFC and ATL announcement
-
Link
This forum has been locked; it will still be available for review in the Archived Forums folder. Any future posts on this topic should be put in the Visual C++ forum.
Found 5826 threads
-
0 VotesIRichEditor - VS2012 "Warning: if you are using MFC controls on the dialog, you cannot #define _AFX_NO_MFC_CONTROLS_IN_DIALOGS."
Hello, I built a dialog based application in MFC using VS2012. On the dialog i placed a IRichEditor control. When i launch the ...Answered | 4 Replies | 12748 Views | Created by GKS001 - Friday, December 21, 2012 12:56 AM | Last reply by Pintu Shukla - Friday, December 21, 2012 8:38 PM -
0 Votesusing CRectTracker to select objects inside the view
isrectsel=false; doc->SetModifiedFlag(); } } ////////////////////////////////////// void ...Unanswered | 2 Replies | 5817 Views | Created by hooor - Thursday, December 20, 2012 9:51 PM | Last reply by hooor - Friday, December 21, 2012 4:38 PM -
0 VotesImprove bitmap quality
There is any way to improve an image (bitmap) quality in MFC ? I have a low resolution bitmap, and I don't see the details ... is there posibility to improve the image quality ...Answered | 1 Replies | 6423 Views | Created by flaviu_ - Thursday, December 20, 2012 7:20 AM | Last reply by Elegentin Xie - Friday, December 21, 2012 9:25 AM -
0 VotesWindows service writing error message in event log but started normally ?
Hi , I am facing a problem . I have written a service which start the other services in our project. I am facing no problem when I am starting the ... -
0 VotesHow to send a windows message from C# to C++ (MFC)?
Hello mates, I'm trying to send a windowsmessage from an app in C# (Compact Frame) to another one in C++ (MFC), both of them in a ...Unanswered | 2 Replies | 7543 Views | Created by CarlosEver - Thursday, December 20, 2012 10:22 AM | Last reply by Syed Babu - Friday, December 21, 2012 3:18 AM -
0 VotesResource bundle
Hi, i have a list of string in different - different language(English,French,German) ,i have a program in that i am sending the english version of string ...Discussion | 2 Replies | 5510 Views | Created by SunilMaurya - Tuesday, December 18, 2012 9:33 AM | Last reply by Pintu Shukla - Thursday, December 20, 2012 7:42 PM -
0 Voteshow to insert a byte array into SQL server table.
Hi, I was working on inserting an word file into SQL server 2008 using Visual C++ code. I got from few threads in(found only in C# code), that we should read the ...Unanswered | 1 Replies | 8508 Views | Created by mailatsandeep - Monday, December 17, 2012 4:26 PM | Last reply by Lazylamb - Thursday, December 20, 2012 6:49 PM -
2 VotesCMFCButton SetFaceColor Error in CFormView
m_bTransparent = FALSE; btnSubmit->Create(_T("Submit"), WS_CHILD | ...Answered | 6 Replies | 10956 Views | Created by 陸雲 - Wednesday, May 18, 2011 3:06 AM | Last reply by Lucínek - Thursday, December 20, 2012 9:45 AM -
0 VotesSetWindowText( lpszString my_text )
Windows XP Pro, Visual Studio 2008, MFC, C++ A dialog has a static text field with a variable named static_sender_running. Here is the code that crashes: Please forgive, ...Unanswered | 11 Replies | 9765 Views | Created by JAG77 - Wednesday, December 19, 2012 5:16 PM | Last reply by Syed Babu - Thursday, December 20, 2012 4:02 AM -
0 Votesis there any way that i could get Kill focus event in single body of all control
hi all i have one dialog box with tab control (6 tab with 6 dialog class), i have 94 controls in all dialog (in Total) like EditBox, ListBox, Combo, ListView Button, CheckBox ...Answered | 4 Replies | 6242 Views | Created by Amrit.shr - Wednesday, December 19, 2012 12:29 PM | Last reply by Amrit.shr - Thursday, December 20, 2012 3:58 AM -
0 VotesLinking C-runtime library?
I have a new VS2010 'Solution' with an executable and a DLL. The executable links MFC statically; the DLL doesn't use MFC. However they both need ...Unanswered | 3 Replies | 5668 Views | Created by David Webber - Wednesday, December 19, 2012 4:24 PM | Last reply by David Webber - Wednesday, December 19, 2012 10:46 PM -
0 VotesMIDL/idl problem with DWORD_PTR custom marshalling in x64
I have my idl code listed below. I let my proxy/stub created by DevStudio and register them as well as my out of proc server. When I call Test method with the exact same ... -
0 Votescan I just add application.doevents in case of my program become fake dead?
I write a program to receive package from server and dispatch the package to listcontrl, I can receive others package and display all those info to listcontrl. My Question is when I ...Unanswered | 1 Replies | 5321 Views | Created by uther12 - Wednesday, December 19, 2012 2:31 PM | Last reply by Pintu Shukla - Wednesday, December 19, 2012 4:19 PM -
0 VotesGifdecoder,BitmapSource and System.Windows.Controls::Image in mfc
Frames->Count; for(int i = 0;i < GifInfo[m_Current].Frames;i++){ Init_ReadDecodedBits(); bitmapSource = decoder->Frames[i]; bpp = ... -
0 VotesDon't knwo where error coming from :VC\include\xxbind1(300): error C2371: 'std::tr1::placeholders::ks' : redefinition; different basic types
After upgrading project files from VS 2002 to VS 2010, i'm getting these errors compiling code: VC\include\xxbind1(300): error C2143: syntax error : missing ';' ...Unanswered | 1 Replies | 6241 Views | Created by GilZ - Monday, December 17, 2012 6:50 PM | Last reply by Elegentin Xie - Wednesday, December 19, 2012 8:31 AM -
0 VotesReading the size of a groupbox border
Hi, I have created a groupbox in my application in which I want to display a video when it is being played. When I read the size of the group box I only seem to be able to read the ...Answered | 6 Replies | 7045 Views | Created by ajellisuk78 - Thursday, November 8, 2012 10:02 AM | Last reply by ajellisuk78 - Tuesday, December 18, 2012 9:57 PM -
0 VotesCompanion CD to Troelsen's "Developer’s Workshop to COM and ATL 3.0"
I recently purchased the book “Developer’s Workshop to COM and ATL 3.0” by Andrew W. Troelsen. This book is supposed to have a companion CD. My copy didn't ...Unanswered | 4 Replies | 11544 Views | Created by Carl A. Olen - Wednesday, May 26, 2010 12:21 AM | Last reply by Ka el - Tuesday, December 18, 2012 7:52 AM -
0 VotesHow to register 32bit ActiveX EXE in 64bit Win 7 OS.?
How to register a 32bit ActiveX "EXE" in 64bit Win 7 OS.? thanks in Advance., M.Mahesh. To Achive Success stay ...Unanswered | 6 Replies | 31892 Views | Created by HelpNeededO - Wednesday, September 7, 2011 4:37 AM | Last reply by _stentor - Sunday, December 16, 2012 12:39 AM -
0 VotesButton Click check
How to check the button clicked or not through if condition in Windows forms application?Answered | 6 Replies | 9273 Views | Created by i.sankar - Thursday, September 27, 2012 4:59 AM | Last reply by i.sankar - Friday, December 14, 2012 1:14 PM -
1 Voteserror C2440: 'static_cast' : cannot convert from 'void (__thiscall CSimulationLMITCView::* )(bool,UINT)' to 'void (__thiscall CWnd::* )(BOOL,UINT)
Hi, When I converted VC6 code to Visual Studio 2010 I got error message: error C2440: 'static_cast' : cannot convert from 'void (__thiscall ...Answered | 4 Replies | 12728 Views | Created by MFC coder - Thursday, April 26, 2012 12:41 AM | Last reply by Igor Tandetnik - Thursday, December 13, 2012 10:39 PM - Items 1 to 20 of 5826 Next ›
Visual C++ MFC and ATL announcement
-
Link
This forum has been locked; it will still be available for review in the Archived Forums folder. Any future posts on this topic should be put in the Visual C++ forum.
