No announcements
Filter
:
All threads
All threads
Answered
Unanswered
Proposed answers
General discussion
No replies
Helpful
Has code
All languages
-
Sticky5Votes
Tips on Posting Good Questions
Shawn Farkas of the CLR team recently posted a great message on the .NET Development forum about asking good questions. A lot of what he says is also applicable ... -
Sticky0Votes
The scope of this forum
Hi, For general C++ questions or general development questions (unrelated to Microsoft implementation issues or features), please use your favorite general C++ or development forums ...
-
Unanswered0Votes
Hex to jpg conversion in vc++
I'm using visual c++ 2010. I would like to know how to convert a hexadecimal text file into a jpg file. Is there any method or code that i could ...8 Replies | 152 Views | Created by Anu Seshi - Tuesday, July 23, 2013 4:10 PM | Last reply Anu Seshi - 27 minutes ago -
Answered2Votes
Maintain Linux C code using Visual Studio 2010?
I have a large Linux code base I must maintain with quite a few applications defined and built via .mk files using GCC on Linux. Problem is we cannot use an IDE on the Linux system that we build for ...11 Replies | 8181 Views | Created by CodeSlinger - Monday, July 19, 2010 2:17 PM | Last reply Pavel A - 28 minutes ago -
Unanswered21Votes
debug assertion error.....
Hello All, I am getting this error while debugging the project.Please help if any has faced this problem and find the ...41 Replies | 470 Views | Created by Suresh Kansujiya - Friday, July 12, 2013 10:09 AM | Last reply Renjith V Ramachandran - 30 minutes ago -
Unanswered0Votes
Migration of Print Preview code from VC++ 6.0 to VC++ 2008
GetDlgItem(AFX_IDW_PANE_FIRST));CWnd* pToolBar = pMainFrame->GetDlgItem(AFX_IDW_PREVIEW_BAR); Here during debugging,found ...3 Replies | 72 Views | Created by Deepak Bidap - Friday, July 26, 2013 9:59 AM | Last reply Deepak Bidap - 34 minutes ago -
Answered0Votes
fatal error RC1109: error creating debug folder content Project : error PRJ0002 1 returned from rc.exe
hi, I am getting the error rc1109 error creating .\debug/clean95/. Actually my project name is clean95. and finally Project : error PRJ0002 : Error result 1 ...3 Replies | 3079 Views | Created by shaffiuddin - Friday, June 24, 2011 1:28 PM | Last reply shaffiuddin - 1 hour 6 minutes ago -
Unanswered0Votes
COM Calls taking more time in Windows7 than in WindowsXP.
Hi,<o:p></o:p> I having facing one issue with the COM calls in my application. In my application there are some COM calls between ...2 Replies | 84 Views | Created by Sahani, Siddhartha - Wednesday, July 24, 2013 12:11 PM | Last reply Sahani, Siddhartha - 1 hour 46 minutes ago -
Unanswered0Votes
Member Initializer List
why member initializer list feature is introduced because we can also provide initialization in function's body ?3 Replies | 114 Views | Created by R.Marek118 - Thursday, July 25, 2013 5:06 PM | Last reply May Wang - MSFT - 2 hours 11 minutes ago -
Proposed2Votes
How to delete vertical scrollbar
RecalcLayout(); ResizeParentToFit(); ModifyStyle(WS_VSCROLL, 0); } BOOL CMainFrame::PreCreateW ...13 Replies | 167 Views | Created by japanisapig - Wednesday, July 24, 2013 4:09 AM | Last reply japanisapig - 2 hours 40 minutes ago -
Unanswered0Votes
Fixing error C1189 without modifying stdafx.h file
I need to fix below error C1189 without modifying stdafx.h Error:-"WIN32_WINNT to be #defined at least to 0x0403. Value 0x0501 or higher is ...4 Replies | 106 Views | Created by Rajesh Kanakarajan - Friday, July 26, 2013 12:50 PM | Last reply Jane Wang - MSFT - 2 hours 50 minutes ago -
Unanswered0Votes
unwanted grey bar and buttosn when mdi child is maximized
The form that is an MDI child has its windowstate set to maximized and the border style set to none but when I declare a new MDI child and show it in the MDI parent, it maximizes as it loads as it ...1 Replies | 77 Views | Created by Primus2x - Thursday, July 25, 2013 8:46 PM | Last reply Sunny-1994 - MSFT - 3 hours 7 minutes ago -
Unanswered0Votes
How use the GDI+ Bitmap Infomation?
Dialogue with GDI + Bitmap images came to call I want to work the next two imported Bitmap image, find out the properties ...1 Replies | 91 Views | Created by 602Lab - Saturday, July 27, 2013 12:38 AM | Last reply Sunny-1994 - MSFT - 3 hours 8 minutes ago -
Unanswered0Votes
MFC modeless dialog dll can't show tooltips normally
Create(this)) { TRACE("Unable To create ToolTip\n"); ... -
Unanswered0Votes
VS2008 -> VS2012 VC++ migration. Missing 'VC\atlmfc\include\l.esp' folder (Spanish)
SubsysSpanish.rc(21606): fatal error RC1015: cannot open include file 'l.esp/afxres.rc'. In know what the error means. When I looked in the 'VC\atlmfc\include' folder, I found ...1 Replies | 76 Views | Created by GSansoucie - Friday, July 26, 2013 3:05 PM | Last reply May Wang - MSFT - 3 hours 22 minutes ago -
Unanswered1Votes
Which data access technology(ACE DAO or ADO) is good with access 2007 unmanaged c++ using visual studio 6.0?
Hi, We were using access 97 and DAO to read/write data to database from vc++ 6.0 (unmanaged code) Now we migrating to access 2007 database and using same visual ...2 Replies | 55 Views | Created by Sankar540 - Friday, July 26, 2013 9:29 AM | Last reply Bordon - 3 hours 26 minutes ago -
Proposed1Votes
dynamic_cast? why the converted base class object will printf sub class function?
Should it use the base class function and print "base"? however, it go with "child1" ? class CBase { public: virtual void ...4 Replies | 78 Views | Created by V.Ravnos - 16 hours 16 minutes ago | Last reply David Lowndes - 3 hours 29 minutes ago -
Unanswered0Votes
I am a beginner in programming and would like to know if my implementation of a class to implement stacks as shown below adequately does the job.
// My implementation of a stack with a peek function added #include <iostream> using std::endl; using std::cout; using std::cin; using ...5 Replies | 65 Views | Created by Solja - 13 hours 23 minutes ago | Last reply Viorel_ - 4 hours 6 minutes ago -
Unanswered0Votes
How to give BS_COMMANDLINK White Background Color?
Hello. I'm trying to give BS_COMMANDLINK button a white background, as seen in Windows Activation wizard. This one is the result I'm getting. I want the Command ...3 Replies | 170 Views | Created by Newbie Meera - Monday, July 15, 2013 6:13 AM | Last reply Bordon - 4 hours 43 minutes ago -
Unanswered0Votes
Cannot add .dll to toolbox. Adding Theme Problem
Hello, I'm having a weird problem. Well, I'm trying to add a GUI theme for my Windows Forms Application. It is one of the SkinCrafter theme. I have Visual Studio 2012 64-bit, so I'm ...2 Replies | 88 Views | Created by D3crypt3r - Friday, July 26, 2013 9:09 AM | Last reply Jane Wang - MSFT - 5 hours 18 minutes ago -
Unanswered0Votes
After pressing ESC RichEditBox event ContentsResized no more fired in all instances
Hi, in our MFC app we have several instances of .NET RichTextBox Controls hosted in a CWinFormsControl of some MFC dialogs (we have to use .NET RichTextBox instead of ...6 Replies | 158 Views | Created by WernerK - Monday, July 22, 2013 3:12 PM | Last reply Elegentin Xie - 7 hours 3 minutes ago -
Unanswered0Votes
MFC OnKillFocus
I have 2 edit boxes A & B. A should be always larger than B. Initially A =10, B =1. I have DDX and DDV for both. DDV is check minimum value and maximum ...1 Replies | 78 Views | Created by mh1000 - Friday, July 26, 2013 11:10 PM | Last reply Franklin Chen - MSFT - 7 hours 43 minutes ago - Items 1 to 20 of 44290 Next ›