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.
Filter
:
All Threads
All Threads
Answered
Unanswered
Proposed Answers
General Discussion
No Replies
Helpful
Has Code
All Languages
-
Answered0VotesIRichEditor - 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 ... -
Unanswered0Votesusing CRectTracker to select objects inside the view
isrectsel=false; doc->SetModifiedFlag(); } } ////////////////////////////////////// void ... -
Answered0VotesImprove 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 ... -
Unanswered0VotesWindows 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 ... -
Unanswered0VotesHow 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 ... -
Discussion0VotesResource 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 ... -
Unanswered0Voteshow 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 ... -
Answered2VotesCMFCButton SetFaceColor Error in CFormView
m_bTransparent = FALSE; btnSubmit->Create(_T("Submit"), WS_CHILD | ... -
Unanswered0VotesSetWindowText( 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, ... -
Answered0Votesis 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 ... -
Unanswered0VotesLinking 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 ... -
Unanswered0VotesMIDL/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 ... -
Unanswered0Votescan 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 ... -
Unanswered0VotesGifdecoder,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 = ... -
Unanswered0VotesDon'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 ';' ... -
Answered0VotesReading 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 ... -
Unanswered0VotesCompanion 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 ... -
Unanswered0VotesHow 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 ... -
Answered0VotesButton Click check
How to check the button clicked or not through if condition in Windows forms application? -
Answered1Voteserror 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 ... - Items 1 to 20 of 5838 Next ›


