jueves, 12 de septiembre de 2013

Compressing MDB

procedure TDM.CompactAndRepairDataBase;
var
  JetEng: Variant;
  Src, Dst: WideString;
  SrcMDB, DstMDB: String;
  Provider: String;
begin
  DM.ConnectionScholl.Close;

  JetEng := CreateOleObject('JRO.JetEngine');

  try
    Provider := 'Provider=Microsoft.Jet.OLEDB.4.0;';
    SrcMDB := GetPathApp + 'Schollc.dat';
    DstMDB := GetPathApp + 'Scholl.dat';
    Src := Provider + 'Data Source=' + SrcMDB;
    Dst := Provider + 'Data Source=' + DstMDB;
    if RenameFile(DstMDB, SrcMDB) then
    begin
      JetEng.CompactDatabase(Src, Dst);
      DeleteFile(PChar(SrcMDB));
    end;
  finally
    JetEng := Unassigned;
  end;
end;

miércoles, 4 de septiembre de 2013

Merge GridView Cells Or Columns In Row ASP.NET C# VB.NET

Article

Using delegates

Article

DB2 Express for Windows

Here

TIFF - JPG, Image converter

Article

Oracle client data provider using C# & ODP.NET

Acticle for Microsoft OracleClient to ODP.NET Application

Resources

Web responsive

Article

Mootools, compact JS framework

Oficial Website Demos

Robotizando el IE

C# using WebBrowser control and need to access DOM elements
Sending text from my program to an existing program textbox
Sending text to specific textbox in IE

Graphic math functions demo

Go to

Jquery example

Go to

Products and Extensions for Visual Studio

Ver

Grafos, camino hamiltoniano

Wikipedia

AppFactory, how to...

Como obtener el código de descuento
Registro individual
Cómo subir tu aplicación
Tutorial AppFactory
Repositorio de tips de diseño

Game makers tools

#WebDevelopers repository
SMASH AND CATCH THOSE BUGS
Game Studios

Updating news

News

Why metro?

Articulo

Secure MVC app on Windows Azure

Articulo

Microsoft developer portal

Go... Go... Go.

Microsoft dynamics does metro style

Article

HTML5 movil

Part 1
Part 2
Part 3
Part 4
Part 5
Part 6
Part 7

Windows store

Promociona y distribuye. Elegir tus mercados
Ofrecer versiones gratuitas para despertar el interés.
Llevar tus aplicaciones al mercado
Seguimiento de las ventas de aplicaciones

Antes de enviar
Distribuir
Promover
Analizar y mejorar

How your app appears in the Windows Store

Beginning Windows Azure

Article

Kinect programing for Windows

Articulo
Recursos
Ejemplos