Click here to Skip to main content
15,913,709 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how do I know the message in hook procedure KeyboardProc()? Pin
ThatsAlok28-Nov-07 23:15
ThatsAlok28-Nov-07 23:15 
AnswerRe: how do I know the message in hook procedure KeyboardProc()? Pin
ThatsAlok28-Nov-07 23:16
ThatsAlok28-Nov-07 23:16 
Questioncurrent status for port is blocked or unblocked? Pin
CraZyToLearn28-Nov-07 22:11
CraZyToLearn28-Nov-07 22:11 
QuestionHow to create single setup file for MFC 8 applications? Pin
Jason Liu28-Nov-07 20:54
Jason Liu28-Nov-07 20:54 
AnswerRe: How to create single setup file for MFC 8 applications? Pin
Nelek28-Nov-07 22:29
protectorNelek28-Nov-07 22:29 
Questionhow to make form Pin
lili wulandhari28-Nov-07 20:50
lili wulandhari28-Nov-07 20:50 
AnswerRe: how to make form Pin
Hamid_RT28-Nov-07 21:11
Hamid_RT28-Nov-07 21:11 
AnswerRe: how to make form Pin
Nelek28-Nov-07 22:26
protectorNelek28-Nov-07 22:26 
AnswerRe: how to make form Pin
wira1guys29-Nov-07 17:26
wira1guys29-Nov-07 17:26 
Questionmanifest file Pin
George_George28-Nov-07 19:18
George_George28-Nov-07 19:18 
AnswerRe: manifest file Pin
Roger Broomfield28-Nov-07 19:46
Roger Broomfield28-Nov-07 19:46 
GeneralRe: manifest file Pin
George_George28-Nov-07 21:09
George_George28-Nov-07 21:09 
GeneralRe: manifest file Pin
Paresh Chitte28-Nov-07 21:43
Paresh Chitte28-Nov-07 21:43 
GeneralRe: manifest file Pin
George_George28-Nov-07 22:37
George_George28-Nov-07 22:37 
GeneralRe: manifest file Pin
Roger Broomfield28-Nov-07 22:02
Roger Broomfield28-Nov-07 22:02 
an XML file with the name "myapplication.exe.manifest" placed in the same directory as "myapplication.exe"
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
    version="1.0.0.0"
    processorArchetectiture="x86"
    name="Microsoft.Windows.plugin"
    type="win32"
/>
<description>insert your application description here</description>
<dependency>
    <dependentAssembly>
        <assemblyIdentity
            type="win32"
            name="Microsoft.Windows.Common-Controls"
            version="6.0.0.0"
            processorArchitecture="x86"
            publicKeyToken="6595b64144ccf1df"
            language="*"
        />
    </dependentAssembly>
</dependency>
</assembly>


as to what that all means I leave that to you as an exercise

PS: thanks for the linkage Paresh
GeneralRe: manifest file Pin
George_George28-Nov-07 22:34
George_George28-Nov-07 22:34 
AnswerRe: manifest file Pin
KarstenK28-Nov-07 20:24
mveKarstenK28-Nov-07 20:24 
GeneralRe: manifest file Pin
George_George28-Nov-07 21:00
George_George28-Nov-07 21:00 
QuestionHow can make user name and password Case Sensitive Pin
Y_Kaushik28-Nov-07 18:27
Y_Kaushik28-Nov-07 18:27 
AnswerRe: How can make user name and password Case Sensitive Pin
Paresh Chitte28-Nov-07 18:32
Paresh Chitte28-Nov-07 18:32 
GeneralRe: How can make user name and password Case Sensitive Pin
Y_Kaushik28-Nov-07 18:42
Y_Kaushik28-Nov-07 18:42 
QuestionConversion of 'CString/Resouce String' to Char* Pin
Priya_Sundar28-Nov-07 18:10
Priya_Sundar28-Nov-07 18:10 
AnswerRe: Conversion of 'CString/Resouce String' to Char* Pin
User 58385228-Nov-07 18:17
User 58385228-Nov-07 18:17 
GeneralRe: Conversion of 'CString/Resouce String' to Char* Pin
Priya_Sundar28-Nov-07 18:24
Priya_Sundar28-Nov-07 18:24 
GeneralRe: Conversion of 'CString/Resouce String' to Char* Pin
User 58385228-Nov-07 18:26
User 58385228-Nov-07 18:26 

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.