Anton, when I try your example, I get error "XDConfirmChoice is undefined".
How do I prevent that?
> it seems your if statement doesn't actually compare anything. try something
> like
[quoted text clipped - 33 lines]
> > }
> >}
Similar code worked in managed code, but why don't you just the actual
integer value instead of the enum. Lookup up the values you want here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ipsdk/html/xden
mXdConfirmChoice_HV01104062.asp
>Anton, when I try your example, I get error "XDConfirmChoice is undefined".
>How do I prevent that?
[quoted text clipped - 4 lines]
>> > }
>> >}
ChrisB - 17 Aug 2005 16:16 GMT
Thanks Anton, the integer value works, so I gave up on the enum.
> Similar code worked in managed code, but why don't you just the actual
> integer value instead of the enum. Lookup up the values you want here:
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ipsdk/html/xden
mXdConfirmChoice_HV01104062.asp