Click here to Skip to main content
16,016,678 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CComboBox & MSVS .NET 2003 Pin
Ravi Bhavnani30-May-05 11:35
professionalRavi Bhavnani30-May-05 11:35 
GeneralRe: CComboBox & MSVS .NET 2003 Pin
Jack Puppy30-May-05 12:43
Jack Puppy30-May-05 12:43 
GeneralRe: CComboBox & MSVS .NET 2003 Pin
oldbayray30-May-05 12:52
oldbayray30-May-05 12:52 
GeneralRe: CComboBox & MSVS .NET 2003 Pin
oldbayray30-May-05 12:51
oldbayray30-May-05 12:51 
GeneralDisplay file!!! Pin
Anonymous30-May-05 5:41
Anonymous30-May-05 5:41 
GeneralRe: Display file!!! Pin
Tom Archer30-May-05 11:36
Tom Archer30-May-05 11:36 
QuestionHow to crop an image in an application based on dialog?(VC++6.0) Pin
qqworm30-May-05 4:43
qqworm30-May-05 4:43 
AnswerRe: How to crop an image in an application based on dialog?(VC++6.0) Pin
Christian Graus30-May-05 12:06
protectorChristian Graus30-May-05 12:06 
The obvious thing to do is to create a new bitmap and use BitBlt to copy just the bit you need. The box part is easy, just draw the box at the mouse position, and keep track of the position in OnMouseMove.


Christian Graus - Microsoft MVP - C++
Questionwhat is the proper way to OnInitDialog? Pin
IlanTal30-May-05 4:42
IlanTal30-May-05 4:42 
AnswerRe: what is the proper way to OnInitDialog? Pin
Jack Puppy30-May-05 7:01
Jack Puppy30-May-05 7:01 
GeneralMFC CMonthCalCtrl problem Pin
Ivan Cachicatari30-May-05 4:26
Ivan Cachicatari30-May-05 4:26 
GeneralState images in CTreeCtrl Pin
MarcosEdu30-May-05 4:16
MarcosEdu30-May-05 4:16 
QuestionHow to run background processes in my application? Pin
Mystic Valour30-May-05 3:35
Mystic Valour30-May-05 3:35 
AnswerRe: How to run background processes in my application? Pin
M.Mehrdad.M30-May-05 4:51
M.Mehrdad.M30-May-05 4:51 
Questionhow can I display an image in a dialog? Pin
szeley30-May-05 3:31
szeley30-May-05 3:31 
AnswerRe: how can I display an image in a dialog? Pin
Jack Puppy30-May-05 4:07
Jack Puppy30-May-05 4:07 
AnswerRe: how can I display an image in a dialog? Pin
M.Mehrdad.M30-May-05 4:54
M.Mehrdad.M30-May-05 4:54 
AnswerRe: how can I display an image in a dialog? Pin
namaskaaram30-May-05 22:13
namaskaaram30-May-05 22:13 
GeneralMy C++ MFC-app into a dll -> to be used in .NET app… Pin
anderslundsgard30-May-05 2:56
anderslundsgard30-May-05 2:56 
GeneralRe: My C++ MFC-app into a dll -> to be used in .NET app… Pin
Rahim Rattani30-May-05 19:53
Rahim Rattani30-May-05 19:53 
QuestionHow to resolve Stock Overflow issue Pin
mutpan30-May-05 2:48
mutpan30-May-05 2:48 
AnswerRe: How to resolve Stock Overflow issue Pin
Cedric Moonen30-May-05 3:02
Cedric Moonen30-May-05 3:02 
AnswerRe: How to resolve Stock Overflow issue Pin
Ryan Binns30-May-05 18:03
Ryan Binns30-May-05 18:03 
GeneralRe: How to resolve Stock Overflow issue Pin
mutpan30-May-05 19:02
mutpan30-May-05 19:02 
GeneralRe: How to resolve Stock Overflow issue Pin
Cedric Moonen30-May-05 20:08
Cedric Moonen30-May-05 20:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.