Click here to Skip to main content
15,894,907 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Connecting multi-webcam to perform perspective reconstruction Pin
Sauro Viti6-Aug-10 0:43
professionalSauro Viti6-Aug-10 0:43 
QuestionRe: Connecting multi-webcam to perform perspective reconstruction Pin
ponyta6-Aug-10 3:19
ponyta6-Aug-10 3:19 
AnswerRe: Connecting multi-webcam to perform perspective reconstruction Pin
Sauro Viti6-Aug-10 3:51
professionalSauro Viti6-Aug-10 3:51 
QuestionFill array Pin
AbhiHcl6-Aug-10 0:02
AbhiHcl6-Aug-10 0:02 
AnswerRe: Fill array Pin
bleedingfingers6-Aug-10 0:12
bleedingfingers6-Aug-10 0:12 
GeneralRe: Fill array Pin
AbhiHcl6-Aug-10 0:23
AbhiHcl6-Aug-10 0:23 
GeneralRe: Fill array Pin
bleedingfingers6-Aug-10 0:25
bleedingfingers6-Aug-10 0:25 
GeneralRe: Fill array Pin
bleedingfingers6-Aug-10 1:44
bleedingfingers6-Aug-10 1:44 
AnswerRe: Fill array Pin
_AnsHUMAN_ 6-Aug-10 0:13
_AnsHUMAN_ 6-Aug-10 0:13 
GeneralRe: Fill array Pin
AbhiHcl6-Aug-10 0:24
AbhiHcl6-Aug-10 0:24 
AnswerRe: Fill array Pin
Sauro Viti6-Aug-10 0:34
professionalSauro Viti6-Aug-10 0:34 
GeneralRe: Fill array Pin
AbhiHcl6-Aug-10 0:49
AbhiHcl6-Aug-10 0:49 
AnswerRe: Fill array [modified] Pin
Sauro Viti6-Aug-10 1:06
professionalSauro Viti6-Aug-10 1:06 
GeneralRe: Fill array Pin
bleedingfingers6-Aug-10 1:36
bleedingfingers6-Aug-10 1:36 
GeneralRe: Fill array Pin
Sauro Viti6-Aug-10 1:51
professionalSauro Viti6-Aug-10 1:51 
GeneralRe: Fill array Pin
Sauro Viti6-Aug-10 2:19
professionalSauro Viti6-Aug-10 2:19 
GeneralRe: Fill array Pin
David Crow6-Aug-10 2:55
David Crow6-Aug-10 2:55 
QuestionPermanent popup menu (aka list control) c++, MFC Pin
arthur89kim5-Aug-10 23:44
arthur89kim5-Aug-10 23:44 
AnswerRe: Permanent popup menu (aka list control) c++, MFC Pin
Sauro Viti5-Aug-10 23:53
professionalSauro Viti5-Aug-10 23:53 
GeneralRe: Permanent popup menu (aka list control) c++, MFC Pin
arthur89kim6-Aug-10 0:09
arthur89kim6-Aug-10 0:09 
AnswerRe: Permanent popup menu (aka list control) c++, MFC Pin
Sauro Viti6-Aug-10 0:27
professionalSauro Viti6-Aug-10 0:27 
GeneralRe: Permanent popup menu (aka list control) c++, MFC Pin
arthur89kim6-Aug-10 0:35
arthur89kim6-Aug-10 0:35 
AnswerRe: Permanent popup menu (aka list control) c++, MFC Pin
Richard MacCutchan5-Aug-10 23:53
mveRichard MacCutchan5-Aug-10 23:53 
GeneralRe: Permanent popup menu (aka list control) c++, MFC Pin
arthur89kim6-Aug-10 0:16
arthur89kim6-Aug-10 0:16 
What I need to do is to create a popup menu literally looks like list control. The reason why I do so is because I found out that the list control icon attribute as following...

m_list.SetExtendedStyle(LVS_EX_SUBITEMIMAGES | LVS_EX_FULLROWSELECT);

...where when I click on one of the item, I manage to select the whole row but not able to highlight the icon itself. If u have notice, when you put in the above code, there will be an empty white space reserved for the icon to be loaded. My original task is to eliminate that white space (in other words is to make it transparent).

For example, I'm trying to make the list control to be exactly same as the right click button in Adobe PDF reader where i can select whole row with icon (transparent background) and a tick (check mark).

By the way, the icons I obtained is from EnumWindowProc where I get from Window Application (same as ALT + TAB button).
Sincerely,
arthur89kim

GeneralRe: Permanent popup menu (aka list control) c++, MFC Pin
Richard MacCutchan6-Aug-10 0:48
mveRichard MacCutchan6-Aug-10 0:48 

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.