Announcement

Collapse
No announcement yet.

src: Context help with popup

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

  • Peter Stephensen
    Guest replied
    Gregery--

    I dont know how i can do it, i just know that it works
    As far as i know an ocx-file is a kind of dll. Therefore, if a function is declared the stanard dll way (without any COM)
    you can call it the standard way.

    Regards
    Peter

    ------------------




    [This message has been edited by Peter Stephensen (edited August 11, 2000).]

    Leave a comment:


  • Lance Edmonds
    replied
    a search of the bbs is always a good place to start looking for ides...

    i searched for "htmlhelp" and found these links that may be of some help to you:

    http://www.powerbasic.com/support/pb...ad.php?t=17585



    ------------------
    lance
    powerbasic support
    mailto:[email protected][email protected]</a>

    Leave a comment:


  • Gregery D Engle
    started a topic src: Context help with popup

    src: Context help with popup

    Peter Stephensen,

    two questions:

    1) I thought PB didn't allow OCX files? If so how can you do this?

    Code:
    declare function HtmlHelp Lib "hhctrl.ocx" alias "HtmlHelpA" _                          (byval hwndCaller as long, _                          pszFile as asciiz, _                          byval uCommand as long, _
                  byval dwData as long ) as long
    2) Do you know if this function can display HTML files as well?


    ------------------
    -Greg
Working...
X