高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】file open dialogue with bitmap preview
file open dialogue with bitmap preview
file open dialogue with bitmap preview
i am finding the bitmap preview approach in the samples abit hard to follow.
can someone talk me through it or do you have an alternative?
i used to have a cfiledialog derived class that did it, but i would prefer to use existing code.
i am happy to use the dwgdirect supplied one if someone explains to me how to use it in my program.
thanks.
andrew
see dd_nonlibs.zip: examples/win/extdialog. it's a dll containing file open dialog with preview.
note that this sample was included in 1.09
sergey slezkin
i am using version 1.08. it has a extdialog folder with 4 files in it:
filedlgext.h
previewfiledlg.h
resource.h
stdafx.h
do i still have to download 1.09 ??
andrew
if .h files are enough for you - no need in downloading 1.09 (except upgrading to new dd version with new features and fixes)
1.09 contains also .cpp & .res files for building odadlgext.dll.
sergey slezkin
ok, i will download 1.09 then. you might get a subsequent posting if i get stuck
andrew
|