Click here to Skip to main content
15,910,981 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: mouse move or click event on Internet Explorer Pin
Ju@ncho4-Jul-08 3:23
Ju@ncho4-Jul-08 3:23 
QuestionSDI Form View Application Pin
Robert Payan30-Jun-08 19:33
Robert Payan30-Jun-08 19:33 
QuestionNamespace-extension: How to implement IShellFolder2 Pin
seansu29-Jun-08 8:03
seansu29-Jun-08 8:03 
AnswerRe: Namespace-extension: How to implement IShellFolder2 Pin
KarstenK2-Jul-08 22:15
mveKarstenK2-Jul-08 22:15 
QuestionThe project is not compiling Pin
theCPkid28-Jun-08 2:42
theCPkid28-Jun-08 2:42 
AnswerRe: The project is not compiling Pin
KarstenK2-Jul-08 22:13
mveKarstenK2-Jul-08 22:13 
GeneralRe: The project is not compiling Pin
theCPkid3-Jul-08 1:57
theCPkid3-Jul-08 1:57 
QuestionDefine a enum type variable on the Interface (ATL project) ? [modified] Pin
iman_kh27-Jun-08 10:32
iman_kh27-Jun-08 10:32 
hi,
i want to define an enum type variable on the Interface ,
so i have defined an enum within interface and then take a property from this enum,
but have encountered with a compile time error !?
what is my mistake and what is its solution?

interface IXFSReceipt : IDispatch
{
enum RPtrResolution
{
RPTR_RESOLUTION_LOW,
RPTR_RESOLUTION_MEDIUM,
RPTR_RESOLUTION_HIGH,
RPTR_RESOLUTION_VERYHIGH
};
HRESULT Resolution([out, retval] RPtrResolution* pVal);<<<<<<<< ERROR1
HRESULT Resolution([in] RPtrResolution newVal);
};

ERROR1 : error MIDL2025 : syntax error : expecting a type specification

modified on Friday, June 27, 2008 4:44 PM

AnswerRe: Define a enum type variable on the Interface (ATL project) ? Pin
Ju@ncho4-Jul-08 3:32
Ju@ncho4-Jul-08 3:32 
QuestionCTreeItem question Pin
monsieur_jj26-Jun-08 21:31
monsieur_jj26-Jun-08 21:31 
QuestionMy Treeviewlist causes my main dialogue to crash... help Pin
monsieur_jj25-Jun-08 14:39
monsieur_jj25-Jun-08 14:39 
AnswerRe: My Treeviewlist causes my main dialogue to crash... help Pin
monsieur_jj25-Jun-08 19:52
monsieur_jj25-Jun-08 19:52 
QuestionIn ATL, Progess Bar look Pin
sumit.durg23-Jun-08 20:47
sumit.durg23-Jun-08 20:47 
AnswerRe: In ATL, Progess Bar look Pin
sumit.durg23-Jun-08 22:47
sumit.durg23-Jun-08 22:47 
GeneralRe: In ATL, Progess Bar look Pin
Stuart Dootson23-Jun-08 23:14
professionalStuart Dootson23-Jun-08 23:14 
GeneralRe: In ATL, Progess Bar look Pin
sumit.durg24-Jun-08 2:18
sumit.durg24-Jun-08 2:18 
GeneralRe: In ATL, Progess Bar look Pin
Stuart Dootson24-Jun-08 3:30
professionalStuart Dootson24-Jun-08 3:30 
GeneralRe: In ATL, Progess Bar look Pin
sumit.durg25-Jun-08 0:49
sumit.durg25-Jun-08 0:49 
GeneralRe: In ATL, Progess Bar look Pin
Stuart Dootson25-Jun-08 2:08
professionalStuart Dootson25-Jun-08 2:08 
QuestionReturn map&lt;cstring,&gt; from com atl???? Pin
Romiks19-Jun-08 4:04
Romiks19-Jun-08 4:04 
AnswerRe: Return map&lt;cstring,&gt; from com atl???? Pin
Stephen Hewitt19-Jun-08 16:30
Stephen Hewitt19-Jun-08 16:30 
AnswerRe: Return map&lt;cstring,&gt; from com atl???? Pin
Stuart Dootson19-Jun-08 21:26
professionalStuart Dootson19-Jun-08 21:26 
GeneralRe: Return map&lt;cstring,&gt; from com atl???? Pin
Romiks20-Jun-08 8:13
Romiks20-Jun-08 8:13 
GeneralRe: Return map&lt;cstring,&gt; from com atl???? Pin
tom groezer28-Aug-08 22:46
tom groezer28-Aug-08 22:46 
QuestionHow can i change font and style of Static text in ATL? Pin
sumit.durg19-Jun-08 2:46
sumit.durg19-Jun-08 2:46 

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.