Re: [twsocket] FTP Timeout Problem

2011-04-28 Thread Dave Baxter
For a server yes, but it's not "trouble" if you know the ports it's configured to use, and make appropriate holes in the Server's firewall. The client end, even for secure FTP still does not need any firewall/router meddlings when "Passive" mode is used, as again it only makes outgoing connections

Re: [twsocket] FTP Timeout Problem

2011-04-27 Thread Dave Baxter
Passive mode *Should not* need any firewall hole poking, at the Client end. That's the beauty of Passive mode! The client only ever makes outgoing connections, it never has to receive an incoming one. Any half decent firewall or NAT router, will handle all that transparently. It's worth checkin

Re: [twsocket] socket lossing traffic after 2/3 days

2011-04-20 Thread Dave Baxter
That just shows active connections. You need:- netstat -an That shows chapter and verse, tcp and udp ports, connected, listening, waiting etc. If you do:- netstat -anb ...on XP or later, you also (eventualy, it can take a while) the processes that are associated with the ports and connections

Re: [twsocket] UDP receive issue from a Windows service

2011-04-19 Thread Dave Baxter
mpletely different", to quote Monty Python... I'll get me coat.. Dave B. > -Original Message- > From: Francois PIETTE [mailto:francois.pie...@skynet.be] > > > I think that if you consider what I suggested before, might > help you... > > It maybe

Re: [twsocket] [OT] Twitter tells third-party devs to stop making Twitter client apps

2011-03-21 Thread Dave Baxter
Translated... They want the users to see all the add's and fluf, other third parties pay them to present, that many dedicated client app's wont show DaveB. > -Original Message- > From: Anton S. [mailto:an...@rambler.ru] > Sent: 21 March 2011 08:49 > To: twsocket@elists.org > Subje

Re: [twsocket] UPNP

2011-01-11 Thread Dave Baxter
found with Google. So much safer than letting UPnP work. Regards. Dave B. PS: UPnP is not the same as "Plug and Play" hardware detection, that is a totally different animal. > -Original Message- > From: Eric Fleming Bonilha [mailto:e...@digifort.com.br] >

Re: [twsocket] Installing ICS within C++ Builder 2006

2010-11-12 Thread Dave Baxter
... http://wiki.overbyte.be/wiki/index.php/ICS_Download does present you with (among other things) the true latest (V7) version. Take Care.. Dave B. > -Original Message- . . . . > > > You should no longer use ICSv6 but ICSv7 which installs > fine with BCB. > > >

[twsocket] [OT] Digest mail trouble, local to me, I think.

2010-09-29 Thread Dave Baxter
? Regards. Dave Baxter. dave at uk-ar dot co dot uk (demangle as usual) > -Original Message- > From: twsocket-boun...@elists.org > [mailto:twsocket-boun...@elists.org] On Behalf Of > twsocket-requ...@elists.org > Sent: 29 September 2010 13:00 > To: twsocket@elists.or

Re: [twsocket] PASV fallback to public IP

2010-09-07 Thread Dave Baxter
xed IP account. :) The only thing you need to do to any routers in line, is make sure that their port forwarding rules are setup, so that *All* the FTP Data port(s) you use, are passed to the machine on your LAN that is running the server. The client of course, does not need to make any such

[twsocket] OT: Old vs New (Was RE: Should ICS support IPv6 on W2K?)

2010-06-03 Thread Dave Baxter
sult. (Mk1 digit on power swith!) Out of curiosity, what is the worldwide "take up" or "penetration" of IPv6 at present? Anyone know for sure? Regards. Dave B. > -Original Message- > From: Darin McGee [mailto:da...@basehex.com] > Sent: 02 June 2010

Re: [twsocket] Should ICS support IPv6 on W2K?

2010-06-02 Thread Dave Baxter
PV6 comes about to the masses, we'll probably all be on 128 bit Windows 11 or Linux Kernel V4 or something. Interesting though, that Win7 is still less prevelant than Vista, no suprise XP is top of the list. Tin hat and fireproof suit ready. (Stir stir..) Dave B. > -Origi

[twsocket] XMLRPC client?

