• Apesar do fato de que você pode ter dezenas de aplicações semelhantes que se complementam instalado no seu computador, você deve saber que eles se comunicam apenas indiretamente com os outros. ZylAppCommunicator é um conjunto de componentes desenhados para ajudar você a fazer uma comunicação direta entre um ou mais aplicativos que estão em execução no mesmo computador. A biblioteca pode ser particularmente útil se você deseja abrir uma linha de comunicação direta entre duas aplicações. Para conseguir isso, você precisa definir o CommunicationPortID de ambos os comunicadores para o mesmo valor. Ao mesmo tempo, o envio de dados entre as aplicações pode ser feito através da SendString ou SendBuffer método, dependendo do tipo de programa que você está trabalhando. Como alternativa, você pode usar o método OnReceive para garantir que os dados sejam transmitidos corretamente. Entre os outros métodos de comunicação que pode ser usado, você também pode contar construtor e destruidor. A biblioteca também oferece suporte a Propriedades, de modo que você pode adicionar funções, tais como habilitar ou desabilitar a comunicação ou a CommunicationPortID que ajuda a evitar as interferências entre os dois programas. Enquanto o conjunto de componentes são projetados para Delphi e C++ Builder IDEs, você deve ter em mente que ele não tem suporte .LÍQUIDA.
  • Bilgisayarınızda birbirini tamamlayan benzer uygulamalar onlarca olabilir gerçeğine rağmen, sadece dolaylı olarak birbirleriyle iletişim kurarlar bilmeli. ZylAppCommunicator aynı makine üzerinde çalışan bir veya daha fazla uygulama arasında doğrudan bir iletişim yapmak için tasarlanmış bileşenleri bir dizi. Kütüphane iki uygulama arasında doğrudan bir iletişim hattı açmak istiyorsanız özellikle yararlı olabilir. Bunu başarmak için, aynı değer için iki Communicator CommunicationPortİD ayarlamanız gerekir. Aynı zamanda, uygulamalar arasında veri gönderme SendString veya SendBuffer yöntemi ile yapılmış, üzerinde çalıştığınız program türüne bağlı olabilir. Alternatif olarak, OnReceive metodu verileri düzgün bir şekilde aktarılır sağlamak için güvenebilirsiniz. Kullanılabilecek diğer iletişim yöntemleri arasında da yapıcı ve yıkıcı güvenebilirsiniz. Kütüphanede ayrıca Özelliklerini destekler, böylece iki program arasında müdahaleleri önlemek yardımcı olan bu etkinleştirmek veya devre dışı iletişim gibi işlevleri veya CommunicationPortİD ekleyebilirsiniz. Bileşenleri kümesi Delphi ve C++ Builder IDE için tasarlanmış olsa da, destek olmadığını unutmamalıyız .NET.
  • In spite of the fact that you may have dozens of similar applications that complete each other installed on your computer, you should know that they communicate only indirectly with each other. ZylAppCommunicator is a set of components designed to help you make a direct communication between one or more application that are running on the same machine.

    The library can be particularly useful if you want to open a direct communication line between two application. In order to achieve this, you need to set the CommunicationPortID of both communicators to the same value.

    At the same time, sending data between the apps can be done via the SendString or SendBuffer method, depending on the type of program you are working on. Alternatively, you can rely on the OnReceive method to ensure the data is transmitted properly. Among the other communication methods that can be used, you can also count constructor and destructor.

    The library also supports Properties, so you can add functions such as enable or disable communication or the CommunicationPortID that helps avert interferences between the two programs.

    While the set of components are designed for Delphi and C++ Builder IDEs, you should bear in mind that it does not have support for .NET.