Could someone please help me create a Type Library file (*.tlb) for Rich Text Box:
I am trying to access the IRichEditOle interface using VB (Visual Basic) and I haven't been able to do so, therefore I thought I can create a Type Library in C++ and VB can access type library files which will allow me to get the IRichEditOle interface in VB and use it.
here are the documentation for the interface I need access for:
Could someone please help me create a Type Library file (*.tlb) for Rich Text Box:
I am trying to access the IRichEditOle interface using VB (Visual Basic) and I haven't been able to do so, therefore I thought I can create a Type Library in C++ and VB can access type library files which will allow me to get the IRichEditOle interface in VB and use it.
here are the documentation for the interface I need access for:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/richedit/richeditcontrols/richeditcontrolreference/richeditinterfaces/iricheditole.asp
please help.
have you been able to compile any dll w/ dev that can be accessed from with in vb?