Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dufduf

  1. dufduf

    Epson commands

    What is the right code that prints text at a specific position. There are the Epson commands in the section on horizontal position three instructions: Print Position, Execute current print position from left margin and Set print position. I can not deal with sending commands and I do it this...
  2. dufduf

    printer driver

    I'm trying to send epson fx printer code to the dot-matrix printer emulation epson fx using function: char* cSendBuf = "\0x1bl\0x03"; //set left margin - ESC 1 n RawDataToPrinter( L"\\\\AGO\\Oki ML 520 Elite (IBM)", cSendBuf, strlen(cSendBuf) ); And I don`t know where to put the text "sample...
  3. dufduf

    DLL and non modal form

    I add Form1 to dll project using File->New->Form in dll project. DLL project #include "Unit1.h" extern "C" __declspec (dllexport) void Funkcja() { TForm1* newform = new TForm1(Form1); newform->Show(); } Main cpp void __fastcall TForm1::Button1Click(TObject *Sender) { HINSTANCE DLLHandle...

Part and Inventory Search

Back
Top