How do I convert this from VB to C#. Not sure what a CType is

  • Thread starter Thread starter ASI Tech
  • Start date Start date
A

ASI Tech

Guest
I believe I found the solution to a problem I'm having but the answer is in VB. And I don't understand part of it. I need

appAccess = CType(Marshal.GetActiveObject("Access.Application"), Microsoft.Office.Interop.Access.Application)

converted to C#. Can anyone please help? Thanks

Continue reading...
 
Back
Top