|
-
Oct 31st, 2003, 04:40 AM
#1
Thread Starter
Fanatic Member
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
-
Oct 31st, 2003, 03:19 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|