Click here to Skip to main content
15,891,431 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to send data to a C# App which has WPF control (text box) from VC++ application. Pin
Joseph8216-Jul-10 3:38
Joseph8216-Jul-10 3:38 
AnswerRe: How to send data to a C# App which has WPF control (text box) from VC++ application. Pin
Hristo-Bojilov16-Jul-10 7:24
Hristo-Bojilov16-Jul-10 7:24 
QuestionActive Directory/LDAP. Pin
Mike Doner16-Jul-10 2:47
Mike Doner16-Jul-10 2:47 
AnswerRe: Active Directory/LDAP. Pin
Emilio Garavaglia16-Jul-10 7:05
Emilio Garavaglia16-Jul-10 7:05 
GeneralRe: Active Directory/LDAP. Pin
Mike Doner29-Jul-10 7:59
Mike Doner29-Jul-10 7:59 
GeneralRe: Active Directory/LDAP. Pin
Emilio Garavaglia31-Jul-10 9:33
Emilio Garavaglia31-Jul-10 9:33 
QuestionINT_PTR in VC++ 2010 Pin
rp_suman16-Jul-10 1:43
rp_suman16-Jul-10 1:43 
AnswerRe: INT_PTR in VC++ 2010 Pin
Sauro Viti16-Jul-10 2:16
professionalSauro Viti16-Jul-10 2:16 
Yes, the INT_PTR is available in VC++ 2010, and not only it's safe to use it as return value from calls like CDialog::DoModal() but it is strongly recommended! That type is defined as typedef int __w64 INT_PTR; this means that it is just an int: the __w64 keyword is an hint that the compiler uses to find 64-bit portability issues and warn about it.
AnswerRe: INT_PTR in VC++ 2010 Pin
ThatsAlok18-Jul-10 20:49
ThatsAlok18-Jul-10 20:49 
QuestionHow to focus a message box Pin
rahul.kulshreshtha15-Jul-10 22:06
rahul.kulshreshtha15-Jul-10 22:06 
AnswerRe: How to focus a message box Pin
Eugen Podsypalnikov16-Jul-10 2:06
Eugen Podsypalnikov16-Jul-10 2:06 
GeneralRe: How to focus a message box Pin
rahul.kulshreshtha16-Jul-10 2:36
rahul.kulshreshtha16-Jul-10 2:36 
GeneralRe: How to focus a message box Pin
Cool_Dev16-Jul-10 3:04
Cool_Dev16-Jul-10 3:04 
AnswerRe: How to focus a message box Pin
E.F. Nijboer19-Jul-10 4:56
E.F. Nijboer19-Jul-10 4:56 
QuestionException Pin
Pryabu15-Jul-10 20:31
Pryabu15-Jul-10 20:31 
AnswerRe: Exception Pin
KarstenK15-Jul-10 20:47
mveKarstenK15-Jul-10 20:47 
GeneralRe: Exception Pin
Pryabu15-Jul-10 21:10
Pryabu15-Jul-10 21:10 
GeneralRe: Exception Pin
Richard MacCutchan15-Jul-10 21:30
mveRichard MacCutchan15-Jul-10 21:30 
GeneralRe: Exception Pin
Pryabu15-Jul-10 22:38
Pryabu15-Jul-10 22:38 
GeneralRe: Exception Pin
Niklas L15-Jul-10 23:09
Niklas L15-Jul-10 23:09 
GeneralRe: Exception Pin
Aescleal15-Jul-10 23:46
Aescleal15-Jul-10 23:46 
GeneralRe: Exception Pin
Richard MacCutchan16-Jul-10 3:09
mveRichard MacCutchan16-Jul-10 3:09 
GeneralRe: Exception Pin
KarstenK15-Jul-10 21:57
mveKarstenK15-Jul-10 21:57 
AnswerRe: Exception Pin
Aescleal15-Jul-10 21:39
Aescleal15-Jul-10 21:39 
GeneralRe: Exception Pin
Sauro Viti15-Jul-10 23:33
professionalSauro Viti15-Jul-10 23:33 

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.