Click here to Skip to main content
15,886,736 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: RAII (Resource Acquisition Is Initialization) pattern limitations Pin
George_George26-Dec-07 1:53
George_George26-Dec-07 1:53 
Generalproblem in _bstr_t Pin
rjkg25-Dec-07 19:46
rjkg25-Dec-07 19:46 
GeneralRe: problem in _bstr_t Pin
peterchen26-Dec-07 0:33
peterchen26-Dec-07 0:33 
GeneralVariable life cycle Pin
George_George25-Dec-07 19:24
George_George25-Dec-07 19:24 
GeneralRe: Variable life cycle Pin
_AnsHUMAN_ 25-Dec-07 20:06
_AnsHUMAN_ 25-Dec-07 20:06 
GeneralRe: Variable life cycle Pin
George_George25-Dec-07 20:10
George_George25-Dec-07 20:10 
GeneralDrag Drop,overwritefile Pin
john563225-Dec-07 19:05
john563225-Dec-07 19:05 
GeneralRe: Drag Drop,overwritefile Pin
Shaheed Legion27-Dec-07 1:12
Shaheed Legion27-Dec-07 1:12 
Hmmm , I haven't tested this , but , have you enabled Drag and Drop on the HWND of the two controls? That way you will get a drop message when the user drags an item , then you should subclass the controls WndProc and handle only that message (call DefWindowProc when done handling) so that you can emulate Drag & Drop behaviour for the controls. You can do File Manipulation within the message handler itself.

The tears shed in vain
and the hatred and pain
will be nothing but dust
at the end of the day

QuestionRegarding Interface.. Pin
tasumisra25-Dec-07 19:03
tasumisra25-Dec-07 19:03 
GeneralRe: Regarding Interface.. Pin
_AnsHUMAN_ 25-Dec-07 20:13
_AnsHUMAN_ 25-Dec-07 20:13 
GeneralDisplay Huge files Pin
Manjunath S25-Dec-07 18:50
Manjunath S25-Dec-07 18:50 
QuestionHow to Calculate points of a line in a triangle Pin
MKUser25-Dec-07 18:32
MKUser25-Dec-07 18:32 
AnswerRe: How to Calculate points of a line in a triangle Pin
followait25-Dec-07 18:41
followait25-Dec-07 18:41 
GeneralRe: How to Calculate points of a line in a triangle Pin
MKUser25-Dec-07 19:25
MKUser25-Dec-07 19:25 
GeneralRe: How to Calculate points of a line in a triangle Pin
followait25-Dec-07 23:26
followait25-Dec-07 23:26 
Generalenable button Pin
guru moorthy.k25-Dec-07 18:13
guru moorthy.k25-Dec-07 18:13 
GeneralRe: enable button Pin
Nishad S25-Dec-07 18:34
Nishad S25-Dec-07 18:34 
GeneralRe: enable button Pin
guru moorthy.k25-Dec-07 18:59
guru moorthy.k25-Dec-07 18:59 
GeneralRe: enable button Pin
Nishad S25-Dec-07 19:15
Nishad S25-Dec-07 19:15 
GeneralRe: enable button Pin
guru moorthy.k25-Dec-07 20:13
guru moorthy.k25-Dec-07 20:13 
QuestionRe: enable button Pin
Nishad S25-Dec-07 20:17
Nishad S25-Dec-07 20:17 
GeneralRe: enable button Pin
Hamid_RT28-Dec-07 5:09
Hamid_RT28-Dec-07 5:09 
Questionwhy CListCtl::InsertItem() would crash? Pin
kcynic25-Dec-07 17:05
kcynic25-Dec-07 17:05 
AnswerRe: why CListCtl::InsertItem() would crash? Pin
Maxwell Chen25-Dec-07 17:15
Maxwell Chen25-Dec-07 17:15 
GeneralRe: why CListCtl::InsertItem() would crash? [modified] Pin
kcynic25-Dec-07 17:34
kcynic25-Dec-07 17:34 

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.