Author Topic: Like DwgThumbnail but free and open source  (Read 4596 times)

0 Members and 1 Guest are viewing this topic.

jgr

  • Guest
Like DwgThumbnail but free and open source
« on: September 09, 2011, 02:59:39 PM »
Pure Win32 API + vb6

Is a control (.ocx), written entirely with vb6  (by me), that handles the details of displaying the bitmap thumbnail saved in  AutoCAD drawing files. Also displays 32-bit images (autodesk DwgThumbnail  does not work with 32-bit images)

Only source code (VB6).

jgr

  • Guest
Re: Like DwgThumbnail but free and open source
« Reply #1 on: September 09, 2011, 03:08:36 PM »
I have other things like that, but my backup disks are broken.
Many things like this do not need C # or vb.net....when i find them, I will post more stuff

bye.

Ketxu

  • Newt
  • Posts: 109
Re: Like DwgThumbnail but free and open source
« Reply #2 on: September 10, 2011, 09:25:28 PM »
Thank you so much ^^ I almost changed all project to NET, so i wonder is it able to use VB6 OCX control in VB.NET ?

exmachina

  • Guest
Re: Like DwgThumbnail but free and open source
« Reply #3 on: October 28, 2011, 05:10:02 PM »
so i wonder is it able to use VB6 OCX control in VB.NET ?

Yes, but only in 32-bit.

For .NET (x86&x64)  Search here, there are several examples (C#&VB.NET).