Re: [DUG]: TNMSMTP

2001-10-16 Thread Nello Sestini
take a look at: settings | control panel | internet options | connections is "never dial a connection" selected here? if it is, try one of "Dial whenever ..." or "Always dial ..." and see if it affects the problem. -ns http://www.roserox.co.th - Original Message - From: "Steve Galy

RE: [DUG]: TNMSMTP

2001-10-16 Thread Patrick Dunford
or set to Local Area Network instead > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Nello Sestini > Sent: Tuesday, 16 October 2001 20:37 > To: Multiple recipients of list delphi > Subject: Re: [DUG]: TNMSMTP > > > take a look at: > > settings | con

Re: [DUG]: TNMSMTP

2001-10-16 Thread Steve Galyer
Thanks Patrick & Nello but unfortunately neither of your suggestions are true. I have tried this approach already, anyway Outlook Express does an automatic dialup every 30 minutes which would suggest that these settings are OK. The problem occurs on several machines that I have tested under Win 20

RE: [DUG]: TNMSMTP

2001-10-16 Thread Myles Penlington
You should be able to simulate the problem ... (or get around it) Using D6 and the WinINet.dll interface - else get the JEDI version of the WinInet.dll calls. Then make calls to InternetDial, InternetHangUp, InternetGoOnline, InternetAutodial etc. You will need to check the MSDN docs on these.

Re: [DUG]: TNMSMTP

2001-10-16 Thread Andrew Little
Hi,   To follow up on the connection settings theme, have you tried changing the dialup connection settings as opposed to the internet connection settings? Open the dialup networking folder, select connections\settings from the file menu and tick "Don't prompt to use dialup networking" for t

Re: [DUG]: TNMSMTP

2001-10-16 Thread Corey Murtagh
- Original Message - From: "Steve Galyer" <[EMAIL PROTECTED]> To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]> Sent: Wednesday, October 17, 2001 8:34 AM Subject: Re: [DUG]: TNMSMTP > Thanks Patrick & Nello but unfortunately neither of your suggestions are > true. I have tried

Re: [DUG]: TNMSMTP

2001-10-16 Thread Robert Martin
On an internet / windows settings related theme.. Is there an easy way I can get the POP and SMTP from the default identy in windows (pop server / port/ smtp server port/ username / password). Or do I have to force my users to enter these manually in to my software? Robert Martin Software Engine

Re: [DUG]: TNMSMTP

2001-10-16 Thread Andrew Little
You could try the "Current User\software\Microsoft\Internet Account Manager\*" registry key (and sub keys). Andrew - Original Message - From: "Robert Martin" <[EMAIL PROTECTED]> To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]> Sent: Wednesday, October 17, 2001 10:11 AM Subje

RE: [DUG]: Source Scrounge

2001-10-16 Thread Stephen Barker
Title: RE: [DUG]: Source Scrounge RX tools also has one called comboedit.   regards, Steve -Original Message-From: Tom Munro Glass [mailto:[EMAIL PROTECTED]]Sent: Tuesday, 16 October 2001 12:47To: Multiple recipients of list delphiSubject: RE: [DUG]: Source Scrounge LMD To

Re: [DUG]: TNMSMTP

2001-10-16 Thread Robert Martin
Simple and effective :) Thanks Andrew Robert Martin Software Engineer Wild Software Ltd - Original Message - From: "Andrew Little" <[EMAIL PROTECTED]> To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]> Sent: Wednesday, October 17, 2001 10:56 AM Subject: Re: [DUG]: TNMSMTP > Yo

[DUG]: volume file type.

2001-10-16 Thread Matthew Comb
Title: RE: [DUG]: Source Scrounge Does anyone have any quick routines for finding the volume file type... I am currently playing around with getvolumeinformation, but if anyone has been there done that, that would be awesome.   Matt.   - Original Message - From: Stephen Bar

