Click here to Skip to main content
15,881,877 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Marquee Progress Control Pin
JM22518-Apr-10 22:16
JM22518-Apr-10 22:16 
GeneralRe: Marquee Progress Control Pin
Eugen Podsypalnikov8-Apr-10 22:55
Eugen Podsypalnikov8-Apr-10 22:55 
GeneralRe: Marquee Progress Control [modified] Pin
JM22518-Apr-10 23:32
JM22518-Apr-10 23:32 
GeneralRe: Marquee Progress Control Pin
Eugen Podsypalnikov8-Apr-10 23:47
Eugen Podsypalnikov8-Apr-10 23:47 
GeneralRe: Marquee Progress Control Pin
JM22518-Apr-10 23:51
JM22518-Apr-10 23:51 
GeneralRe: Marquee Progress Control Pin
Eugen Podsypalnikov8-Apr-10 23:55
Eugen Podsypalnikov8-Apr-10 23:55 
GeneralRe: Marquee Progress Control Pin
JM22518-Apr-10 23:59
JM22518-Apr-10 23:59 
GeneralRe: Marquee Progress Control Pin
Eugen Podsypalnikov9-Apr-10 0:12
Eugen Podsypalnikov9-Apr-10 0:12 
Try to save this file as c:\common.manifest
and set it (c:\common.manifest) at ProjectSettings->ManifestTool->InputAndOutput->AdditionalManifestFiles Smile | :) :
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> 
  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
    <security>
      <requestedPrivileges>
        <requestedExecutionLevel
          level="asInvoker"
          uiAccess="false"
        />
      </requestedPrivileges>
    </security>
  </trustInfo>
  <dependency> 
    <dependentAssembly> 
      <assemblyIdentity 
        type="win32" 
        name="Microsoft.Windows.Common-Controls" 
        version="6.0.0.0" 
        processorArchitecture="X86" 
        publicKeyToken="6595b64144ccf1df" 
        language="*" 
      /> 
    </dependentAssembly> 
  </dependency> 
</assembly>

...or make the same settings as at your MFC project Smile | :)
virtual void BeHappy() = 0;

GeneralRe: Marquee Progress Control Pin
JM22519-Apr-10 0:15
JM22519-Apr-10 0:15 
GeneralRe: Marquee Progress Control Pin
Eric Olstad25-Oct-10 8:10
Eric Olstad25-Oct-10 8:10 
QuestionGetting response from aspx page Pin
Pryabu8-Apr-10 20:35
Pryabu8-Apr-10 20:35 
AnswerRe: Getting response from aspx page Pin
eusto9-Apr-10 2:28
eusto9-Apr-10 2:28 
AnswerRe: Getting response from aspx page Pin
daveyerwin9-Apr-10 13:55
daveyerwin9-Apr-10 13:55 
GeneralRe: Getting response from aspx page Pin
Pryabu11-Apr-10 18:08
Pryabu11-Apr-10 18:08 
GeneralRe: Getting response from aspx page Pin
daveyerwin12-Apr-10 12:59
daveyerwin12-Apr-10 12:59 
QuestionScrolling size on zooming Pin
Anu_Bala8-Apr-10 18:31
Anu_Bala8-Apr-10 18:31 
AnswerRe: Scrolling size on zooming Pin
kylur9-Apr-10 9:15
kylur9-Apr-10 9:15 
QuestionHow do I use std::stringstream to format data to a string like sprintf "%02d"[modified] Pin
akira328-Apr-10 17:51
akira328-Apr-10 17:51 
AnswerRe: How do I use std::stringstream to printf "%02d" Pin
KingsGambit8-Apr-10 18:36
KingsGambit8-Apr-10 18:36 
AnswerRe: How do I use std::stringstream to printf "%02d" Pin
Gwenio8-Apr-10 18:38
Gwenio8-Apr-10 18:38 
QuestionHow to use a Dialog Template as an item in another Dialog. Pin
Bram van Kampen8-Apr-10 15:06
Bram van Kampen8-Apr-10 15:06 
AnswerRe: How to use a Dialog Template as an item in another Dialog. Pin
cmk8-Apr-10 15:53
cmk8-Apr-10 15:53 
QuestionLPWSTR / Win32 Pin
Fareed Rizkalla8-Apr-10 7:10
Fareed Rizkalla8-Apr-10 7:10 
AnswerRe: LPWSTR / Win32 Pin
PJ Arends8-Apr-10 7:47
professionalPJ Arends8-Apr-10 7:47 
AnswerRe: LPWSTR / Win32 Pin
CPallini8-Apr-10 9:43
mveCPallini8-Apr-10 9:43 

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.