473,770 Members | 5,426 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Having a message box popup on several other computer

RD
Computer A is doing an automated retrieval job running 24-7 (using a VB.Net
Windows form application). If something goes wrong in the process we want to
trap the error (no problem with that) and then have a message pop up on top
of any other Window on other computers on the LAN to warn the users at those
workstations of the problem.

How could we do the last part of the description above (ie the popup window
on a number of other computers on our LAN). We want to be able to change the
list of computers where messages should appear and ideally there should not
be any special programs required to be installed on the other these other
computers (people will just keep changing the computers at certain locations
and we don't want to have to do installs of software each time they do) . If
we could keep the list of names of the destination computers in a SQL server
table that can be changed by a user at the site that would be ideal.

Does anyone have any ideas or sample code that I can look at to do this kind
of thing?

Any help would be greatly appreciated.

Bob
Nov 20 '05 #1
3 2092
You might look at doing something with Net Send from the old days. Looks to
be still available and seems to be easy enought to manage with your list of
users or stations.
http://www.microsoft.com/windowsxp/h...n/net_send.asp
just 2 cents worth...
thom

"RD" <no****@nospam. net> wrote in message
news:Om******** ******@TK2MSFTN GP12.phx.gbl...
Computer A is doing an automated retrieval job running 24-7 (using a VB.Net Windows form application). If something goes wrong in the process we want to trap the error (no problem with that) and then have a message pop up on top of any other Window on other computers on the LAN to warn the users at those workstations of the problem.

How could we do the last part of the description above (ie the popup window on a number of other computers on our LAN). We want to be able to change the list of computers where messages should appear and ideally there should not be any special programs required to be installed on the other these other
computers (people will just keep changing the computers at certain locations and we don't want to have to do installs of software each time they do) . If we could keep the list of names of the destination computers in a SQL server table that can be changed by a user at the site that would be ideal.

Does anyone have any ideas or sample code that I can look at to do this kind of thing?

Any help would be greatly appreciated.

Bob

Nov 20 '05 #2
RD
Thanks Tom,
Good idea, found out how and tested it. Works fine.

Bob

"Thom" <tj******@chart er.net> wrote in message
news:10******** *****@corp.supe rnews.com...
You might look at doing something with Net Send from the old days. Looks to be still available and seems to be easy enought to manage with your list of users or stations.
http://www.microsoft.com/windowsxp/h...n/net_send.asp just 2 cents worth...
thom

"RD" <no****@nospam. net> wrote in message
news:Om******** ******@TK2MSFTN GP12.phx.gbl...
Computer A is doing an automated retrieval job running 24-7 (using a VB.Net
Windows form application). If something goes wrong in the process we want to
trap the error (no problem with that) and then have a message pop up on top
of any other Window on other computers on the LAN to warn the users at

those
workstations of the problem.

How could we do the last part of the description above (ie the popup

window
on a number of other computers on our LAN). We want to be able to change

the
list of computers where messages should appear and ideally there should

not
be any special programs required to be installed on the other these

other computers (people will just keep changing the computers at certain

locations
and we don't want to have to do installs of software each time they do)

.. If
we could keep the list of names of the destination computers in a SQL

server
table that can be changed by a user at the site that would be ideal.

Does anyone have any ideas or sample code that I can look at to do this

kind
of thing?

Any help would be greatly appreciated.

Bob


Nov 20 '05 #3
RD
Thanks Tom,
Good idea, found out how and tested it. Works fine.

Bob

"Thom" <tj******@chart er.net> wrote in message
news:10******** *****@corp.supe rnews.com...
You might look at doing something with Net Send from the old days. Looks to be still available and seems to be easy enought to manage with your list of users or stations.
http://www.microsoft.com/windowsxp/h...n/net_send.asp just 2 cents worth...
thom

"RD" <no****@nospam. net> wrote in message
news:Om******** ******@TK2MSFTN GP12.phx.gbl...
Computer A is doing an automated retrieval job running 24-7 (using a VB.Net
Windows form application). If something goes wrong in the process we want to
trap the error (no problem with that) and then have a message pop up on top
of any other Window on other computers on the LAN to warn the users at

those
workstations of the problem.

How could we do the last part of the description above (ie the popup

window
on a number of other computers on our LAN). We want to be able to change

the
list of computers where messages should appear and ideally there should

not
be any special programs required to be installed on the other these

other computers (people will just keep changing the computers at certain

locations
and we don't want to have to do installs of software each time they do)

.. If
we could keep the list of names of the destination computers in a SQL

server
table that can be changed by a user at the site that would be ideal.

Does anyone have any ideas or sample code that I can look at to do this

kind
of thing?

Any help would be greatly appreciated.

Bob


Nov 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

38
5089
by: Shaun McKinnon | last post by:
HI...Here's my problem...I have a popup window that loads when i want it to, but it's not sized properly. I've set the size, but it doesn't seem to work. I've been on 8 different websites to find out what i'm doing wrong, and so far it seems i'm doing it the right way. Here's my code...any suggestions would be appreciated. <script language="javascript"> <!-- window.open("256fx/index.htm", "", "height=400, width=600"); //-->
3
1952
by: Dan | last post by:
First, I'm sorry if this question has been asked too many times. I'm new to this news group. The question has to do with the use of popup windows in a web page. I have heard that popup windows should be avoided; due to use of popup blockers and browser that do not process javascript. Is the use of popup windows bad design? Will it severly reduce the usage of our web page?
8
1961
by: Bijoy Naick | last post by:
It seems like the BBC sports site is able to get past popup blockers.. For eg.. http://news.bbc.co.uk/sport1/hi/cricket/default.stm. Click on the Video icon under "Watch and Listen" - right hand frame. I have a popup blocker installed but the window still pops up.. Any one know how this can be done? BTW: I need this functionality for an intranet application. Bijoy
5
1990
by: Connie Walsh | last post by:
Hi: I gleaned a javascript off of the web: http://www.hypergurl.com/popup.html that sets a cookie everytime someone visits your site. If it is the first visit in x number of days then a popup will appear. It would be great for my application but I can't get it to work. Here is my code:
3
4301
by: Mehmet Gunacti | last post by:
Hello, on our homepage, when pressing an anchor tag, a special sized popup window opens via javascript. but it opens very slowly. on other web pages, there are also javascript-opened windows, but they load very very fast, within 2-3 seconds. i tried several things such as :
26
6826
by: Raffi | last post by:
Hi, We have a database application that runs in a popup Internet Explorer application window. The reason for this is to isolate the casual user from the address bar and the typical IE navigation buttons. The application has a browser test page that displays an error message when a popup blocker is found and opens a popup page stating the test was successfull if there is no popup blocker.
13
6265
by: ldan | last post by:
Hi everybody, I would not consider myself an expert in javascript - but so far whatever I know, helped me reaching my goals. Recently I started to experience a lot of javascript errors related to opening up a popup window in an application I wrote. The error messages are quite diverse: "Object doesn't support this property or method" or "Unspecified error." or "The callee (server ) is not available and disappeared; all connections are...
11
5324
by: V S Rawat | last post by:
using Javascript, I am opening a web-based url in a popup window. MyWin1=Window.Open(url, "mywindow") There is a form (form1) in the url in that popup window, I need to submit that form. How do I submit that form1 from the javascript from my current window? Thanks.
0
9595
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10059
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10008
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9873
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7420
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6682
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5313
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5454
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2822
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.