2010-05-20 Thread Dave Baxter
used as an external modem by other app's External control documentation:- http://www.w1hkj.com/FldigiHelp-3.20/xmlrpc-control.html And yes, I have a full ham licence, so am permitted to throw up to 400W into the air (not with this mode!) if I so wish! Regards. Dave B. (G0WBX) -- To unsu

Re: [twsocket] Connect to FTP proxy not in transparent mode - promptfor account

2010-05-17 Thread Dave Baxter
ds to go to. Regards. Dave B. > -Original Message- > From: Info2004 [mailto:info2...@asamicros.com] > Sent: 17 May 2010 09:54 > To: ICS support mailing > Subject: [twsocket] Connect to FTP proxy not in transparent > mode - promptfor account > > Hi, > >

Re: [twsocket] FTP through proxy not in transparent mode

2010-05-10 Thread Dave Baxter
"Pasiv mode"? (If you don't try, you never know?) Cheers. Dave B > -Original Message- > From: Info2004 [mailto:info2...@asamicros.com] > Sent: 10 May 2010 09:10 > To: ICS support mailing > Subject: [twsocket] FTP through proxy not in tra

Re: [twsocket] TSmtpCli test.

2010-04-23 Thread Dave Baxter
Came through here OK, Asian symbols and all. Running OE 2003 SP3, on XP Pro, SP3, via Exchange server (unknown version/patch level) > -Original Message- > From: =?iso-2022-jp?Q?=1B$B2f$ [mailto:=?iso-2022-jp?Q?=1B$B2f$] > Sent: 22 April 2010 17:30 > To: twsocket@elists.org > Subject: [

Re: [twsocket] FTP Monitoring software?

2010-02-08 Thread Dave Baxter
I'd go so far and say it's "Very Good". Even to the point of re-assembling files from monitored packet streams too. Dave B. > -Original Message- > From: Francois PIETTE [mailto:francois.pie...@skynet.be] > Sent: 07 February 2010 18:40 > To: I

Re: [twsocket] Static ARP

2010-02-02 Thread Dave Baxter
lly compromise a LAN with that. In some installations too, the IT peeps might be keeping an eye on ARP traffic, and "send the heavies round" if something odd is seen to be happening at your location, as it's a common LAN attack method. Google "ARP Games". It can be fun to fid

[twsocket] Concatenate multiple UDP packets

2010-01-10 Thread Dave Keltz
hark reveals that each packet in the series is terminated with the 0A (or #10) character but there doesn't seem to be any way to tell the difference between the first packet in the series and the last packet because they all end with 0A so how could this be done. Thanks, Dave -- To unsub

[twsocket] SSL is broke?

2009-11-24 Thread Dave Baxter
Seems good old SSL is after all susceptable to some sort of Man In The Middle atack. http://www.grc.com/securitynow.htm Scroll down, to episode 223. Comments? Dave B. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman

Re: [twsocket] OverbyteIcsPingTst

2009-11-20 Thread Dave Baxter
Hi.. What operating system? Have you given any local firewall/secruity system permission for the ping test program to do what it needs? That is, use the machines networking resources. Cheers. Dave B. > -Original Message- > From: Signed Source(r) Project [mail

Re: [twsocket] Location of TTrafficLight component and examplesource code

2009-09-17 Thread Dave Baxter
for server", or "Connection interupted" messages are all I can get. Tried using BT and Demon ISP's, IE, Firefox & Chrome browsers, here in the UK at least. Either there is a typo in the address, their server has croaked, or a DNS entry is corrupt. Regards. Dave B.

Re: [twsocket] Specify full paths to libeay32.dll and ssleay32.dll

2009-09-15 Thread Dave Baxter
uot; thing either, for the health of the system as a whole. Been there, got the 'T' shirt, and the numb brain cells etc... Regards. Dave B. > -Original Message- > From: Albert Wiersch [mailto:supp...@htmlvalidator.com] > Sent: 14 September 2009 23:44 > To: 'ICS s

Re: [twsocket] Broadcasts on local network

2009-09-02 Thread Dave Baxter
her buffer overflow problem. Just one idea. Regards. Dave B. > -Original Message- > From: Paul [mailto:paul.blommae...@telenet.be] > Sent: 02 September 2009 08:05 > To: TWsocket > Subject: [twsocket] Broadcasts on local network > > I'm searching for a wa

[twsocket] OT (but related) Kylix install disk?

2009-03-27 Thread Dave Baxter
Hi.. Anyone (preferably in the UK) got a Kylix 3 install CD and activation licence/code, they would like to sell/pass on? If so, please contact me off list with the details. Ta. Dave B. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi

[twsocket] ssh terminal communication on freepascal

2009-03-17 Thread Dave Coventry
Hi, I used ICS suite on Delphi 3, but am looking to develop an application to automate remote access to a Linux box through SSH. Can you tell me if 1) the ICS suite would be suitable and 2) if it will run on Lazarus. If so, which incarnation should I install? Many thanks, Dave Coventry

Re: [twsocket] Single port FTP

2008-09-19 Thread Dave Baxter
lient side much easier so users and customers etc, don't have to mess with their security settings. I also keep well away from using port 21 for anything exposed to the www. It must be one of the most highly probed ports on the net, after the usual windows offerings and port 80. Oh

Re: [twsocket] Single port FTP

2008-09-19 Thread Dave Baxter
esent, I don't think it's possible without alterations to everyone's TCP/IP stack? Unless someone knows better. As above, what's wrong with Passive (or PASIV) mode? Cheers. Dave B > -Original Message- > From: Angus Robertson - Magenta Systems Ltd >

Re: [twsocket] HttpCli / LAN / Router / Proxy / ?Help!

2008-07-11 Thread Dave Baxter
NOTE! This is not the same as someone useing one of the WEP crackers, WEP (NOT WPA) has a well known vulnerability. WPA with a good key phrase, is regarded as all but unbustable. Take a look at www.grc.com, they have a lot of good information as to how "The Net" and TCP/IP works. Ho

Re: [twsocket] Group created on LinkedIn

2008-07-08 Thread Dave Baxter
As someone who has in the past... Not a lot, except spam, spam and yet more spam. Just my experience with that site (and others). Cheers. Dave B. > -Original Message- > From: Primož Gabrijelčič [mailto:[EMAIL PROTECTED] > Sent: 07 July 2008 23:05 > To: 'IC

[twsocket] OT: Network diagnosis tools.

2008-05-08 Thread Dave Baxter
cripting. I have to say, this toolsuite has everyting I think I'll ever need! Thought some people here might be interested in these too. Cheers. Dave B. This mail has been scanned by Palmer Cook Computer Services Limited. www.palmercook.co.uk -- To unsubscribe or change your settings for TWS

Re: [twsocket] Reverse ARP?

2008-05-06 Thread Dave Baxter
Sadly, RarpD is a RARP server, that will respond to incoming RARP requests. Interestingly, you have to provide it with a table of MAC addresses, and corresponding IP addresses. What I'm looking for I think is a command line RARP client. Thanks anyway Francois. Dave B. > -

Re: [twsocket] Reverse ARP?

2008-05-06 Thread Dave Baxter
Good point Angus, I'll also look there, the windows private stuff that is. Dave B. > -Original Message- > From: Angus Robertson - Magenta Systems Ltd > [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 01, 2008 3:21 PM > To: twsocket@elists.org > Subject: Re:

Re: [twsocket] Reverse ARP?

2008-05-06 Thread Dave Baxter
O Many thanks Francois. It's the closest yet I think. I'll have a play and report back, for completeness.. Thanks again. Dave B. > -Original Message- > > No sure it is what you need, but I've found this: > http://www.framei

Re: [twsocket] Reverse ARP?

2008-05-01 Thread Dave Baxter
DHCP server is out of the question sadly, even though I know how to, I don't have the rights to do so. I'd doubt if any user would either. Oh well, the search continues. Yes, as you say, lots of Google hits, but no real details.. Did find a couple of other people looking for

[twsocket] Reverse ARP?

2008-05-01 Thread Dave Baxter
"Reverse ARP" request... Can this be done with ICS? Or, is it Socket programming time Cheers. Dave B. This mail has been scanned by Palmer Cook Computer Services Limited. www.palmercook.co.uk -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] UDP Newbie...

2008-04-07 Thread Dave Baxter
If you've not already done so (Assuming you're using XP) Make an "Exception" in Windows Firewall settings, for your application (exe file name) and the port number it listens on. Especialy if it needs to accept incoming data from outside the physical (or virtual) PC. *Usually* XP's "Windo

Re: [twsocket] Using 'PUT' to upload a file

2008-03-13 Thread Dave Coventry
Okay, thanks very much for the help, guys. I think I had failed to initialise the HostFileName. I've just tried Arno's suggestion to run Ftptst to upload "logo.jpg", and, although the file "logo.jpg" is not present on the system, there is a new file called "index.html" which is the same size as "

Re: [twsocket] Using 'PUT' to upload a file

2008-03-13 Thread Dave Coventry
Well, can anyone see what's wrong with the following code that might be causing the problem?: DPath:='C:\Documents and Settings\dave\My Dociments\Files to upload'; FtpClient1.LocalFileName := DPath+'\'+StringGrid1.Cells[1,StringGrid1.Row]; showmessage(FTPClient1.Loca

Re: [twsocket] Using 'PUT' to upload a file

2008-03-13 Thread Dave Coventry
On Thu, Mar 13, 2008 at 9:56 AM, Arno Garrels <[EMAIL PROTECTED]> wrote: > Wireshark can only 'see' data passing the NIC. I think > a file transfer was just not started yet. Hmm. Using Microsoft's command line ftp, Wireshark picks up "STOR logo.jpg". > Method Put is blocking, it returns when t

Re: [twsocket] Using 'PUT' to upload a file

2008-03-13 Thread Dave Coventry
'Morning Arno. Sorry, that was a typo. Okay, so I'm on the right track. I wonder why the Wireshark dump didn't show the file? On Thu, Mar 13, 2008 at 9:21 AM, Arno Garrels <[EMAIL PROTECTED]> wrote: > Hello Dave, > > > > If I want to transfer th

Re: [twsocket] Using 'PUT' to upload a file

2008-03-12 Thread Dave Coventry
R'. If I want to transfer the "C:\Documents and Settings\dave\My Dociments\Files to upload\logo.jpg", I place that string in the FTPClient1.FileName parameter and then call FTPClient1.PutAsync? -- To unsubscribe or change your settings for TWSocket mailing list please goto htt

[twsocket] Using 'PUT' to upload a file

2008-03-12 Thread Dave Coventry
My simple app can't upload a file. I'm using 'Put' (or 'PutAsync', I'm not sure I understand the difference), but get the error > PASV < 227 Entering Passive Mode (80,84,64,24,158,177) ! Upload Size 720 > STOR < 553 Could not create file. OnRequestDone. RqType = 18ErrCode = 553 *** ERROR 553

Re: [twsocket] Using Quote.

2008-03-11 Thread Dave Coventry
is for use with a specific server (UKLinux). Of course, this is easily compromised by the use of applications like wireshark, but I shall have to trust my friends Thanks once again. Regards, Dave Coventry -- To unsubscribe or change your settings for TWSocket mailing list please

Re: [twsocket] Using Quote.

2008-03-11 Thread Dave Coventry
e 'ls -l' bash command. Thanks once again... Dave Coventry -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] Using Quote.

2008-03-11 Thread Dave Coventry
erver then waits for me to do something until it times out. How do I use the information returned in the '227 Entering Passive Mode (111,122,133,144,155,166)' string? Where does the FTPClient hold the result of the LIST request? Many thanks, Dave Coventry -- To unsubscribe or change yo

Re: [twsocket] Problem using same UDP port for both listen and send

2008-03-10 Thread Dave Baxter
Hi Dod.. No problem, and yes I also get hit by things like this, not only in software!... Trouble is, the longer we keep fixing these sort of things, the more of them we get to do! Supose it keeps us out of trouble, or does it?.. Cheers. Dave B. > -Original Message- > Fro

Re: [twsocket] Problem using same UDP port for both listen and send

2008-03-10 Thread Dave Baxter
connect requests)... Note, that ports in the range of... 49152 through 65535 are avaialable for "Private or Dynamic" port assignments. You can use any of them for anything, and being way up there in "High Port Land" should be well out of the way of any malicious port scanners lo

