Re: update for SetLibEntryPoints

2005-08-31 Thread Jacek Szumigaj
Hi Developers!


 hMainWindow:=FindWindow('TMailerForm',NIL);

 hMenu:=GetMenu(hMainWindow); //RETURNS 0 !
 
 In  TB version  3.02.10 menu is placed on the toolbar. You need HWND
 of this toolbar instead.
 
 But (from help, about GetMenu):

 Return Values
 
 If the function succeeds, the return value is the handle of the
 menu. If the given window has no menu, the return value is NULL. If
 the window is a child window, the return value is undefined.
  ^

-- 
Best regards, Jacek Szumigaj
http://szumi.one.pl
The Bat! 3.0.2.10/Windows XP 5.1




http://www.silverstones.com/thebat/TBUDLInfo.html


SQL Plugin

2004-11-26 Thread Jacek Szumigaj
Hi All

 Yesterday I developed new simple The Bat! plug-in to co-operate with
 Data Bases.

 It is available for download from http://szumi.one.pl/thebat/SQL page.

 SQL Plugin adds four macros:

%SQLQuery(SQL_Connection_String, SQL_Query)

This macro execute SQL query and return dataset as comma separated
data in each rows or exception message in even plugin throw it.

Example:

%_ConnectionString='Provider=Microsoft.Jet.OLEDB.4.0;Data 
Source=C:\customers.mdb'%-
%_Query='select FirstName, LastName from Customers'%-
%SQLQuery(%_ConnectionString, %_Query)%-

%SQLCommand(SQL_Connection_String, SQL_Command)

This  macro execute SQL command without return any dataset (it may
return execute exception only)

Example:

%_ConnectionString='Provider=Microsoft.Jet.OLEDB.4.0;Data 
Source=C:\customers.mdb%-
%_Command='insert into Customers (FirstName, LastName) values 
(%FromFName, %FromLName)'%-
%SQLCommand(%_ConnectionString, %_Command)%-

%SQLBuildConnectionString

This  macro  open wizard to configure connection string and return it.

%SQLVersion

Returns plugin name and version number.



 Caution!
 It  is  first  beta version of this plugin. Some problems my occurred
 with it, also be careful! :)


-- 
Best regards, Jacek Szumigaj
The Bat! 2.13 Lucky Beta/6
Windows XP 5.1



http://www.silverstones.com/thebat/TBUDLInfo.html


Re: Bug in X-Face Plugin 1.5

2004-08-23 Thread Jacek Szumigaj
Hi Developers!

on Monday, August 23, 2004 at 11:24 Thomas Lieblang
[EMAIL PROTECTED] wrote:

 Can anybody confirm?
 
 Yes, I know.

 Plugin simulates shortcut keypress to invoke a filter. It may disturb
 shift key hold.

 You  may  try  to  define  shortcut without shift key to resolve this
 problem...  but  it  may  conflict  with  other keyshortcuts that are
 combination your_shortcut+shift

 sorry for my terrible english :-/
 
-- 
Best regards, Jacek Szumigaj
The Bat! 2.13 Lucky Beta/6/Windows 98 4.10



http://www.silverstones.com/thebat/TBUDLInfo.html


Re: New Plugin: X-Face

2004-08-09 Thread Jacek Szumigaj
Hi Developers!

 Next version - 1.5  is available from
 http://www.szumi.w.pl/thebat/X-Face/en
 
 Last changes are:
 [*]  Macro  %SetXFace  accept  now also path to text file with x-face
  header code (without preceding X-Face: )



-- 
Best Regards, Jacek Szumigaj
The Bat! 2.13 Lucky Beta/3/Windows 98 4.10



http://www.silverstones.com/thebat/TBUDLInfo.html


Re: New Plugin: X-Face

2004-08-06 Thread Jacek Szumigaj
Hi All!

on Wednesday, August 4, 2004 at 16:08 Jacek Szumigaj
[EMAIL PROTECTED] wrote:

 [...] auto displaying,

 There is already possible in version 1.4
  http://www.szumi.w.pl
 
  In version 1.4.1 image is transparent. IMHO Looks better :)
  http://natserwis.pl/~szumi/thebat/en/XFace_plugin.php
  

-- 
Bet Regards, Jacek Szumigaj
The Bat! 2.13 Lucky Beta/2/Windows 98 4.10



http://www.silverstones.com/thebat/TBUDLInfo.html


Re: New Plugin: X-Face

2004-08-04 Thread Jacek Szumigaj
Hi All!

on Thursday, June 24, 2004 at 11:12 I'm wrote:

  I  want  to  make auto displaying, and hiding face on select
  mails on the list.
 
 There is already possible in version 1.4

 http://www.szumi.w.pl
 
 

-- 
Bet Regards, Jacek Szumigaj
The Bat! 2.12.00/Windows 98 4.10




http://www.silverstones.com/thebat/TBUDLInfo.html