Click here to Skip to main content
15,887,027 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
Yes. Just like what u mentioned. 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

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 
GeneralRe: Permanent popup menu (aka list control) c++, MFC Pin
Richard MacCutchan6-Aug-10 0:48
mveRichard MacCutchan6-Aug-10 0:48 
GeneralRe: Permanent popup menu (aka list control) c++, MFC Pin
arthur89kim6-Aug-10 4:16
arthur89kim6-Aug-10 4:16 
GeneralRe: Permanent popup menu (aka list control) c++, MFC Pin
Richard MacCutchan6-Aug-10 4:40
mveRichard MacCutchan6-Aug-10 4:40 
GeneralRe: Permanent popup menu (aka list control) c++, MFC Pin
arthur89kim7-Aug-10 21:36
arthur89kim7-Aug-10 21:36 
GeneralRe: Permanent popup menu (aka list control) c++, MFC Pin
Richard MacCutchan8-Aug-10 0:54
mveRichard MacCutchan8-Aug-10 0:54 
GeneralRe: Permanent popup menu (aka list control) c++, MFC Pin
arthur89kim8-Aug-10 15:25
arthur89kim8-Aug-10 15:25 
Questionhow to get rid of MSB8012 warning in VS2010 Pin
Chesnokov Yuriy5-Aug-10 22:03
professionalChesnokov Yuriy5-Aug-10 22:03 
QuestionMultiple excel server problem Pin
trioum5-Aug-10 21:12
trioum5-Aug-10 21:12 
AnswerRe: Multiple excel server problem Pin
Cool_Dev5-Aug-10 22:48
Cool_Dev5-Aug-10 22:48 
GeneralRe: Multiple excel server problem Pin
trioum5-Aug-10 23:54
trioum5-Aug-10 23:54 
GeneralRe: Multiple excel server problem Pin
Cool_Dev6-Aug-10 1:08
Cool_Dev6-Aug-10 1:08 
GeneralRe: Multiple excel server problem Pin
trioum6-Aug-10 19:12
trioum6-Aug-10 19:12 
GeneralRe: Multiple excel server problem Pin
Cool_Dev8-Aug-10 0:22
Cool_Dev8-Aug-10 0:22 

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.