[twsocket] Using Quote.

2008-03-09 Thread Dave Coventry
Hi, I have managed to get a listing of the files on the server through 'Ls', but I need the full list with directories, etc. I have tried to use the 'Quote' method to send the server 'ls -l', but I get the following result: Request: ls -l Response: 500 Unknown command if I open ftp in an MS-Dos

Re: [twsocket] Using ftpcli.pas

2008-03-09 Thread Dave Coventry
Okay, I think I have it. I was under the impression that TPClient1.OpenAsync did the logging on to the server. It seems that, after calling TPClient1.OpenAsync, the program returns to the FtpClient1RequestDone event three times, first time to deliver the username, the next time to deliver the pas

[twsocket] Using ftpcli.pas

2008-03-09 Thread Dave Coventry
1.OpenAsync; FTPClient1.LocalStream:=TStringStream.Create(RcvdString); FTPClient1.LocalFileName:='C:\Windows\Temp\Test.txt'; FTPClient1.Ls; Where can I read the result of my 'ls' command. Am I on completely the wrong track? Many Thanks, Dave Coventry -- To unsubscribe

Re: [twsocket] UDP Hole Punching

2008-03-06 Thread Dave Baxter
I'll take a look. Cheers. Dave B. > -Original Message- > From: wayne forrest [mailto:[EMAIL PROTECTED] > Dave, thank you for all the advice, I will look into all of > it for sure, > > about the Telnet Application: I recall seeing one at sourceforge.net. >

