9,868,710 members (30,439 online)
Visit CodeProject.TV
Discuss CodeProject.TV
Sign in
Email
Password
Forgot your password?
Sign in using
home
articles
Chapters and Sections
>
Search
Latest Articles
Latest Tips/Tricks
Top Articles
Beginner Articles
Technical Blogs
Posting/Update Guidelines
Article Help Forum
Article Competition
Submit an article or tip
Post your Blog
quick answers
Ask a Question
View Unanswered Questions
View All Questions...
C# questions
ASP.NET questions
VB.NET questions
C#4.0 questions
C++ questions
discussions
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work & Training Issues
Design and Architecture
ASP.NET
JavaScript
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
Adobe Technologies
C#
Free Tools
Objective-C
Ruby On Rails
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
.NET Framework
Mobile
VS 11 & .NET 4.5
Sharepoint
Silverlight / WPF
Visual Basic
Web Development
Site Bugs / Suggestions
features
Component & Service Catalog
Competitions
News
The Insider Newsletter
Newsletter archive
Surveys
Product Showcase
Research Library
CodeProject Stuff
community
The Insider News
The Lounge
The Weird & The Wonderful
The Soapbox
Press Releases
Who's Who
Most Valuable Professionals
Company Listings
Non-English Language
>
General Indian Topics
General Chinese Topics
help
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
Site Map
Advertise with us
Employment Opportunities
About Us
The default search term operator is
AND
.
You can use brackets,
AND
,
OR
, and
NOT
to improve your search. For example:
C# AND NOT(VB or SQL)
A query of a single
*
will return everything, filtered by any filters.
Filter examples:
Search by Author
author:"author name"
Filter by tag
tag:C#
or
tag:(C++ or Java)
Wildcard search
use "?" or "*" eg.
gr?d
or
gr*
369 Results
Search
Everything
Articles
Technical Blogs
Tips & Tricks
Questions
Answers
Forum Messages
News Items
Catalog Items
Videos
Training Courses
Just My Stuff
My Bookmarks
Sort by
Relevance
Rating Asc
Rating Desc
Title Asc
Title Desc
Author Asc
Author Desc
Date Created Asc
Date Created Desc
Date Modified Asc
Date Modified Desc
Price Asc
Price Desc
Duration Asc
Duration Desc
Match
All Fields
Title
Description
Author(s)
Tags
Any Date
Last 12 hours
Last 24 hours
Last week
Last 2 weeks
Last month
Last 3 months
Last 6 months
Last year
January
February
March
April
May
June
July
August
September
October
November
December
Rating Range
All - Including Unrated
1.0 - 5.0
2.0 - 5.0
3.0 - 5.0
4.0 - 5.0
4.5 - 5.0
4.8 - 5.0
5.0
Advanced Filters:
Article Topics
All Topics
Desktop Development
Web Development
Mobile Development
Cloud Computing
Enterprise Systems
Database
Multimedia
Languages
Platforms, Frameworks & Libraries
General Programming
Graphics / Design
Development Lifecycle
General Reading
Third Party Products
Mentor Resources
Article License
All Licenses
CPOL
CDDL
Ms-PL
MPL
CPL
Eclipse
MIT
BSD
Apache
CC (ASA 2.5)
Zlib
Public Domain
CC (Attr 3U)
CC (ASA 3U)
LGPL3
GPL3
Forums
All Forums
Feature Forums
General Programming
Web Development
Product Lifecycle
Database & SysAdmin
General Discussions
Non-English Language
Catalog Category
All Categories
Books & Training
Charting & Graphing
Components, Controls, Libraries
Data Manipulation & Mining
Database Tools
Debugging
Documentation & Help
Financial, Math & Scientific
Frameworks & APIs
General Development Tools
GIS & Maps
Graphics & 3D Modeling
Hardware and Robotics
Hosting
IDEs
Imaging
Mobility
Multimedia
Networking
Performance and Profiling
Programming Languages
Project Life-cycle Management (ALM)
Reporting
Search
Security
Setup & Deploy
System Adminstration
Utilities
Virtualization
Web Design/Development
Catalog License
All Licenses
Commercial
Fully Function Evaluation version
Limited Functionality Trial
Limited Time Trial
Shareware
Free For Personal Use
Freeware
Page 1 of 8
Page Size:
10
·
25
·
50
Author filtered by: Flaviu2
[x]
CBitmap::CreateCompatibleBitmap() fail
by
Flaviu2
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));
General Programming
»
C / C++ / Mfc
Extended CComboBox
by
Flaviu2
Article
10 May 2013
license:
CPOL
A combobox control which shows a drop down window to assist user
Desktop Development
»
Combo & List Boxes
»
Extending The List Control
VC6
C++
Windows
MFC
Beginner
C++
Tree ComboBox Control
by
Flaviu2
Article
9 May 2013
license:
CPOL
Tree ComboBox Control
Desktop Development
»
Combo & List Boxes
»
General
VC6
Windows
MFC
Beginner
C++
Re: Store pointers into CListCtrl
by
Flaviu2
Forum Message
7 May 2013
I think that you are right ... thanks !
General Programming
»
C / C++ / Mfc
Re: Store pointers into CListCtrl
by
Flaviu2
Forum Message
3 May 2013
Does function well ... Thanks !
General Programming
»
C / C++ / Mfc
Re: Store pointers into CListCtrl
by
Flaviu2
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(..
General Programming
»
C / C++ / Mfc
Re: How to Load Image from Toolbar BMP resources for MenuItem icons ?
by
Flaviu2
Forum Message
2 May 2013
Another solution you can find here[
General Programming
»
C / C++ / Mfc
Store pointers into CListCtrl
by
Flaviu2
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) ...
General Programming
»
C / C++ / Mfc
Re: Catch OnKeyDown in CDialog
by
Flaviu2
Forum Message
30 Apr 2013
Great, now does function ! Thanks !
General Programming
»
C / C++ / Mfc
Catch OnKeyDown in CDialog
by
Flaviu2
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
General Programming
»
C / C++ / Mfc
Re: CExtStatusBar in MDI
by
Flaviu2
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.
General Discussions
»
Cextstatuscontrolbar - Managing Status Bar's Panes Is Getting Easier
CExtStatusBar in MDI
by
Flaviu2
Forum Message
17 Apr 2013
Have you tried your control in a MDI application ? Where can I initialize the controls inside of CExtStatusBar ?
General Discussions
»
Cextstatuscontrolbar - Managing Status Bar's Panes Is Getting Easier
Re: Catch OnLButtonDblClk in CMainFrame
by
Flaviu2
Forum Message
14 Apr 2013
And when I didn't have any child open ?
General Programming
»
C / C++ / Mfc
Re: Catch OnLButtonDblClk in CMainFrame
by
Flaviu2
Forum Message
9 Apr 2013
No, I think he hasn't, because I had tried that on a default MDI application ...
General Programming
»
C / C++ / Mfc
Re: Catch OnLButtonDblClk in CMainFrame
by
Flaviu2
Forum Message
9 Apr 2013
Well, I would like to catch double-click message on CMainFrame when I haven't any childs open ...
General Programming
»
C / C++ / Mfc
Working with Excel in MFC
by
Flaviu2
Tip/Trick
9 Apr 2013
license:
CPOL
Improved Excel class
Platforms, Frameworks & Libraries
»
Com / Com+
»
Automation
VC6
Windows
MFC
Beginner
Intermediate
C++
Catch OnLButtonDblClk in CMainFrame
by
Flaviu2
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
General Programming
»
C / C++ / Mfc
VC6 project ?
by
Flaviu2
Forum Message
8 Apr 2013
Hi, do you have a VC6 project version ? Thank you.
General Discussions
»
Article "Using Network List Manager (C++)"
Re: OnFileOpen crashing [solved]
by
Flaviu2
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
General Programming
»
C / C++ / Mfc
Re: OnFileOpen crashing
by
Flaviu2
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
General Programming
»
C / C++ / Mfc
Re: OnFileOpen crashing
by
Flaviu2
Forum Message
5 Apr 2013
Another trial: CString strFile; if (dlgFile.DoModal()==IDOK) { pos=dlgFile.GetStartPosition(); while (pos!=NULL) { strFile=dlgFile.GetNextPathName(pos); AfxMes
General Programming
»
C / C++ / Mfc
Re: OnFileOpen crashing
by
Flaviu2
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:
General Programming
»
C / C++ / Mfc
Re: OnFileOpen crashing
by
Flaviu2
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
General Programming
»
C / C++ / Mfc
Re: OnFileOpen crashing
by
Flaviu2
Forum Message
4 Apr 2013
Even if I used: void CMyApp::OnFileOpen(void) { CFileDialog dlgFile(TRUE); return; } and the application is crashing down ...
General Programming
»
C / C++ / Mfc
Re: OnFileOpen crashing
by
Flaviu2
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
General Programming
»
C / C++ / Mfc
OnFileOpen crashing
by
Flaviu2
Forum Message
4 Apr 2013
I have weird bug: in a MDI aplication, if I mapped OnFileOpen in follow way: ON_COMMAND(ID_FILE_OPEN, OnFileOpen) after the document file has opened, the application crashe
General Programming
»
C / C++ / Mfc
Re: MySQL 5.0 and Visual C++ 6....do they work together?
by
Flaviu2
Forum Message
17 Mar 2013
Yes, they perfectly work togheter ... swend me an email, and I'll send to you a test application ...
General Programming
»
C / C++ / Mfc
Re: Drivers to access parallel port in c using windows xp or 7 ??
by
Flaviu2
Forum Message
17 Mar 2013
Here[
General Programming
»
C / C++ / Mfc
Re: Need a free image library, png, Visual Studio 6.0
by
Flaviu2
Forum Message
14 Mar 2013
This[^] one is pretty good ... hope it helps ...
General Programming
»
C / C++ / Mfc
Bitmap Menu
by
Flaviu2
Article
8 Mar 2013
license:
CPOL
A simple way to have a bitmap menu without any bitmap resource or ownerdraw
Desktop Development
»
Menus
»
Menus And Toolbars
VC6
Dev
Intermediate
C++
Re: how to increase the width and height of a bitmap in mfc.?
by
Flaviu2
Forum Message
28 Feb 2013
How you draw the bitmap into picture control ?
General Programming
»
C / C++ / Mfc
Re: Reading Compressed AVI Video file
by
Flaviu2
Forum Message
25 Feb 2013
Maybe this[^] will help you ...
General Programming
»
C / C++ / Mfc
CDocument::Serialize throw exception
by
Flaviu2
Forum Message
19 Feb 2013
I have a simple scenario: void CMyDoc::Serialize(CArchive& ar) { if (ar.IsStoring()) { } else { // something is going wrong, and I throw an exception, and I give to u
General Programming
»
C / C++ / Mfc
Memory leak
by
Flaviu2
Forum Message
19 Feb 2013
Hi again. I had tried your project again, and I discover a memory leak: // // CustomTreeCtrlDlg.cpp : implementation file ... ... PCUSTOMITEMDATA pCustomData = new CUSTOMITEMDA
General Discussions
»
Article "Custom Checkbox Tree Control"
Re: Source Code
by
Flaviu2
Forum Message
18 Feb 2013
Well, that will be great !!!!!!!!! You see, I use only VC6, and I get a lot, lot of warnings on STL ... I'll be greatfull !
General Discussions
»
Article "Custom Checkbox Tree Control"
Re: Source Code
by
Flaviu2
Forum Message
18 Feb 2013
I was thinking to replace your "vector" with CArray, but right now I haven't time ... maybe in the future, and I'll write to you ... or maybe you have the version with CArray ? Anyway, thank you for c
General Discussions
»
Article "Custom Checkbox Tree Control"
Re: Source Code
by
Flaviu2
Forum Message
18 Feb 2013
Yes, thank you, I have a little observation: is a really necesary to mix STL with MFC ? I mean, don't you can use CArray instead of vector ? In rest, is really interesting the article ... got my
General Discussions
»
Article "Custom Checkbox Tree Control"
Re: Source Code
by
Flaviu2
Forum Message
18 Feb 2013
Thank you so much for code ... I have some errors (I'd compiled in VC6): no such file ... CCustomTreeCtrl.cpp when I saw on project directory, I saw that were named CCustom
General Discussions
»
Article "Custom Checkbox Tree Control"
Re: reading cell value from excel through C++
by
Flaviu2
Forum Message
17 Feb 2013
You can look here[^], or,
General Programming
»
C / C++ / Mfc
Re: Ho to add auto scroll feature on Dialog box?
by
Flaviu2
Forum Message
17 Feb 2013
Check [
General Programming
»
C / C++ / Mfc
Re: Play Media File
by
Flaviu2
Forum Message
30 Jan 2013
Is this[^] article suitable for y
General Programming
»
C / C++ / Mfc
Can you put some code ?
by
Flaviu2
Forum Message
30 Jan 2013
I like your control, but I would like to run some code to see how it's working ... would you put here your sample project ? And if you have a VC6 project, it would be perfect ! Thanks.
General Discussions
»
Article "Custom Checkbox Tree Control"
Get CBitmap from CDib
by
Flaviu2
Forum Message
28 Jan 2013
How can I get CBitmap from CDib ? I have tried in follow way: CBitmap Bitmap; Bitmap.FromHandle((HBITMAP)pDoc->m_Dib->m_hBitmap); doesn't work ... can you help me ? Thank
General Programming
»
C / C++ / Mfc
Re: Having problem with catching WM_LBUTTONUP message in CScrollBar
by
Flaviu2
Forum Message
24 Jan 2013
How you solve the problem ? Now you can catch OnLButtonUp on your CMyScrollBar class ?
General Programming
»
C / C++ / Mfc
Re: Having problem with catching WM_LBUTTONUP message in CScrollBar
by
Flaviu2
Forum Message
23 Jan 2013
I don't know if it's suitable for you, but why don't change the scrollbar style on left button down ? :) It's just an ideea ...
General Programming
»
C / C++ / Mfc
Re: Having problem with catching WM_LBUTTONUP message in CScrollBar
by
Flaviu2
Forum Message
22 Jan 2013
Weird, I have tested myself your application, and another one from [
General Programming
»
C / C++ / Mfc
Re: How to draw a banner and button ?
by
Flaviu2
Forum Message
15 Jan 2013
Very simple: add manifest file in your project resource folder, and then open Resource.h: #if _MSC_VER
General Programming
»
C / C++ / Mfc
Re: How to draw a banner and button ?
by
Flaviu2
Forum Message
15 Jan 2013
Well, then you only must setup a style for your application (setup manifest file) and you'll have a current system style on your button and CStatic. If I well understand ...
General Programming
»
C / C++ / Mfc
Re: How to draw a banner and button ?
by
Flaviu2
Forum Message
15 Jan 2013
For button, you can use CBitmapButton[
General Programming
»
C / C++ / Mfc
Didactic example
by
Flaviu2
Forum Message
15 Jan 2013
For that, you got my vote ! Thanks.
General Discussions
»
Article "Subclassing Using Dll Injection"
Page 1 of 8
1
2
3
4
5
6
7
8
First
·
Prev
·
Next
·
Last
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