Author Topic: (getfiled)....raster ?  (Read 1986 times)

0 Members and 1 Guest are viewing this topic.

Andrea

  • Water Moccasin
  • Posts: 2372
(getfiled)....raster ?
« on: June 13, 2005, 04:34:50 PM »
Hi,

I need to have a getfiled function gettin a tiff file showing a thumbnail of image..

like -->  _imageattach

can we do that ?


thanks.
Keep smile...

whdjr

  • Guest
(getfiled)....raster ?
« Reply #1 on: June 14, 2005, 10:27:11 AM »
Getfiled can get any file type.  For the 'ext' change it to the extension you want to look for.

Code: [Select]
(getfiled title default ext flags)

change 'ext' to "*.bmp" or "*.tif" or "*.jpg" .

Andrea

  • Water Moccasin
  • Posts: 2372
(getfiled)....raster ?
« Reply #2 on: June 14, 2005, 03:29:24 PM »
whdjr..

thanks..

but even changing the extension...
i don't have a dialog showing the thumbnail..

..?
Keep smile...

Jeff_M

  • King Gator
  • Posts: 4096
  • C3D user & customizer
(getfiled)....raster ?
« Reply #3 on: June 14, 2005, 04:28:08 PM »
I think that you will need to use VB (maybe VBA?) or higher language to do this. A VB.net form with a PictureBox control will allow this.