Re: [DUG]: TNMSMTP

2001-10-16 Thread Steve Galyer
I tried using the registry approach a couple of years ago and found that it was not reliable as the settings and keys seemed to vary between the different versions of windows and depended on how things were setup. Regards Steve Galyer - Original Message - From: "Andrew Little" <[EMAIL P

Re: [DUG]: TNMSMTP

2001-10-16 Thread Robert Martin
Did you find a solution ? Robert Martin Software Engineer Wild Software Ltd - Original Message - From: "Steve Galyer" <[EMAIL PROTECTED]> To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]> Sent: Wednesday, October 17, 2001 11:14 AM Subject: Re: [DUG]: TNMSMTP > I tried using t

[DUG]: Autosize a TRadioButton

2001-10-16 Thread Allan Vergara
Hey guys, I'm having a bit of a hard time trying to figure out how to autosize a radiobutton.  What I have is a Radiobutton component that needs to resize it self depending on the font size.  To make things a little more interesting, my radiobutton component is multilined.  Any suggestions?

Re: [DUG]: TNMSMTP

2001-10-16 Thread Steve Galyer
No. We implemented a dialog to enter the data and store it in the registry under our own application. Regards Steve Galyer - Original Message - From: "Robert Martin" <[EMAIL PROTECTED]> To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]> Sent: Wednesday, October 17, 2001 11:52 A

Re: [DUG]: TNMSMTP

2001-10-16 Thread Steve Galyer
Hi Myles I don't use a proxy. I have searched on the net for JEDI version as you suggest, but not had any success. Have you got any example code that could be used? I note that you mention an InternetHangUp - this would be very useful as the TNMSMTP.Disconnect does not end the dial up session.

RE: [DUG]: TNMSMTP

2001-10-16 Thread Patrick Dunford
We assume that you are referring to the default action that occurs when an application requests Internet access. Such requests are handled by the default dialler or whatever. MS Outlook uses its own dialler and can override the settings for Internet Explorer or other applications. Does your appli

RE: [DUG]: TNMSMTP

2001-10-16 Thread Patrick Dunford
This appears to be only Outlook Express accounts, is that what you wanted? > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Robert Martin > Sent: Wednesday, 17 October 2001 10:12 > To: Multiple recipients of list delphi > Subject: Re: [DUG]: TNMSMTP

RE: [DUG]: TNMSMTP

2001-10-16 Thread Patrick Dunford
If you are using Dialup you could use a dialup component. I have used one for several years time that I got from here http://delphi.icm.edu.pl/ftp/d30free/dialup.zip I use a modified improved version from here http://www.pdunford.godzone.net.nz/delphi/tdialuppd/dialuppd.zip > -Original Mess

Re: [DUG]: TNMSMTP

2001-10-16 Thread Steve Galyer
Hi Patrick Relies on the system to dial. Regards Steve Galyer - Original Message - From: "Patrick Dunford" <[EMAIL PROTECTED]> To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]> Sent: Wednesday, October 17, 2001 12:27 PM Subject: RE: [DUG]: TNMSMTP > We assume that you are

RE: [DUG]: TNMSMTP

2001-10-16 Thread Patrick Dunford
Since the password is encrypted, you can't use it without knowing how to decrypt it. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Robert Martin > Sent: Wednesday, 17 October 2001 10:12 > To: Multiple recipients of list delphi > Subject: Re: [DUG]

Re: [DUG]: TNMSMTP

2001-10-16 Thread Robert Martin
True. I have given up on this idea. Users must now enter it into our app manually. Robert Martin Software Engineer Wild Software Ltd - Original Message - From: "Patrick Dunford" <[EMAIL PROTECTED]> To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]> Sent: Wednesday, October 17,

RE: [DUG]: Source Scrounge

