Click here to Skip to main content
Page 1 of 15
Page Size: 10 · 25 · 50


Author filtered by: Flaviu2 [x]
Forum Message 13 May 2013  
I want to ask you something: why CBitmap::CreateCompatibleBitmap() fail on large bitmap files ? I have: VERIFY(m_Bitmap.CreateCompatibleBitmap(pDC, nWidth, nHeight));
Extended CComboBox by Flaviu2
Article 10 May 2013   license: CPOL
A combobox control which shows a drop down window to assist user
Article 9 May 2013   license: CPOL
Tree ComboBox Control
Forum Message 7 May 2013  
I think that you are right ... thanks !
Forum Message 3 May 2013  
Does function well ... Thanks !
Forum Message 2 May 2013  
Thank you so much for your answers (both of you), I will try that right away and tell you what I've done ... but it came into my mind a question ... if I could store pointers into SetItemData(..
Forum Message 2 May 2013  
Another solution you can find here[
Forum Message 2 May 2013  
In a dialog I had replaced an CListBox with CListCtrl ... the old CListBox had used SetItemDataPtr, to store a CMyObjects pointers ... but CListCtrl have not such thing (CListCtrl::SetItemDataPtr) ...
Forum Message 30 Apr 2013  
Great, now does function ! Thanks !
Forum Message 29 Apr 2013  
I have an MDI application ... somewhere, I had open an CDialog derived dialog, where I have only two buttons ... but in this dialog I can not catch any OnKeyDown event ... why ? I had tried in follow
Forum Message 17 Apr 2013  
First of all, thank you for this excellent control, seems to be the best of this kind, (from my researches). Second, thank you for your promptness, you are very kind.
Forum Message 17 Apr 2013  
Have you tried your control in a MDI application ? Where can I initialize the controls inside of CExtStatusBar ?
Forum Message 14 Apr 2013  
And when I didn't have any child open ?
Forum Message 9 Apr 2013  
No, I think he hasn't, because I had tried that on a default MDI application ...
Forum Message 9 Apr 2013  
Well, I would like to catch double-click message on CMainFrame when I haven't any childs open ...
Forum Message 9 Apr 2013  
Why I can't catch CMainFrame::OnLButtonDblClk in CMainFrame ? void CMainFrame::OnLButtonDblClk(UINT nFlags, CPoint point) { // TODO: Add your message handler code h
VC6 project ? by Flaviu2
Forum Message 8 Apr 2013  
Hi, do you have a VC6 project version ? Thank you.
Forum Message 5 Apr 2013  
I found the problem: the destructor of CFileDialog had problems, and I slved in follow way: I used CFileDialog variable on the heap, just like this: CFileDialog* pDlgFile = new CFil
Forum Message 5 Apr 2013  
Of course I did ... something weird is happend ... because if I use only CFileDialog dlgFile(TRUE); in CMyApp::OnFileOpen and the application is crashing down .. I wonder if
Forum Message 5 Apr 2013  
Another trial: CString strFile; if (dlgFile.DoModal()==IDOK) { pos=dlgFile.GetStartPosition(); while (pos!=NULL) { strFile=dlgFile.GetNextPathName(pos); AfxMes
Forum Message 5 Apr 2013  
This is became strange: if I call only: OpenDocumentFile(_T("D:\\Flaviu\\SampleImages5\\Test.xxx")); , everything is OK, but when I go through normal way:
Forum Message 4 Apr 2013  
No, I didn't call CWinApp::OnFileOpen, but I call OpenDocumentFile(...), something like that: void CMyApp::OnFileOpen(void) { CFileDialog dlg(TRUE); i
Forum Message 4 Apr 2013  
Even if I used: void CMyApp::OnFileOpen(void) { CFileDialog dlgFile(TRUE); return; } and the application is crashing down ...
Forum Message 4 Apr 2013  
Inside of CMyApp::OnFileOpen I didn't call CWinApp:OnFileOpen .. here is the buggy code: void CMyApp::OnFileOpen(void) { CFileDialog dlgFile(TRUE); dl

Page 1 of 15
1 2 3 4 5 6 7 8 9 10


Advertise | Privacy | Mobile
Web04 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid