hi....
just one q: can we use MFC.h in VB? if can how?
Thank you...!
Printable View
hi....
just one q: can we use MFC.h in VB? if can how?
Thank you...!
doubt it - why would you want to? are you trying to call a function in a C module, use an API call, or what?
You cannot use MFC from VB. It is a class library for C++ only. Most of MFC's abilities are duplicated in VB anyway.