Re: [twsocket] UDP Hole Punching

2008-03-05 Thread Dave Baxter
bviously know more about the mobile environment than I do, I'll bow out now. But with one question in return... Do you (or anyone else) know of a generic Telnet client for phones like the N6110? It'd be so usefull.. Cheers. Dave B. > -Original Message- > From: wayne f

Re: [twsocket] UDP Hole Punching

2008-03-04 Thread Dave Baxter
y wherever I am, and leaving no unwanted holes poked in the firewall. Cheers. Dave. > -Original Message- > From: JLIST [mailto:[EMAIL PROTECTED] > Sent: Saturday, February 23, 2008 8:45 AM > To: ICS support mailing > Subject: Re: [twsocket] UDP Hole Punching > > My

Re: [twsocket] AN: New e-mail protocol (spam free and more!)

2008-02-07 Thread Dave Baxter
ugh!) Thunderbird, Pegasus etc... Ah, of course, the powers that be, like to watch what goes on Silly me... Cheers.. I'll crawl back under my rock, it's a bit too bright out here... Dave B. > -Original Message- > From: DZ-Jay [mailto:[EMAIL PROTECTED] > Sen

Re: [twsocket] THTTPCli Problem

2007-12-10 Thread DAve
Mike & Dod, Thanks for your reply, it was indeed cookies causing the problem. All works fine now ! Dave Mike Sutton wrote: > Hi DAve, > Does the site use an HTTP login (ie via a dialog from your browser) or > via a form (you enter information into a webpage). If it's the

[twsocket] THTTPCli Problem

2007-12-10 Thread DAve
If more info is required, please let me know Dave -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] Trying to do some old stuff

