Announcement

Collapse
No announcement yet.

How to call a PB (DLL) from VBNet (winform proggie)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to call a PB (DLL) from VBNet (winform proggie)

    Guys, I searched the forums and I find calling a .net assembly but not the other way arround, any info on this (example maybe)
    To Ask or Not To Ask ?

  • #2
    Check this for a starting point: MSDN.com - Consuming Unmanaged DLL Functions

    Also, Googlin' for PInvoke will results in many links on the subject.

    Bye!
    -- The universe tends toward maximum irony. Don't push it.

    File Extension Seeker - Metasearch engine for file extensions / file types
    Online TrID file identifier | TrIDLib - Identify thousands of file formats

    Comment


    • #3
      Many thanks Marco,

      This was the link I needed programmers spend more time on searching and reading all the bloat then actually coding a few lines
      To Ask or Not To Ask ?

      Comment


      • #4
        Thanks Marco for the link, it will be something I need to scour over.

        Adrian,
        If you go to VelmexControls.com and click the "Vxm Driver" link, I have many .NET examples using a dll I wrote in PB.

        Don't worry about not having a control to work with, the core code point in this case was to make programming from another language easy for the "non-programmer" / "hobbyist" type. So I made all the functions as "Human Understandable" as I could.

        Might be a nice stepping stone when trying to learn new concepts
        Engineer's Motto: If it aint broke take it apart and fix it

        "If at 1st you don't succeed... call it version 1.0"

        "Half of Programming is coding"....."The other 90% is DEBUGGING"

        "Document my code????" .... "WHYYY??? do you think they call it CODE? "

        Comment

        Working...
        X