Click here to Skip to main content
15,898,374 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralObtaining an Application's Folder Pin
rbrunton30-Jul-05 2:33
rbrunton30-Jul-05 2:33 
GeneralRe: Obtaining an Application's Folder Pin
Scozturk30-Jul-05 3:06
professionalScozturk30-Jul-05 3:06 
GeneralRe: Obtaining an Application's Folder Pin
Jack Puppy30-Jul-05 3:46
Jack Puppy30-Jul-05 3:46 
GeneralRe: Obtaining an Application's Folder Pin
ThatsAlok30-Jul-05 3:51
ThatsAlok30-Jul-05 3:51 
GeneralRe: Obtaining an Application's Folder Pin
rbrunton30-Jul-05 10:42
rbrunton30-Jul-05 10:42 
GeneralDisk devices count and NIC card count Pin
pradeepchinnasamy30-Jul-05 2:20
pradeepchinnasamy30-Jul-05 2:20 
GeneralGDI+ Image clone Pin
Hesham Desouky30-Jul-05 1:52
Hesham Desouky30-Jul-05 1:52 
GeneralListView background item color and .exe.manifest file Pin
int01h30-Jul-05 1:28
int01h30-Jul-05 1:28 
Hi guys,
i've implemented an manifest file to my app with following info:

---[cut here]---

<?xml version="1.0" encoding="UTF-8" standalone="yes"?><br />
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"><br />
<assemblyIdentity<br />
    version="1.0.0.0"<br />
    processorArchitecture="X86"<br />
    name="SETUP.EXE"<br />
    type="win32"<br />
/><br />
<description>APPLICATIONNAME</description><br />
<dependency><br />
    <dependentAssembly><br />
        <assemblyIdentity<br />
            type="win32"<br />
            name="Microsoft.Windows.Common-Controls"<br />
            version="6.0.0.0"<br />
            processorArchitecture="X86"<br />
            publicKeyToken="6595b64144ccf1df"<br />
            language="*"<br />
        /><br />
    </dependentAssembly><br />
</dependency><br />
</assembly> 



Since then, my listview doesn't accept item background colours i apply using:

if(lplvcd->nmcd.lItemlParam==1){  //obserwowane<br />
       lplvcd->clrText   = RGB(0,0,0);<br />
       lplvcd->clrTextBk = RGB(240,240,255);<br />
        }<br />



When i remove manifest, all looks okay, but when i apply it again - colours are missing.


Any idea ?

Regards,Paul.
GeneralSource Control (SCC) Icons on VC++ 6.0 Pin
Axter30-Jul-05 1:26
professionalAxter30-Jul-05 1:26 
Generalplease help me Pin
sebinfrancis30-Jul-05 1:00
sebinfrancis30-Jul-05 1:00 
GeneralRe: please help me Pin
toxcct30-Jul-05 3:26
toxcct30-Jul-05 3:26 
GeneralReliable date and time of Windows startup Pin
johannks30-Jul-05 0:11
johannks30-Jul-05 0:11 
GeneralRe: Reliable date and time of Windows startup Pin
Garth J Lancaster30-Jul-05 1:39
professionalGarth J Lancaster30-Jul-05 1:39 
GeneralReply # 2 Pin
Garth J Lancaster30-Jul-05 1:50
professionalGarth J Lancaster30-Jul-05 1:50 
GeneralRe: Reliable date and time of Windows startup Pin
pradeepchinnasamy30-Jul-05 2:09
pradeepchinnasamy30-Jul-05 2:09 
GeneralRe: Reliable date and time of Windows startup Pin
User 1278230-Jul-05 12:36
User 1278230-Jul-05 12:36 
GeneralRe: Reliable date and time of Windows startup Pin
Alexander M.,1-Aug-05 1:21
Alexander M.,1-Aug-05 1:21 
GeneralRe: Reliable date and time of Windows startup Pin
johannks2-Aug-05 19:35
johannks2-Aug-05 19:35 
GeneralUnicode class Pin
ThaSaVa29-Jul-05 23:57
ThaSaVa29-Jul-05 23:57 
GeneralRe: Unicode class Pin
Jack Puppy30-Jul-05 1:08
Jack Puppy30-Jul-05 1:08 
GeneralRe: Unicode class Pin
ThaSaVa1-Aug-05 1:09
ThaSaVa1-Aug-05 1:09 
Generaldetecting the input from a receiver Pin
Nilegna29-Jul-05 22:56
Nilegna29-Jul-05 22:56 
GeneralMSHTML Editing problem Pin
Scozturk29-Jul-05 22:37
professionalScozturk29-Jul-05 22:37 
GeneralRe: MSHTML Editing problem Pin
Scozturk30-Jul-05 4:08
professionalScozturk30-Jul-05 4:08 
GeneralMixing technologies Pin
pc_dev29-Jul-05 21:22
pc_dev29-Jul-05 21: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.