CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 1999
    Posts
    8

    Can we use CPlApplet Function in VB

    Hi Anyone

    I need to develop a control panel application in VB.

    Its possible in VC by using CPlApplet Callback function.

    I need to know wheather we can use the above function in VB ? And it belongs to which DLL ?

    Please Help me

    Thanks in Advance


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Can we use CPlApplet Function in VB

    IMHO you cannot write CP applets in VB.
    From the docs:
    "Every Control Panel application must export the standard entry-point function, CPlApplet. "
    with VB 6 you cannot write "normal" DLLs, only ActiveX DLLs.



  3. #3
    Join Date
    Aug 1999
    Posts
    8

    Thank you

    Thank you very much for your quick response


  4. #4
    Join Date
    Aug 1999
    Posts
    8

    Thank you very

    Thank you very much for your quick response


  5. #5
    Join Date
    Mar 1999
    Posts
    4

    Re: Can we use CPlApplet Function in VB

    Hi there
    Re your problem with Control Panel Apps in VB-
    Hehehe... Got the same problem but there is a way to get aroung with a little help of C ! You can use a little CPL stub whitch shows up in the control panel
    and whitch looks in the registry for an exefiles name to launch when activated.
    Hmmm... interested? Drop me a note then OK?



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