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

Categoria: Articoli

Ubuntu 8.04 LTS + openjdk6 + apache-tomcat-6.0.18

Prerequisites • Ubuntu 8.04 (you can try with other ubuntu/debian, with other OS you have to install JVM in a different way) Needed files: • apache-tomcat-6.0.18.zip from http://tomcat.apache.org/download-60.cgi

unpack apache-tomcat-6.0.18.zip where you want (i used /usr/local/tomcat, change the following commands accordingly if you have used a different directory) set JAVA_HOME environment variable:

start…
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

Screen Capture to AVI

freeware tools (for windows) to record monitor , i’ve tryed it and i like it link : http://www.smallvideosoft.com/download.php

HOLIDAYS!!!

e anche quest’anno il momento del relax è arrivato!!! da oggi 11/08/2008 al 31/08/2008 synaptica va in vacanza …… cmq da bravi nertz leggeremo le mail (forse) a presto e buone vacanze a tutti …

from the stone

picasso tribute

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