2001-10-16 Thread Steve Peacocke
>> -Original Message- >> Does anyone have source for a simple Tedit that has a button >> on the right >> (like an ellipses) and an OnButtonClick Event I did one of those Wyyy back. Will try to search it out and send it on if needed. Won't be back at the computer till Friday t

RE: [DUG]: Autosize a TRadioButton

2001-10-16 Thread Steve Peacocke
-- Original Message -- >Hey guys, I'm having a bit of a hard time trying to figure out how to autosize a >radiobutton. What I have is a Radiobutton component that needs to resize it self >depending on the font size. To make things a little more interesti

RE: [DUG]: Autosize a TRadioButton

2001-10-16 Thread Dennis Chuah
Don't forget to hook the OnClick event of the label and change the radio button when it is clicked. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 17 October 2001 13:35 > To: Multiple recipients of list delphi > Subject: RE: [DUG]: Autosize a

Re: [DUG]: TNMSMTP

2001-10-16 Thread Nello Sestini
Steve This problem interests me because we do a lot of stuff with the RAS API. Do you have some small app that exhibits the failure (i.e. tries to complete a connection and the OS doesn't dial out)? Or better - does the smtpdem.pas fail this way? (the only one I have is the one that came with

Re: [DUG]: Autosize a TRadioButton

2001-10-16 Thread Allan Vergara
Thanks for the response.. I've actually figured it out at the end. I've used a TLabel but did not attached it to the radio button. What I did was I've captured the following messages: CM_TEXTCHANGED; CM_FONTCHANGED; WM_SIZE; then used the TLabel to initially construct the caption (allowing it

Re: [DUG]: TNMSMTP

2001-10-16 Thread Steve Galyer
Hi Nello SMTPDEMO.EXE displays this behaviour (both D5 and D6) on my W2000 Advanced Server system. Regards Steve Galyer - Original Message - From: "Nello Sestini" <[EMAIL PROTECTED]> To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]> Sent: Wednesday, October 17, 2001 2:40 PM Su

Re: [DUG]: TNMSMTP

2001-10-16 Thread Nello Sestini
Oh and one more thing ... As a further test of whether this problem is something in the SMTP component or something in the OS settings can you please try a "finger" or "ping" command at the NT command line of the failing Win2000 environment? Does it dial out, or also fail? As several others alre

RE: [DUG]: TNMSMTP

2001-10-16 Thread Patrick Dunford
Does the test system have any firewall software in place? I find with ZoneAlarm running at home that it has to be configured for every app that wants to dial out, whether dialling itself or not. This caught me short a few times. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMA

Re: [DUG]: TNMSMTP

2001-10-16 Thread Steve Galyer
No. Regards Steve Galyer - Original Message - From: "Patrick Dunford" <[EMAIL PROTECTED]> To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]> Sent: Wednesday, October 17, 2001 4:34 PM Subject: RE: [DUG]: TNMSMTP > Does the test system have any firewall software in place? > >

Re: [DUG]: TNMSMTP

2001-10-16 Thread Steve Galyer
ping does not do a connect which maybe suggests something in the Win2000 environment, although it maybe something common to Win2000 as I have tried the TNMSMTP application on several systems and it fails on all so far. Regards Steve Galyer - Original Message - From: "Nello Sestini" <[EM

[DUG]: [Q] MIDAS Basics.....

2001-10-16 Thread Donovan J. Edye
G'Day, 1. When using a TSocket Connection is the client making a persistent TCP connection to the server? 2. Assuming 1. What is the best way to determine if the server is still there? If the network cable is pulled out between the client and the server do you just have to wait for the TCP timeout

Re: [DUG]: Simulate F1 Help?

2001-10-16 Thread Donovan J. Edye
R, Have you had a look at: http://www.ec-software.com/tutorial.htm http://www.ec-software.com/comppage.htm Not sure if it will solve your problem, but worth a look. I have also found these guys very helpful for adhoc queries such as yours when I have been stuck. At 14:46 12/10/2001 +1300, you wrot