View Full Version : Users Alert - I Need Help
MikeFairbrother
04-18-04, 09:51 AM
hi there, im a begginer to vb and im wondering if anyone can help me with this.
well what im trying to do is to create a program i (As administrator) can use to send a message to all the other users on the pc for when they login....
Interface:
Message Symbol:
Information
Critical
Question
Buttons:
Ok
Ok Cancel
Message Title:
Message:
Now I Want To Be Able To Fill That In, Click Send & When The User Next Logs In, The Message Box Will Pop Up With The Message
Can Anyone Help?
Hi,
I suggest you should use mscomm control.
Its very easy to use it.
hi there, im a begginer to vb and im wondering if anyone can help me with this.
well what im trying to do is to create a program i (As administrator) can use to send a message to all the other users on the pc for when they login....
Interface:
Message Symbol:
Information
Critical
Question
Buttons:
Ok
Ok Cancel
Message Title:
Message:
Now I Want To Be Able To Fill That In, Click Send & When The User Next Logs In, The Message Box Will Pop Up With The Message
Can Anyone Help?
Are you trying to send a message over a network to anyone who logs onto the network, or just to those that log onto a single machine?
also,
Is the message always the same?
kevin
MikeFairbrother
06-10-04, 12:05 PM
Are you trying to send a message over a network to anyone who logs onto the network, or just to those that log onto a single machine?
also,
Is the message always the same?
kevin
No, to the people who just use the machine...and I want to be able to update and delete the message...
Its possible to do it now, without VB, windows has it inbuilt in there mmc, however you cant display what it is like a warning or a question
Once i have done this, im going to try and develop it further so they can reply...once they reply it will go into a Notepad that i can look at...
No, to the people who just use the machine...and I want to be able to update and delete the message...
Its possible to do it now, without VB, windows has it inbuilt in there mmc, however you cant display what it is like a warning or a question
Once i have done this, im going to try and develop it further so they can reply...once they reply it will go into a Notepad that i can look at...
I would approach it like this. Write one app that would read a file on the network machines hard disk, and if there is a message in it, post the message in a msgbox. A shortcut to this app the would then be place in the startup menu for all users on the network machine. When someone logs on, this program would run, look for a message and post it.
You would then write another app that writes the files that the first app uses. This app would run from your machine when you want to run it.
kevin
vBulletin® v3.6.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.