February 24th, 2011, 03:10 AM
Hi all:
Using MS Visual Studio 2008 C++ for Windows 32 (XP brand), I try to construct a POP3 client managed from a modeless dialog box.
As a first step I create a persistent object -say pop3-...
December 27th, 2010, 07:51 AM
Paul:
Thanks again for your help.
Finally I've been able to find the error. The key has been your advice " or turn on the preprocessor generation and get the real code from the preprocessor...
December 27th, 2010, 03:56 AM
Paul:
Thank a lot for your answer. Although I'm not sure to been fully understood all your advices, I try to follow them, so there is the new code -the error remains-.
I've been posted in this...
December 26th, 2010, 04:50 PM
Hi template gurus:
Using MS V2008 I found a problem that I'm unable to surmount. Here is a minimal reconstruction:
// header.h
#pragma once
#include <map>
struct pXXX {
April 10th, 2009, 04:00 PM
Unfortunately I can't help on that question, but I suppose that the application per se can't do that, because it go against any security principle. I suppose that the application need to be started...
April 10th, 2009, 05:49 AM
May be interesting to read this "Nick on Silverlight and WPF" http://blogs.msdn.com/nickkramer/archive/2006/04/15/576758.aspx
Greetings.
December 26th, 2008, 01:24 PM
ovidiucucu: thanks for your reply
My problem is not how to position or resize a child window in a dialog box. I believe is my lack of a good understand of the interaction between the WebBrowser...
December 25th, 2008, 03:37 AM
Hello all:
I need to include a WebBrowser control in a window -most exactly in a dialog box-. I'm using Visual C++ and the Windows API "bareback", I mean without MFC or ATL.
I managed to...
July 25th, 2008, 07:03 AM
>
Thanks a lot. That unveil the mystery to me!!
July 24th, 2008, 05:44 PM
Hi all:
Trying to follow this tutorial http://www.codeproject.com/KB/COM/com_in_c1.aspx I'v got this code:
// MS VCpp console application
long SetString (char*); // function prototype...