Page 1 of 1

emf file

Posted: Fri Jul 06, 2007 5:54 pm
by efernal
help of intellicad says that we can use wmf or emf files on image tiles...
I could not do this, with:

dlg_start_image(mydlg, "i");
dlg_slide_image(0, 0, 100, 40, "c:\\test.emf");
dlg_end_image();

nothing is dysplayed on dcl "i" image tile...

have someone tryed something like this?

ef