CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2000
    Posts
    1

    VB Control Panel App

    Does anyone know how to write a VB DLL so that it can be placed in the control panel for WIn95 and NT machines?
    I am using VB 6.0 any code examples would also be great.

    Thanks

    Das





  2. #2
    Join Date
    Jan 2000
    Location
    MO, USA
    Posts
    1,506

    Re: VB Control Panel App

    if you are trying to make a VB program a "service" there is are some third party activex controls that take care of a lot things like that. I'm not sure how they would work on a 9x box though. i can't find the link i had to the company that wrote this, sorry, but basically they wrote a control to wrap the AT commands in NT and do a little more. if i find it back, i'll let you know. i think i saw the product link off some nt site, maybe www.winntmag.com?

    sorry,
    John

    John Pirkey
    MCSD
    www.ShallowWaterSystems.com
    John Pirkey
    MCSD (VB6)
    http://www.stlvbug.org

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