Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Loading image to TPaintBox Structure
- Posted - 04/07/2005 : 11:58:22 AM -------------------------------------------------------------------------------- I am trying to load an image from a OpenFile dialouge box, into a fixed size paint box, and am prooving...
- Tags: LoadImage
- Discussion threads 2005-04-07
- Loading Image from File to TPaintBox
- I am trying to load an image from a OpenFile dialouge box, into a fixed size paint box, and am prooving very uncessessful.I have managed to do exactly the same thing to load to a TImage structure, by using the following code.quote:--------------------------------------------------------------------------------if (!dlgOpenImage -> Execute) return;imgDest->Picture->Bitmap->LoadFromFile(dlgOpenImage->FileName);--------------------------------------------------------------------------------Which works fine, however when...
- Tags: LoadImage
- Q&A 2005-04-10
- Loading Image from File to TPaintBox
- I am trying to load an image from a OpenFile dialouge box, into a fixed size paint box, and am prooving very uncessessful.I have managed to do exactly the same thing to load to a TImage structure, by using the following code.quote:--------------------------------------------------------------------------------if (!dlgOpenImage -> Execute) return;imgDest->Picture->Bitmap->LoadFromFile(dlgOpenImage->FileName);--------------------------------------------------------------------------------Which works fine, however when...
- Tags: LoadImage
- Q&A 2005-04-10
- << Previous
- page 1 of 1
- Next >>