2007-11-30 Thread Dave Baxter
ror 15: File not found (WSOCKET.DCU). WSocket; ^Compile error C:\D_32\ICS\Delphi1> I'm still not convinced it's picking up the correct version of Delphi, as the command line compiler signs itself as version 8.0 ? Though it is dated 1995... Still mildly confused. Che

[twsocket] Trying to do some old stuff

2007-11-29 Thread Dave Baxter
level 1 goto error call ..\..\delphi1\dcc1 udpsend if errorlevel 1 goto error call ..\..\delphi1\dcc1 webserv if errorlevel 1 goto error goto done :error @echo Compile error goto done :done @cd %ICS_PATH%\delphi1 :end Any advice welcome. Cheers. Dave B. This mail has been scanned by Palmer C

Re: [twsocket] FTP Failure

2007-11-26 Thread Dave Baxter
other way, if you need and are able to, is to use it over a VPN between server and client. Cheers. Dave B. This mail has been scanned by Palmer Cook Computer Services Limited. www.palmercook.co.uk -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lis

Re: [twsocket] Is there any code example forsendingemailsthroughGMail with ICS?

2007-08-31 Thread Dave Baxter
Be aware though, that only the initial connection authentication is secured with TLS/SSL, the POP and SMTP transfers are I am told not secured. Even so, it's very useful to have a POP/SMTP service you can use reliably from any PC, anywhere, with a simple client on a USB stick for example. D

