Archive for December, 2005
Alterando a impressora default por uma aplica
Este exemplo mostra como alterar a impressora default, listar todas as impressoras disponíveis no seu computador.Download em: http://cc.borland.com/item.aspx?id=23891
Share This | Email this page to a friend
Changing default Printer by Delphi Application
This example show how you change and get list of all printer in local machine.Donwload in: http://cc.borland.com/item.aspx?id=23891
Share This | Email this page to a friend
Deploying Midas Application without MIDAS.DLL in C++
In Delphi to deploy MIDAS application is necessary to declare MidasLib unit, how you deploy application in C++ without MIDAS.DLL?Bellow, the steps:1 - Link Midas.Lib in your project2 - Declare the external method DllGetDataSnapClassObject:extern "C" __stdcall DllGetDataSnapClassObject (REFCLSID rclsid, REFIID riid, void** ppv);3 - In startup application, form create or other point execute register Midas [...]
Posted by Andreano Lanusse on December 19th, 2005 under Delphi, English | 4 Comments »Understanding how to use event in global.pas to implement page counter in ASP.NET with Delphi 2005/2006
This example explains the 8 events in the global.asax file. This events are used to create application access, page access and logged users counters. Application_Start Session_Start Application_BeginRequest Application_EndRequest Application_AuthenticateRequest Application_Error Session_End Application_End The BDP (Borland Data Provider) is used to connect in database, The database was created [...]
Posted by Andreano Lanusse on December 13th, 2005 under ASP.NET, English | 3 Comments »Pesquisa Borland Delphi
Olá pessoal,
disponibilizamos uma pesquisa para saber a opinião de vocês sobre desenvolvimento de aplicações em Delphi, a opinião de você irá nos ajudar a conhecer mais sobre as necessidades do desenvolvedor e na definição de novas ações.
Ao responder a pesquisa vocês estarão concorrendo a entradas para o Borcon 2006, Camisas e um Delphi Professional
Para participar [...]
Server Response from: blogs2.codegear.com
