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

    Qs)Logging when events occurred



    Is is possible to write into a log file when an event,eg. error, occurs, and send a page to a pager through a modem ?

  2. #2
    Join Date
    Dec 1998
    Posts
    28

    Re: Qs)Logging when events occurred



    Add error handling to all your functions etc.. make a sub that does the pager stuff. I know there is a control that can use a pager, I've never done any direct modem programming though so I couldn't help with that part.

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