10040 : PrintToHdc resolution
…of the printer have a resolution of 300×300 dpi. I get the resolution of the hDC by the following command (in a vba-script) dpiX = apiGetDeviceCaps(hDC, LOGPIXELSX) It returns… Continue reading
…of the printer have a resolution of 300×300 dpi. I get the resolution of the hDC by the following command (in a vba-script) dpiX = apiGetDeviceCaps(hDC, LOGPIXELSX) It returns… Continue reading
Question Hi, I have buy the GTP.NET rel 2.0.13 now I saw the release 2.3. It is a free available for us? Thanks Answer Yes the 2.3 release uses the… Continue reading
…here Release notes Stay updated – find plexityHide at NuGet GTP.NET 10 (WinForms & ASP.NET) Downloads VS2022, .net6 GTPNETWithSampleForNet6.zip VS2012,VS2013, VS2015, VS2017 Download GTP.NET, a C# Interactive Gantt tool 10.0… Continue reading
…full configurability – and our clients like it. We now offer Gantt and Schedule components for Silverlight, WPF, ASP.NET, WindowsForms, ActiveX and Delphi VCL. GTP.NET.SL A package of components… Continue reading
…Comment: ***************** phGantXControl.tlb ***************** User: Hasse Date: 03-08-25 Time: 11:03 Checked in $/plexityhide/AX Comment: ***************** phGantXControl_TLB.pas ***************** User: Hasse Date: 03-08-25 Time: 11:03 Checked in $/plexityhide/AX Comment: ***************** phGantXControl.cfg *****************… Continue reading
…nor nice #2 Print to pdf on the server side and have the user download it… Nice, full control, but more complex and involves external components to handle the pdf… Continue reading
…https://plexityhide.com/pub/d2005dcu.zip To run the .NET components in GTP.NET download the normal GTP.NET installation https://plexityhide.com/pub/GTP.NET.msi To tap into some truly powerfull stuff, download our ECOII Samples for Delphi2005 and GTP.NET; https://plexityhide.com/pub/SamplesECO.zip… Continue reading
…https://plexityhide.com/pub/d2005dcu.zip To run the .NET components in GTP.NET download the normal GTP.NET installation https://plexityhide.com/pub/GTP.NET.msi To tap into some truly powerfull stuff, download our ECOII Samples for Delphi2005 and GTP.NET; https://plexityhide.com/pub/SamplesECO.zip… Continue reading
…detailed as GTP.NET the .NET Gantt ). If you license the source you can build the OCX from it, using Delphi7 or Delphi2005, and use it as VCL components, with or without BOLD… Continue reading
…here. The mechanism is called TDoLater and the solution looks like this: procedure TForm1.phGant1DblClickGantArea(theGant: TphGant_ComBasic; theDataEntity: TphDataEntity_GantTime); var FrmModal:TFrmModal; begin FrmModal:=TFrmModal.create(nil); try FrmModal.ShowModal; TDoLater.DoLater(LeaveAnyUnintentionalMouseMoveMode,nil); finally FrmModal.Free; end; end; procedure… Continue reading