Is there a way for me to show a notice board kind of screen (popup window) on every network connect PCs when they power up where the contents of the notice board being store/updated in either one of the PC or server?
Thanks for any suggestions.:)
Printable View
Is there a way for me to show a notice board kind of screen (popup window) on every network connect PCs when they power up where the contents of the notice board being store/updated in either one of the PC or server?
Thanks for any suggestions.:)
Configure your program to run at startup - it can be done manually or programmatically (there are lots of samples posted).
Not sure what the actual source is - if it is a file then it must be stored in some shared folder so everybody can access it; if it's a dabase then connect to it and get most recent info (for vb6 ado tutorials check Database FAQ forum).Quote:
...the contents of the notice board being store/updated in either one of the PC or server