Via Cà Matta 2 - Peschiera Borromeo (MI)
+39 02 00704272
info@synaptica.info

Categoria: Pascal

A Review of the Language Features in Delphi 2009

From CodeGear blogs i found this great document that is only a review of new features of Delphi, but there are some great samples inside about “Generics” and “Anonymous Methods” resource: A Review of the Language Features in Delphi 2009 you can buy find Delphi 2009 at : CheckOutSoftware Hours:7:00am – 4:00pm P.S.T. Monday to…
Leggi tutto

Skype Integration

The famous Skype application …. i don’t need to explain more about. This video explain how to use skype from your Delphi applications, and is an official CodeGear video specialized for skype integration. We know that the Skype Windows Client is made with Delphi and Indy components….. So the skype api cen be used from…
Leggi tutto

PRISM

This week there is a lot news about IT world, in first the new MS Windows 7 , another good news is the Embarcaer Delphi “PRISM”. Delphi “PRISM”, is the DotNet environment of Embarcadero Delphi , this new version of Delphi is not a descendant of Delphi for DotNet, in fact it is the real…
Leggi tutto

Tiburon -> Delphi 2009

Da qualche giorno è ormai disponibile la nuova versione di Delphi e C++ con enormi novità  tecnologiche rispetto alle precedenti. Questa nuova versione codename “Tiburon” migliora drasticamente le performance dell’IDE e del compilatore/parser,tra le novità  più ecclatanti vi sono : Supporto ai generics (Tlist) Completo supporto a Unicode DataSnap completamente nuovo basato sullo std JSON…
Leggi tutto

delphi drag & drop from shell (IDropTarget interface)

Per permettere a un applicazione in windows di accatere drag end drop bisogna obbligatoriamente pasare per la tecnologia com e astrarre l’interfaccia IDROP_TARGET. Questa procedura seppur non complicata descritta molto bene nei suoi aspetti per le applicazioni delphi dall’articolo riportato : http://pasotech.altervista.org/delphi/articolo87.htm permette di fare cose notevoli. Sicuramente la procedura seppur non difficile comporta qualche…
Leggi tutto

Associate your program with file extension

article source : http://www.delphi3000.com/articles/article_525.asp?SK= author : Igor Siticov For creating file associations you should make some registry changes and inform Windows explorer about your changes. For launching your program as default for all unregistered file types just associate it for “*” file type. The following unit includes realization of function for creating file association. See…
Leggi tutto