CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2006
    Location
    California, USA
    Posts
    69

    Question How to call c program from visual basic

    Hello all,
    I have a gui in VB and i need to invoke c functions when a button is pressed or textbox event happens. How can i integrate both of them together in a VB program ?

    thanks,
    Rani

  2. #2
    Join Date
    Jun 2006
    Posts
    437

    Re: How to call c program from visual basic

    Hi all.

    You have to put your function into a DLL, then you can call it.
    Otherwise create an exe and call it as external application.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured