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

C / C++ / MFC

 
GeneralRe: Reference question Pin
Jose Lamas Rios13-Aug-05 7:23
Jose Lamas Rios13-Aug-05 7:23 
GeneralRe: Reference question Pin
LiYS13-Aug-05 16:19
LiYS13-Aug-05 16:19 
GeneralRe: Reference question Pin
S. Senthil Kumar13-Aug-05 6:59
S. Senthil Kumar13-Aug-05 6:59 
Generalshow background image on a window Pin
Ankit Aneja12-Aug-05 23:46
Ankit Aneja12-Aug-05 23:46 
GeneralRe: show background image on a window Pin
ThatsAlok13-Aug-05 0:08
ThatsAlok13-Aug-05 0:08 
GeneralRe: show background image on a window Pin
Ankit Aneja13-Aug-05 3:01
Ankit Aneja13-Aug-05 3:01 
GeneralRe: show background image on a window Pin
Achim Klein13-Aug-05 8:06
Achim Klein13-Aug-05 8:06 
GeneralRe: show background image on a window Pin
Ankit Aneja13-Aug-05 18:50
Ankit Aneja13-Aug-05 18:50 
Thanks
in OnInitDialog() where i am inserting coloumns
i write the following code
// Insert Background Image into the ListControl

LVBKIMAGE bki;

if (m_ctrlListNews.GetBkImage(&bki) && (bki.ulFlags ==LVBKIF_SOURCE_NONE))
{
m_ctrlListNews.SetBkImage(TEXT("C:\\close.bmp"),TRUE);
// Use your own Image Address Here
}

and it works but image is not transparent
means it cuts for lines and columns where some data is
filled
is there any way to make the image transparent so that it can be seen behind
the text shown in list control

Ankit Aneja


GeneralRe: show background image on a window Pin
Jose Lamas Rios13-Aug-05 22:32
Jose Lamas Rios13-Aug-05 22:32 
GeneralRe: show background image on a window Pin
Ankit Aneja13-Aug-05 23:13
Ankit Aneja13-Aug-05 23:13 
GeneralRe: show background image on a window Pin
Achim Klein14-Aug-05 2:44
Achim Klein14-Aug-05 2:44 
GeneralSetThreadLocale() Pin
Ali Tavakol12-Aug-05 23:45
Ali Tavakol12-Aug-05 23:45 
GeneralProcess Priority Pin
Abd.Eskandari12-Aug-05 23:34
Abd.Eskandari12-Aug-05 23:34 
GeneralRe: Process Priority Pin
Bob Stanneveld13-Aug-05 6:07
Bob Stanneveld13-Aug-05 6:07 
GeneralRe: Process Priority Pin
S. Senthil Kumar13-Aug-05 7:01
S. Senthil Kumar13-Aug-05 7:01 
GeneralATL Pin
Pham van hoi12-Aug-05 22:35
Pham van hoi12-Aug-05 22:35 
GeneralSDI Doc/View, synchronizing splitter windows w/ DirectX Pin
dtowers2312-Aug-05 19:32
dtowers2312-Aug-05 19:32 
GeneralUnion member cast and MFC message handling Pin
LiYS12-Aug-05 18:25
LiYS12-Aug-05 18:25 
GeneralRe: Union member cast and MFC message handling Pin
Jose Lamas Rios12-Aug-05 18:39
Jose Lamas Rios12-Aug-05 18:39 
GeneralRe: Union member cast and MFC message handling Pin
LiYS12-Aug-05 20:12
LiYS12-Aug-05 20:12 
GeneralRe: Union member cast and MFC message handling Pin
PJ Arends12-Aug-05 22:12
professionalPJ Arends12-Aug-05 22:12 
GeneralRe: Union member cast and MFC message handling Pin
LiYS12-Aug-05 23:58
LiYS12-Aug-05 23:58 
GeneralRe: Union member cast and MFC message handling Pin
Tim Smith13-Aug-05 5:02
Tim Smith13-Aug-05 5:02 
GeneralRe: Union member cast and MFC message handling Pin
PJ Arends13-Aug-05 6:51
professionalPJ Arends13-Aug-05 6:51 
GeneralIt seems that the MSComm can only transfer 40 bytes each time. Pin
pantao55112-Aug-05 17:37
pantao55112-Aug-05 17:37 

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.