I wanted to convert a code from Visual Basic to Visual C++.
I am seeing a code like this.
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "Comdlg32.ocx"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
What is the equivalent
Using "MSCOMCTL.OCX"
Any clue/Help
Thanks,

What is the equivalent in Visual C++?
StevoTalks
Ravi Narayan
#import <comdlg32.ocx>
#import <mscomctl.ocx>
You should lookup #import on MSDN to see how to use it: here's link to a good introductary article:
http://msdn.microsoft.com/library/default.asp url=/library/en-us/vclang/html/_predir_the_.23.import_directive.asp