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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. martinmos

    Importing ActiveX Control in DElphi XE2

    I cannot import an activeX controll into Delphi XE2 which is running on Windows 7 64bit. When the .pas code is generated (I don't undrstand how this is done) there are many errors in the code. By comparing what happens using Delphi 2010 on another machine I can see what the code should look...
  2. martinmos

    wrong width and height of icon in Delphi 7

    DElphi 7 I am trying to convert icons to bitmaps like this Icon := TIcon.Create; try Icon.LoadFromFile(ImagePath); Ibmap.Height := Icon.Height;//wrong if icon is Ibmap.Width := Icon.Width;//bigger than 32 x 32 Ibmap.Canvas.Draw(0, 0, Icon)...
  3. martinmos

    can't work out how to use printers in a dll

    I am trying to write a dll which will be used to print. Very little works so far. The following cause the dll to crash:- printdialog1.execute any line which uses printer, eg printer.width. or GetDEviceCaps(printer.canvas.handle..... Anyone have any advice?

Part and Inventory Search

Back
Top