Click here to Skip to main content
15,908,843 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Can I convert HWND to CWnd object Pin
James R. Twine4-Jan-07 8:13
James R. Twine4-Jan-07 8:13 
GeneralRe: Can I convert HWND to CWnd object Pin
Mark Salsbery4-Jan-07 8:16
Mark Salsbery4-Jan-07 8:16 
AnswerRe: Can I convert HWND to CWnd object Pin
Stephen Hewitt4-Jan-07 12:05
Stephen Hewitt4-Jan-07 12:05 
AnswerRe: Can I convert HWND to CWnd object Pin
Hamid_RT4-Jan-07 18:03
Hamid_RT4-Jan-07 18:03 
AnswerRe: Can I convert HWND to CWnd object Pin
prasad_som4-Jan-07 18:05
prasad_som4-Jan-07 18:05 
QuestionXP style warning when caps lock on when entering password Pin
thefainster4-Jan-07 6:11
thefainster4-Jan-07 6:11 
AnswerRe: XP style warning when caps lock on when entering password Pin
James R. Twine4-Jan-07 6:36
James R. Twine4-Jan-07 6:36 
GeneralRe: XP style warning when caps lock on when entering password Pin
thefainster4-Jan-07 7:20
thefainster4-Jan-07 7:20 
Yes, running on XP, not too concerned about other platforms.
Here is my manifest - am I not specifying the correct libraries?

<?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"
processorArchitecture="X86"
name="Microsoft.Windows.TestApp"
type="win32"
/>
<description>Your app 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>
GeneralRe: XP style warning when caps lock on when entering password Pin
James R. Twine4-Jan-07 8:19
James R. Twine4-Jan-07 8:19 
GeneralRe: XP style warning when caps lock on when entering password Pin
thefainster4-Jan-07 9:47
thefainster4-Jan-07 9:47 
QuestionBitmap in ListCtrl - transparent bgtext color? Pin
thefainster4-Jan-07 4:50
thefainster4-Jan-07 4:50 
AnswerRe: Bitmap in ListCtrl - transparent bgtext color? Pin
Mark Salsbery4-Jan-07 5:12
Mark Salsbery4-Jan-07 5:12 
GeneralRe: Bitmap in ListCtrl - transparent bgtext color? Pin
thefainster4-Jan-07 5:22
thefainster4-Jan-07 5:22 
AnswerRe: Bitmap in ListCtrl - transparent bgtext color? Pin
Hamid_RT4-Jan-07 5:23
Hamid_RT4-Jan-07 5:23 
AnswerRe: Bitmap in ListCtrl - transparent bgtext color? Pin
thefainster4-Jan-07 6:06
thefainster4-Jan-07 6:06 
GeneralRe: Bitmap in ListCtrl - transparent bgtext color? Pin
Mark Salsbery4-Jan-07 6:17
Mark Salsbery4-Jan-07 6:17 
QuestionMAC Address Pin
Aji V Nair4-Jan-07 4:49
Aji V Nair4-Jan-07 4:49 
AnswerRe: MAC Address Pin
Mark Salsbery4-Jan-07 5:19
Mark Salsbery4-Jan-07 5:19 
Questionclient/serveur mailslot Pin
oclone4-Jan-07 4:23
oclone4-Jan-07 4:23 
AnswerRe: client/serveur mailslot Pin
James R. Twine4-Jan-07 4:26
James R. Twine4-Jan-07 4:26 
AnswerRe: client/serveur mailslot Pin
Hamid_RT4-Jan-07 18:05
Hamid_RT4-Jan-07 18:05 
QuestionHow CALLBACK function work Pin
Max++4-Jan-07 4:16
Max++4-Jan-07 4:16 
AnswerRe: How CALLBACK function work Pin
James R. Twine4-Jan-07 4:25
James R. Twine4-Jan-07 4:25 
Questionmemory allocation using new operator Pin
vikramlinux4-Jan-07 3:59
vikramlinux4-Jan-07 3:59 
AnswerRe: memory allocation using new operator Pin
Jörgen Sigvardsson4-Jan-07 4:17
Jörgen Sigvardsson4-Jan-07 4:17 

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.