Spencer,
Use the combination of the 2 Win32 API calls below:
Call SetWindowText32(GetActiveWindow32(),"Your application title
here!!!")
MB declarations for the calls are:
Declare Function GetActiveWindow32 Lib "USER32" Alias "GetActiveWindow" ()
as SmallInt
Declare Sub SetWindowText32 Lib "USER32" Alias "SetWindowTextA" (byval hWnd
as SmallInt, byval TitleText as String)
Regards,
Dave
Dave Langley
Mapping Applications Consultant
Dataview Solutions Ltd
London
UK
Telephone: +44 (0)1635 581355
Mobile: +44 (0)973 797769
Business email: [EMAIL PROTECTED]
Personal email: [EMAIL PROTECTED]
Dataview Home Page: www.dataview-solutions.co.uk
_________________________________________________________
WARNING - THIS E-MAIL TRANSMISSION IS CONFIDENTIAL.
This e-mail transmission (including any accompanying attachments)
contains confidential information which is intended for the named
addressee only. If you are not the intended recipient, you are hereby
notified that any use, dissemination, distribution or reproduction of
this e-mail is prohibited. If you have received this e-mail in error please
contact us immediately at [EMAIL PROTECTED] Thank you.
_________________________________________________________
----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]