Re: [twsocket] Strange Vista winsock behavior--any way to by-pass?

2007-05-04 Thread Dave Baxter
Where'd the "Wow" go? Less than impressed (we re-installed XP as a result, did all the updates, and the same machine really rocks again!) Of course, the reseller will not take it back as the box is opened, will hang on to it till we can get something bigger better and much faster t

Re: [twsocket] How to get the call stack programmatically?

2007-04-30 Thread Dave Baxter
MadExcept does similar things. http://www.madshi.net/madExceptDescription.htm Very useful, to users of Delphi 4-7 that is, not other versions, or C etc. Dave B. This mail has been scanned by Palmer Cook Computer Services Limited. www.palmercook.co.uk -- To unsubscribe or change your

Re: [twsocket] [OT] Embedding ActiveX licenses in Delphi

2007-04-10 Thread Dave Baxter
. If you have not already done so, create your free "account" with NI's website (you may get re-directed to your locale version when you do that) then you can get to the forums. They are web based, but none the less usefull for that. Hope you figure it out. Dave B. > ---

[twsocket] Quote character conversion when using HTTPCli

2007-02-28 Thread Dave Yeatman
I am using HTTPCli.Get to retrieve XML text from a web page. My problem is the quote (") character being converted to "e in the received text. I suspect I am likly using the wrong mode but I have unsuccessful so far in finding th solution. Am I using the wrong approach? Thanks -- To unsubscribe

Re: [twsocket] Idea about forming a new mailing list

2006-11-27 Thread Dave Baxter
split up too easily wasting much time trying to keep up with all the various threds, with email, it comes to you, and can be filtered by subject, sender or whatever you wish. Much like a news reader if needed. Just my six peneth worth.... Keep to the KISS principle. Dave B. > --

[twsocket] TnScript Event Line Capture

2006-11-23 Thread Dave Yeatman
I have a trigger event defined that executes a procedure. TnScript1.AddEvent(1, '10.10.30.','',[efIgnorecase], EventProcessingRoutine); When the EventProcessingRoutine procedure runs in response to the trigger is there a way to see/capture the text string/line that triggered the event?

Re: [twsocket] Socket not sending SYN ACK - Help?

2006-11-10 Thread Dave R
's nothing to do with the data, but I can't get it to fail even when test client is run remotely using (via NAT). On 09/11/06, Fastream Technologies <[EMAIL PROTECTED]> wrote: > > Seems like a firewall problem to me. > > On 11/9/06, Arno Garrels < [EMAIL PROTECTED]>

[twsocket] Socket not sending SYN ACK - Help?

2006-11-09 Thread Dave R
I've written a fairly simple server app using the TWSocket component. The app listens on port 80 for packets with a particular structure, and sends a reply. I've tested it with up to 12 clients connected, all sending requests as fast as possible, and all works well. As soon as I connect a real c

[twsocket] Socket not SYN ACKing a connection - help

2006-11-09 Thread Dave R
I've written a fairly simple server app using the TWSocket component. The app listens on port 80 for packets with a particular structure, and sends a reply. I've tested it with up to 12 clients connected, all sending requests as fast as possible, and all works well. As soon as I connect a real c

Re: [twsocket] About HTTP client V6 changes to support .NET

2006-09-06 Thread Dave Baxter
ny more because they are "old". So the new flock re-invent the wheel again, just that they don't quite get it round or balanced this time, plus it's not fully tested before letting the users loose with it. Someone then comes up with the obvious fix, and they praise it as a wonde

[twsocket] Help: How do I Use the asyn. methods in a D2005 service app

2005-06-23 Thread Dave
I'm trying to create a service app which checks the status of 80 remote printers by accessing their web pages using the ICS HTTP Client asynchronously. I initially put the code in a GUI app to test it, then tried to move it to a service and discovered that there is no Application.ProcessMessages m