Click here to Skip to main content
15,881,172 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Can Signnal'ed Event Generate a User Message Pin
ForNow8-Apr-10 1:18
ForNow8-Apr-10 1:18 
AnswerRe: Can Signnal'ed Event Generate a User Message Pin
KarstenK8-Apr-10 0:08
mveKarstenK8-Apr-10 0:08 
AnswerRe: Can Signnal'ed Event Generate a User Message Pin
Adam Roderick J8-Apr-10 2:15
Adam Roderick J8-Apr-10 2:15 
GeneralRe: Can Signnal'ed Event Generate a User Message Pin
ForNow8-Apr-10 4:36
ForNow8-Apr-10 4:36 
QuestionHow to develop a desktop icon manager like the software "fences"? [modified] Pin
letianzhu7-Apr-10 22:03
letianzhu7-Apr-10 22:03 
AnswerRe: How to develop a desktop icon manager like the software "fences"? Pin
Adam Roderick J7-Apr-10 22:20
Adam Roderick J7-Apr-10 22:20 
GeneralRe: How to develop a desktop icon manager like the software "fences"? Pin
letianzhu8-Apr-10 1:33
letianzhu8-Apr-10 1:33 
AnswerRe: How to develop a desktop icon manager like the software "fences"? Pin
KarstenK8-Apr-10 0:13
mveKarstenK8-Apr-10 0:13 
code yourself. At first you got to identify the features you will need.

extract an icon with
DWORD_PTR dwPtr = ::SHGetFileInfo( buffer, 0/*ignored*/, &m_FileInfo, sizeof( m_FileInfo ),
SHGFI_ICON | SHGFI_SMALLICON | SHGFI_DISPLAYNAME | SHGFI_TYPENAME );//Flags

and display an icon DrawIcon => http://msdn.microsoft.com/en-us/library/ms648064%28VS.85%29.aspx[^]

and so on. Roll eyes | :rolleyes:

You fin a lot of samples at CP
Press F1 for help or google it.
Greetings from Germany

GeneralRe: How to develop a desktop icon manager like the software "fences"? Pin
letianzhu8-Apr-10 1:10
letianzhu8-Apr-10 1:10 
QuestionHow to enable the dynamically sub menu in the dialog program ? Pin
wangningyu7-Apr-10 21:39
wangningyu7-Apr-10 21:39 
AnswerRe: How to enable the dynamically sub menu in the dialog program ? Pin
Code-o-mat8-Apr-10 2:15
Code-o-mat8-Apr-10 2:15 
GeneralRe: How to enable the dynamically sub menu in the dialog program ? Pin
wangningyu8-Apr-10 14:54
wangningyu8-Apr-10 14:54 
QuestionQuickTimeSdk prob Pin
002comp7-Apr-10 21:05
002comp7-Apr-10 21:05 
AnswerRe: QuickTimeSdk prob Pin
002comp7-Apr-10 23:54
002comp7-Apr-10 23:54 
QuestionMessage of right-clicking on column header of CListCtrl Pin
includeh107-Apr-10 19:17
includeh107-Apr-10 19:17 
AnswerRe: Message of right-clicking on column header of CListCtrl Pin
PJ Arends7-Apr-10 21:16
professionalPJ Arends7-Apr-10 21:16 
GeneralRe: Message of right-clicking on column header of CListCtrl Pin
Iain Clarke, Warrior Programmer7-Apr-10 21:19
Iain Clarke, Warrior Programmer7-Apr-10 21:19 
GeneralRe: Message of right-clicking on column header of CListCtrl Pin
PJ Arends8-Apr-10 8:07
professionalPJ Arends8-Apr-10 8:07 
AnswerRe: Message of right-clicking on column header of CListCtrl PinPopular
Iain Clarke, Warrior Programmer7-Apr-10 21:16
Iain Clarke, Warrior Programmer7-Apr-10 21:16 
GeneralRe: Message of right-clicking on column header of CListCtrl Pin
includeh107-Apr-10 23:00
includeh107-Apr-10 23:00 
RantRe: Message of right-clicking on column header of CListCtrl Pin
Iain Clarke, Warrior Programmer7-Apr-10 23:05
Iain Clarke, Warrior Programmer7-Apr-10 23:05 
GeneralRe: Message of right-clicking on column header of CListCtrl Pin
Adam Roderick J7-Apr-10 23:06
Adam Roderick J7-Apr-10 23:06 
GeneralRe: Message of right-clicking on column header of CListCtrl Pin
David Crow8-Apr-10 3:40
David Crow8-Apr-10 3:40 
AnswerRe: Message of right-clicking on column header of CListCtrl Pin
Rolf Kristensen12-Apr-10 9:26
Rolf Kristensen12-Apr-10 9:26 
GeneralBarcode Application Usage [was: Re: Message of right-clicking on column header of CListCtrl] Pin
gvMadhav24-Jul-10 17:53
gvMadhav24-Jul-10 17:53 

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.