RE: [DUG]: TListItem Data

1999-03-21 Thread Tom Munro Glass
. == Tom Munro Glass ++ | E-mail:| | Internet: [EMAIL PROTECTED] | | CompuServe: 100101,1243 or [EMAIL PROTECTED] | | Web

RE: [DUG]: Interface Usage

1999-04-09 Thread Tom Munro Glass
less unique than a UUID (Universally Unique) which is also sometimes referred to! Cheers Tom == Tom Munro Glass ++ | E-mail

RE: [DUG]: DateToStr Y2K

1999-04-13 Thread Tom Munro Glass
. == Tom Munro Glass ++ | E-mail:| | Internet: [EMAIL PROTECTED] | | CompuServe: 100101,1243

[DUG]: How to stop statusbar flicker

1999-06-29 Thread Tom Munro Glass
? == Tom Munro Glass ++ | E-mail:| | Internet: [EMAIL PROTECTED] | | Web sites

RE: [DUG]: Flicker - with LockWindowUpdate(EditControl.handle);

1999-07-01 Thread Tom Munro Glass
using NT Workstation 4.0 SP5 - what OS are you using? == Tom Munro Glass ++ | E-mail:| | Internet

[DUG]: How can you enumerate serial ports?

1999-07-08 Thread Tom Munro Glass
How can you find out what serial COMn ports are present in a computer? I want to populate a combobox with a list of installed ports, including any that might currently be in use by some other application. == Tom Munro Glass

RE: [DUG]: How can you enumerate serial ports?

1999-07-08 Thread Tom Munro Glass
Thanks Andrew for a nice straightforward answer that solves my problem. == Tom Munro Glass ++ | E-mail

RE: [DUG]: How can you enumerate serial ports?

1999-07-09 Thread Tom Munro Glass
A - just when I thought this was going to be easy! Anyone got any foolproof methods for finding the serial ports? == Tom Munro Glass ++ | E-mail

RE: [DUG]: NT Services and Registry

1999-07-12 Thread Tom Munro Glass
executable!!! Check out: http://www.chat.ru/~aldyn/svcom_frame.html SvCom has saved me a lot of time and only costs $39 to register. == Tom Munro Glass ++ | E-mail

[DUG]: How to draw a non-rectangular control?

1999-07-20 Thread Tom Munro Glass
erased and is overwriting adjacent controls. How can I draw this non-rectangular control without touching anything outside the area of my polygon? TRotateButton is derived from TCustomControl. Thanks in advance. == Tom Munro Glass

RE: [DUG]: treeview icons

1999-08-22 Thread Tom Munro Glass
== Tom Munro Glass ++ | E-mail:| | Internet: [EMAIL PROTECTED] | | Web sites

[DUG]: How to add Color property to TButton

1999-08-24 Thread Tom Munro Glass
I need to make a component which is identical to TButton but which also has a Color property. I thought I could just publish the Color property, but this doesn't work. Any ideas please? == Tom Munro Glass

RE: [DUG]: Hard drive serial Number

1999-08-31 Thread Tom Munro Glass
? == Tom Munro Glass ++ | E-mail:| | Internet: [EMAIL PROTECTED] | | Web sites

[DUG]: Position of MDIChild forms

1999-09-15 Thread Tom Munro Glass
== Tom Munro Glass ++ | E-mail:| | Internet: [EMAIL PROTECTED] | | Web sites

RE: [DUG] Delphi5 - Real Data type

1999-09-27 Thread Tom Munro Glass
I believe you need to add the {$REALCOMPATIBILITY ON} compiler directive to your code. Tom Munro Glass -Original Message-From: Mark Empson [mailto:[EMAIL PROTECTED]]Sent: Monday, September 27, 1999 12:01 PMTo: Multiple recipients of list delphiSubject: [DUG] Delphi5

RE: [DUG]: Strange Behaviour

1999-10-04 Thread Tom Munro Glass
Inspector or docked it with the main edit window, I could happily copy and paste properties. == Tom Munro Glass ++ | E-mail

[DUG]: Wrapper for Microsoft's PropertySheet?

1999-10-07 Thread Tom Munro Glass
Does anyone know of a Delphi component that's a wrapper for PropertySheet? I'm need to design some wizards, and PropertySheet seems to be a good starting point for this. TIA == Tom Munro Glass

[DUG]: Delphi 5 - To Do lists

1999-10-26 Thread Tom Munro Glass
function that's causing it. Has anyone else seen this, and is there anything that can be done about it? == Tom Munro Glass ++ | E-mail

[DUG]: Threads and COM

1999-12-20 Thread Tom Munro Glass
of these threads, but how do I go about catching these? == Tom Munro Glass ++ | E-mail:| | Internet

RE: [DUG]: Threads and COM

1999-12-22 Thread Tom Munro Glass
: HResult); begin //Handle the exception however you want to ... // Do not pass the message onto the OS's COM subsystem - however you can if you want to. Handled := Integer( True ); end; -Original Message- From: Tom Munro Glass [SMTP:[EMAIL PROTECTED]] Sent

