Results 1 to 2 of 2

Thread: Writing a service & Net send

  1. #1

    Thread Starter
    Fanatic Member carlblanchard's Avatar
    Join Date
    Sep 2003
    Location
    Bournemouth (UK)
    Posts
    539

    Writing a service & Net send

    Hey All kinda two questions here

    i want to write a bit of code that checks the database for certain requirements, this should run as a service, so question one, how do u go about making a service,

    question two i would like the service to use net send or something to display a msg on the user screen informing them that action on the db is required

    can anyone point me in some direction with these

    thanks all
    I am curretly building a defect management system for software and web developers,
    If you wana try it out (beta test) and keep it for free just send me a message

  2. #2
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: Writing a service & Net send

    Originally posted by carlblanchard
    question one, how do u go about making a service,
    File>New Project, Click VB and then click service
    Originally posted by carlblanchard
    question two i would like the service to use net send or something to display a msg on the user screen informing them that action on the db is required
    If you want a net send, just use process.start("net send " + UserIP + " " + MessageToUser) Where UserIP is the IP of the user and MessageToUser is your message.

    If you want your own type of net send thing, well you'll probably have to make a service that takes in info from the service you want to make now and then displays a message box.

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