Click here to Skip to main content
15,910,981 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionfind string / replace Pin
micutzu6-Apr-07 1:31
micutzu6-Apr-07 1:31 
QuestionRe: find string / replace Pin
David Crow6-Apr-07 2:56
David Crow6-Apr-07 2:56 
AnswerRe: find string / replace Pin
micutzu6-Apr-07 3:02
micutzu6-Apr-07 3:02 
GeneralRe: find string / replace Pin
cp98766-Apr-07 3:05
cp98766-Apr-07 3:05 
QuestionRe: find string / replace Pin
David Crow6-Apr-07 3:22
David Crow6-Apr-07 3:22 
Questionhow to change look of Screen so tht it will give XP look? Pin
megha_gharote6-Apr-07 0:50
megha_gharote6-Apr-07 0:50 
AnswerRe: how to change look of Screen so tht it will give XP look? Pin
_AnsHUMAN_ 6-Apr-07 2:06
_AnsHUMAN_ 6-Apr-07 2:06 
AnswerRe: how to change look of Screen so tht it will give XP look? Pin
houari_id6-Apr-07 6:04
houari_id6-Apr-07 6:04 
You can create an XML file with the following content:

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


Save the file as, for example, xptheme.xml

Then go to ResourceView and import this file. In Custom Resource Type, fill in "24" in Resource type. Finally, set the ID to "1".

-Houari

QuestionHow to handle Del Key??[modified] Pin
narayanagvs5-Apr-07 23:59
narayanagvs5-Apr-07 23:59 
AnswerRe: How to handle Del Key??[modified] Pin
cp98766-Apr-07 0:52
cp98766-Apr-07 0:52 
AnswerRe: How to handle Del Key??[modified] Pin
Hamid_RT6-Apr-07 1:02
Hamid_RT6-Apr-07 1:02 
Questionwhy is MSVCP71D.dll being used? Pin
Hariharan.T5-Apr-07 21:49
Hariharan.T5-Apr-07 21:49 
AnswerRe: why is MSVCP71D.dll being used? Pin
toxcct5-Apr-07 22:47
toxcct5-Apr-07 22:47 
GeneralRe: why is MSVCP71D.dll being used? Pin
Hariharan.T5-Apr-07 23:02
Hariharan.T5-Apr-07 23:02 
QuestionRe: why is MSVCP71D.dll being used? Pin
David Crow6-Apr-07 2:58
David Crow6-Apr-07 2:58 
AnswerRe: why is MSVCP71D.dll being used? Pin
Hariharan.T12-Apr-07 23:29
Hariharan.T12-Apr-07 23:29 
QuestionDNS server Pin
saisp5-Apr-07 21:32
saisp5-Apr-07 21:32 
AnswerRe: DNS server Pin
Dmitry Khudorozhkov6-Apr-07 0:45
Dmitry Khudorozhkov6-Apr-07 0:45 
AnswerRe: DNS server Pin
David Crow6-Apr-07 3:21
David Crow6-Apr-07 3:21 
AnswerRe: DNS server Pin
ThatsAlok20-Apr-07 22:01
ThatsAlok20-Apr-07 22:01 
Questionregarding WAV to MP3 converter Pin
puneet_cha5-Apr-07 21:28
puneet_cha5-Apr-07 21:28 
AnswerRe: regarding WAV to MP3 converter Pin
Dmitry Khudorozhkov6-Apr-07 0:52
Dmitry Khudorozhkov6-Apr-07 0:52 
QuestionHow Save Windows Live Messenger Chat History Logging Pin
MyNothing5-Apr-07 21:18
MyNothing5-Apr-07 21:18 
QuestionHow Save Windows Live Messenger Chat History Logging?? Pin
MyNothing5-Apr-07 21:14
MyNothing5-Apr-07 21:14 
QuestionPassing parameters to function problem. Pin
viral_umang@hotmail.com5-Apr-07 20:32
viral_umang@hotmail.com5-Apr-07 20:32 

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.