Click here to Skip to main content
15,915,873 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Windows Sockets Pin
ananth_rs22-Jan-02 5:55
ananth_rs22-Jan-02 5:55 
GeneralRe: Windows Sockets Pin
Joaquín M López Muñoz22-Jan-02 8:50
Joaquín M López Muñoz22-Jan-02 8:50 
GeneralXML newcomer Pin
Braulio Dez21-Jan-02 20:53
Braulio Dez21-Jan-02 20:53 
GeneralRe: XML newcomer Pin
Michael A. Barnhart22-Jan-02 2:35
Michael A. Barnhart22-Jan-02 2:35 
GeneralRe: XML newcomer Pin
Not Active22-Jan-02 3:50
mentorNot Active22-Jan-02 3:50 
GeneralRe: XML newcomer Pin
Michael Dunn22-Jan-02 7:55
sitebuilderMichael Dunn22-Jan-02 7:55 
GeneralDisplaying stock quote in a C++ app Pin
SAK21-Jan-02 20:10
SAK21-Jan-02 20:10 
QuestionATL and enumerated values? Pin
Phil F21-Jan-02 19:53
Phil F21-Jan-02 19:53 
From and ATL server written in VC 6.0 with one interface I would like to publish to VB clients enumerated values.

VC header-
enum FileTypes{ FILE, MEMFile, MEMORY};


My VB code looks like;

Dim y As Object
Set y = New PARMIOLib.BufferIO

'where 0 stands for FILE
'where 1 stands for MEMFile
'where 2 stands for Memory
y.FileFormat 0

How do I replace the 0, 1 and 2 with enumerated values?

thanks


Cry | :((
AnswerRe: ATL and enumerated values? Pin
Michael P Butler21-Jan-02 22:15
Michael P Butler21-Jan-02 22:15 
GeneralRe: ATL and enumerated values? Pin
Phil F22-Jan-02 6:34
Phil F22-Jan-02 6:34 
Generalnew versus VirtualAlloc Pin
alex.barylski21-Jan-02 19:02
alex.barylski21-Jan-02 19:02 
GeneralRe: new versus VirtualAlloc Pin
Phil F21-Jan-02 20:03
Phil F21-Jan-02 20:03 
GeneralRe: new versus VirtualAlloc Pin
alex.barylski22-Jan-02 10:18
alex.barylski22-Jan-02 10:18 
GeneralMCIWndCreate and Win2k Pin
21-Jan-02 13:15
suss21-Jan-02 13:15 
GeneralProblem subclassing CHeaderCtrl OnPaint Pin
Lea Johnson21-Jan-02 13:06
Lea Johnson21-Jan-02 13:06 
GeneralRe: Problem subclassing CHeaderCtrl OnPaint Pin
Jon Hulatt21-Jan-02 22:25
Jon Hulatt21-Jan-02 22:25 
GeneralRe: Problem subclassing CHeaderCtrl OnPaint Pin
Nish Nishant21-Jan-02 22:59
sitebuilderNish Nishant21-Jan-02 22:59 
GeneralI'm getting an Assert error when I try to get the contents of a CEdit Pin
Martin Marvinski21-Jan-02 13:05
Martin Marvinski21-Jan-02 13:05 
GeneralRe: I'm getting an Assert error when I try to get the contents of a CEdit Pin
Christian Graus21-Jan-02 13:15
protectorChristian Graus21-Jan-02 13:15 
GeneralRe: I'm getting an Assert error when I try to get the contents of a CEdit Pin
DanYELL21-Jan-02 13:16
DanYELL21-Jan-02 13:16 
GeneralRe: I'm getting an Assert error when I try to get the contents of a CEdit Pin
Tim Smith21-Jan-02 14:20
Tim Smith21-Jan-02 14:20 
GeneralRe: I'm getting an Assert error when I try to get the contents of a CEdit Pin
Nish Nishant21-Jan-02 16:12
sitebuilderNish Nishant21-Jan-02 16:12 
GeneralRe: I'm getting an Assert error when I try to get the contents of a CEdit Pin
Jamie Hale22-Jan-02 5:53
Jamie Hale22-Jan-02 5:53 
GeneralYour pointer points to temporary object Pin
23-Jan-02 2:42
suss23-Jan-02 2:42 
Generalnew and delete -> across an EXE and a DLL Pin
Peter Weyzen21-Jan-02 12:20
Peter Weyzen21-Jan-02 12:20 

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.