Компоненты к Delphi (каталог ссылок)

Status
Not open for further replies.

Disturbed

Member
Joined
Jun 19, 2008
Messages
9
Reaction score
1
Age
32
Hi all,

i'm looking for Add-In-Express 2008 for Office (VCL) Premium version.
Thx to all.
 

nickneykov

Member
Joined
May 27, 2008
Messages
8
Reaction score
0
I am steel looking for WPViewPDF or xPDFViewer.dll !!!
After working with Gnostice PDFtoolkit VCL ProPlus v2.5 I find some visual problems ;(
Pls HELP ME find component or tell me what I do to view PDF-file, that I get from my database as STREAM....
 
Last edited by a moderator:

joypan

Member
Joined
Jul 19, 2007
Messages
7
Reaction score
2
who can help me to down it?

Помогите найти xlsreadwriteII 4, т.к. нужна поддержка 2007го Екселя.

Нашел регистрационное письмо для lsreadwriteII 4 и других (этой же фирмы), но логина нет.
Authorization Required
Сильно сложно обойти такое?
ццц.axolot.com /components/ regxlsii40/ xlsrwii4_ d2007 _reg.exe
(ццц-на www, убрать пробелы)

I'm longing for this one.
 

Ognev

ex-Team DUMPz
Joined
Aug 20, 2018
Messages
2,104
Reaction score
902
Age
25

Castor69

Member
Joined
Aug 29, 2007
Messages
113
Reaction score
269
I need Office 2007 GUI

First look on this screenshot:
vistaoffice2007.png


Anyone knows Delphi controls to make that interface? Toolbars are in TMS or DevExpress, but what about rest controls (lists, image previews, etc.) and window titlebar?
 

asm64d

Member
Joined
Jun 14, 2008
Messages
943
Reaction score
9,629
А нет ли у кого версии TatukGIS для Delphi 2007. Эта версия вылетает с сообщением, что невозможно найти точку входа в процедуру ... Был бы благодарен.

Поставь Delphi 2007 с SP3, тогда все будет нормально.
Последнии обновления можешь найти здесь: http://nowostey.net/software/5997-codegear-delphi-2007-for-win32-vse.html
 

asm64d

Member
Joined
Jun 14, 2008
Messages
943
Reaction score
9,629
Anyone knows Delphi controls to make that interface? Toolbars are in TMS or DevExpress, but what about rest controls (lists, image previews, etc.) and window titlebar?

if you using DevExpress then look DevExpress ExpressBars Suite v6.3 and more high, for create Form:

Add dxRibbonForm.pas unit to your project
1) Derive your form from TdxRibbonForm
2) Drop TdxRibbon and TdxRibbonStatusBar (if needed) controls onto the form and configure them as required
3) Activate the Ribbon’s SupportNonClientDrawing toggle
The following image shows a form painted using a standard style (the Ribbon’s SupportNonClientDrawing property is False) and a Ribbon style (the Ribbon’s SupportNonClientDrawing property is True).

Read official documentation for continuations!!!
DevExpress ExpressBars Suite include and rest controls (lists, image previews, etc.)

if you using TMS then look this: http://www.tmssoftware.com/site/atbdev.asp
Read official documentation for continuations!!!

if you it is necessary only window titlebar then look components for skins:
AlphaControls
or
AlmDev.BusinessSkinForm
AlmDev.DynamicSkinForm
 
Status
Not open for further replies.
Top