[DUG]: Disabled combobox without grey text

2000-01-21 Thread Tom Munro Glass
on the TCombobox controls. Unfortunately this greys out the text which is not what I want. Is there a way of preventing a user from changing a TCombobox without the text being greyed out? == Tom Munro Glass

[DUG]: Microsoft Management Console code for Delphi 5

2000-01-29 Thread Tom Munro Glass
Does anyone know of any code, components, experts etc to help with writing a MMC snap-in? Thanks, == Tom Munro Glass ++ | E-mail

RE: [DUG]: Declaration of XXXXXXXXXXXXX differs from previous declaration

2000-02-01 Thread Tom Munro Glass
, == Tom Munro Glass ++ | E-mail:| | Internet: [EMAIL PROTECTED] | | Web sites

RE: [DUG]: Pirateing

2000-02-16 Thread Tom Munro Glass
chance that several machines will have the same volume serial number. Regards, == Tom Munro Glass ++ | E-mail

[DUG]: File Open Dialog

2000-08-27 Thread Tom Munro Glass
I need a File Open Dialog with the normal Filter facilities where I can prevent the user from browsing all over the hard disk - access must be restricted to the InitialDir and its children. Any ideas? == Tom Munro Glass

[DUG]: Capturing keystrokes while dragging

2000-11-21 Thread Tom Munro Glass
the grid but none of these events gets fired while dragging is active. Can anyone please tell me how to do this? == Tom Munro Glass --- New Zealand Delphi Users

[DUG]: CASE tools for Delphi

2001-01-26 Thread Tom Munro Glass
appreciated. == Tom Munro Glass --- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website: http://www.delphi.org.nz To UnSub

RE: [DUG]: User defined datatypes in COM object

2001-03-08 Thread Tom Munro Glass
Move(P^, Result, Sizeof(TMyRecord)); finally VarArrayUnlock(Value); end; end; Regards, Tom Munro Glass Hi Can any one tell me how to pass a user defined datatype from a function in a COM object? Source code will be a lot helpful. Regds Ebi

RE: [DUG]: Daylight savings

2001-03-14 Thread Tom Munro Glass
begins on the 3rd Sunday in March regardless of the year. HTH, Tom Munro Glass I have an app that is calculating sunrise and sunset (and moonrise and moonset) times along with tide information for any given date or location. The times need to be adjusted for daylight savings so I have been

RE: [DUG]: Daylight savings

2001-03-15 Thread Tom Munro Glass
entVersion\Time Zones. If you are using Win9X I guess you will have to write your own function. HTH Tom Munro Glass Thanks Tom, The absolute format is mentioned before the day-in-month format so I had assumed that it would return the info in absolute format. I can't work out from the docs

RE: [DUG]: Daylight savings

2001-03-18 Thread Tom Munro Glass
The following code is not fully tested, but hopefully it will give you a starting point. Pass in the required year and StandardDate/DaylightDate from TIME_ZONE_INFORMATION - it will hopefully return the correct absolute date. function GetAbsoluteDate(ReqdYear: Word; SysTime: TSystemTime): TDate;

[DUG]: Onscreen keyboard for touch screen

2001-08-07 Thread Tom Munro Glass
Can anyone recommend a Delphi component that displays an onscreen keyboard? I have an application that will be used on touch screens but the users still need to be able to enter data into edit boxes etc. Thanks in advance. Tom Munro GlassEmail:[EMAIL PROTECTED]

[DUG]: How to send HTML format email using Simple Mapi?

2001-11-11 Thread Tom Munro Glass
Title: How to send HTML format email using Simple Mapi? I have a component that sends messages using MapiSendMail but I can't figure out how to send a message in HTML format. Any ideas? Tom Munro Glass TMG Consultancy Ltd

RE: [DUG]: How to send HTML format email using Simple Mapi?

2001-11-12 Thread Tom Munro Glass
reason I was thinking SMTP not SMAPI - different kettle of fish. !! -Original Message-From: Tom Munro Glass [mailto:[EMAIL PROTECTED]]Sent: Monday, 12 November 2001 1:46 p.m.To: Multiple recipients of list delphiSubject: [DUG]: How to send HTML format email using Simple

RE: [DUG]: How to send HTML format email using Simple Mapi?

2001-11-12 Thread Tom Munro Glass
Electric Monk"Quidquid latine dictum sit, altum viditur." - Original Message - From: Tom Munro Glass To: Multiple recipients of list delphi Sent: Tuesday, November 13, 2001 10:24 AM Subject: RE: [DUG]: How to send HTML format e

RE: [DUG]: Source Scrounge

2001-10-15 Thread Tom Munro Glass
Title: RE: [DUG]: Source Scrounge LMD Tools TLMDEdit component does this, but I can't give you the source! It may be in the lite version on the Delphi companion tools CD. Tom Munro Glass -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Neven

[DUG]: Application or service?

2002-11-14 Thread Tom Munro Glass
I have a in-process COM server DLL that is used by normal applications and NT service applications. How can Ifind outwithin the DLL what type of application is using it? Tom Munro Glass