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

C / C++ / MFC

 
AnswerRe: LocalAlloc and LocalFree Pin
Prakash Nadar1-Nov-05 15:44
Prakash Nadar1-Nov-05 15:44 
AnswerRe: LocalAlloc and LocalFree Pin
S. Senthil Kumar1-Nov-05 19:23
S. Senthil Kumar1-Nov-05 19:23 
QuestionC++ based system service Pin
c++code1011-Nov-05 14:50
c++code1011-Nov-05 14:50 
AnswerRe: C++ based system service Pin
__yb1-Nov-05 21:08
__yb1-Nov-05 21:08 
QuestionHow to use ExtractIcon or ExtractIconEx to get a handle for the small Icon? Pin
Tcpip20051-Nov-05 14:37
Tcpip20051-Nov-05 14:37 
AnswerRe: How to use ExtractIcon or ExtractIconEx to get a handle for the small Icon? Pin
Prakash Nadar1-Nov-05 15:49
Prakash Nadar1-Nov-05 15:49 
GeneralRe: How to use ExtractIcon or ExtractIconEx to get a handle for the small Icon? Pin
Tcpip20051-Nov-05 16:19
Tcpip20051-Nov-05 16:19 
GeneralRe: How to use ExtractIcon or ExtractIconEx to get a handle for the small Icon? Pin
Prakash Nadar1-Nov-05 16:37
Prakash Nadar1-Nov-05 16:37 
I think you are working on windows XP, the icon's showdow quality is lost.
Try includeing a manifest to your project.

If you are not aware on how to do that, search in CP, there are articles to manually include the manifest file in VC6

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


-prakash


-- modified at 22:37 Tuesday 1st November, 2005
QuestionGSL &amp; &quot;error LNK2019: unresolved external symbol _finite&quot; Pin
Lebesgue1-Nov-05 14:05
Lebesgue1-Nov-05 14:05 
AnswerRe: GSL &amp;amp; &amp;quot;error LNK2019: unresolved external symbol _finite&amp;quot; Pin
Prakash Nadar1-Nov-05 17:52
Prakash Nadar1-Nov-05 17:52 
GeneralRe: GSL &amp;amp;amp; &amp;amp;quot;error LNK2019: unresolved external symbol _finite&amp;amp;quot; Pin
Lebesgue1-Nov-05 22:43
Lebesgue1-Nov-05 22:43 
GeneralRe: GSL &amp;amp;amp;amp; &amp;amp;amp;quot;error LNK2019: unresolved external symbol _finite&amp;amp;amp;quot; Pin
RaymondM6-Feb-10 23:58
RaymondM6-Feb-10 23:58 
QuestionEmergency Pin
Binary01101-Nov-05 11:04
Binary01101-Nov-05 11:04 
QuestionRe: Emergency Pin
Prakash Nadar1-Nov-05 16:17
Prakash Nadar1-Nov-05 16:17 
AnswerRe: Emergency Pin
normanS1-Nov-05 22:58
normanS1-Nov-05 22:58 
QuestionLPCWSTR Pin
samkook1-Nov-05 9:54
samkook1-Nov-05 9:54 
AnswerRe: LPCWSTR Pin
Wes Aday1-Nov-05 10:14
professionalWes Aday1-Nov-05 10:14 
GeneralRe: LPCWSTR Pin
samkook1-Nov-05 10:19
samkook1-Nov-05 10:19 
GeneralRe: LPCWSTR Pin
Wes Aday1-Nov-05 10:24
professionalWes Aday1-Nov-05 10:24 
GeneralRe: LPCWSTR Pin
samkook1-Nov-05 10:26
samkook1-Nov-05 10:26 
GeneralRe: LPCWSTR Pin
Wes Aday1-Nov-05 10:30
professionalWes Aday1-Nov-05 10:30 
GeneralRe: LPCWSTR Pin
GflPower1-Nov-05 15:44
GflPower1-Nov-05 15:44 
GeneralRe: LPCWSTR Pin
Chintoo7231-Nov-05 16:28
Chintoo7231-Nov-05 16:28 
AnswerRe: LPCWSTR Pin
Mircea Puiu1-Nov-05 10:41
Mircea Puiu1-Nov-05 10:41 
GeneralRe: LPCWSTR and .net Pin
samkook1-Nov-05 10:46
samkook1-Nov-05 10:46 

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.