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 BxyzB

  1. BxyzB

    help me..please....

    why it's doesn't work ??? constructor TRectThread.Create(NewDC : HDC; X, Y: Integer); begin DC:=NewDC; XLocation:=X; YLocation:=Y; FreeOnTerminate := True; bmp:=TBitMap.Create; bmp.Width:=40; bmp.Height:=40; inherited Create(True); end; procedure...
  2. BxyzB

    if i have any dc , how can i use it ?

    ok... i think you didn't answer becuase i didn't explain my self good. so... i want to create a component inherit from thread , that get on the create a HDC. i want that this componnent will draw somthing on the HDC. but i dont know how can i draw on it ... i dont have a bitmap that i can do...
  3. BxyzB

    if i have any dc , how can i use it ?

    hi.... well i create a componnent that get on the create a dc. how can i draw over the dc now ? thanks...
  4. BxyzB

    two question.....(Mouse Cursor And Gif image )

    hello ! well , i'm trying to add my application a gif image... but without success... delphi doesn't support Gif Images ? well , if you can give a link to GifImage componnent it's will be great ... and i have problem with creating mouse cursor . i use the image editor of delphi but it's not so...
  5. BxyzB

    how can i add a mouse cursor ?

    Hi ! i wanted to know how can i add to my application a mouse cursor that i made.... thanks !
  6. BxyzB

    Color In a ComboBox ?

    hi ! how can i build a combobox with a color in it ? i mean that actually i'll can see the colors ? Thanks !
  7. BxyzB

    String Vs Tcolor Problem....

    Hello all ! ok , i have string that hold a color string; str:=clRed; how can i use it on Tcolor like canvas.pen.color:=str ... ? i need to use case ? thanks !
  8. BxyzB

    How to copy bitmap to canvas ?

    Oh no.... sorry , but i mean how to copy Canvas to bitmap... sorry...
  9. BxyzB

    How to copy bitmap to canvas ?

    Hi ! I need to know how to copy paint on bitmap to canvas... Thanks !

Part and Inventory Search

Back
Top