Re: [DUG]: Icons.

2000-01-25 Thread Andrew Little
Try...   function RetreiveIcon: HIcon;var  FileInfo: TSHFILEINFO;   FilePath: PChar;begin  Result := 0;   FilePath := ;  if ShGetFileInfo(FilePath, 0, FileInfo, SizeOf(FileInfo), SHGFI_ICON or SHGFI_SMALLICON) <> 0 then    Result := FileInfo.hIcon;end;   Cheers Andrew. - Original Mes

RE: [DUG]: Icons.

2000-01-25 Thread Dion Brown
Try ExtractAssociatedIcon in shellapi -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Matthew CombSent: Wednesday, January 26, 2000 12:10 PMTo: Multiple recipients of list delphiSubject: [DUG]: Icons. Hello,   I'm pl

[DUG]: Icons.

2000-01-25 Thread Matthew Comb
Hello,   I'm playing around with writing a util that requires the icons for files that it displays. How do I get access to these icons?   Cheers,   Matt. The Rules Have Changed...Get Paid to Surf the Web! http://www.alladvantage.com/go.asp?refid=ggz487

[DUG]: more MIDAS stuff...

2000-01-25 Thread Nic Wise
Just got the info I said I would get yesterday (MIDAS pricing): Server, $4000 (all $NZ, dunno about GST, I'd guess EXCL). Unlimited clients. Per-client: $300 (no server cost). Thats list - Annie just LOVES cutting deals (I'm serious!), so if you need a lot of licenses (usually 10+), give her a c

Re: [DUG]: ADO access

2000-01-25 Thread Neven MacEwan
Terry I am happily using ADOExpress (purchased as an add on to D5 Pro) with MSSQL 7 (and MSDE) A few pointers - Base your DB Access on Queries not Tables - Dont try to simply use the Query, Table and Stored Proc as replacements for the BDE components - they are diffent enough to trip you up i.e.

RE: [DUG]: ADO access

2000-01-25 Thread Dennis Chuah
Terry, BDE SQL Links to SQL Server is basically stuffed. If you must use BDE, go the ODBC way - this way, you only need the professional version. As for ADO, you don't need ADOExpress unless you want you use data aware controls (who needs them?). As for BDE/ADO, both work equally well (becaus

RE: [DUG]: ADO access

2000-01-25 Thread Grant Black
Why not just suck it & see - you can download a 3rd party ADO component set like Adonis and try and see if it works for you. See: http://www.cybermagic.co.nz/adonis/ or for a decription of a few alternatives: http://www.kylecordes.com/bag/index.html > -Original Message- > From:

Re:[DUG]: ADO access

2000-01-25 Thread Nic Wise
On 25/01/2000 20:26:35, Terry Johnson blurted out... >I've heard conflicting things from various people about ADO and Delphi, and >if I could get a definitive answer, it would be just peachy, and may help >save my remaining hair. > >I would like to connect to SQL Server 7. What do I need? Delp

Re: [DUG]: ADO access

2000-01-25 Thread Tony Blomfield
You need iether ADO OR BDE/SQL Links. Take your pick - they are both available in D5 Enterprise for royalty free use. You dont need both. No doubt your Email will start yet another war aimed at both techniques on the list. Fact is both work well. Just start using them. Both are fat solutions. Wi