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

0 Members and 1 Guest are viewing this topic.

jgr = &jgr

  • Newt
  • Posts: 194
Like DwgThumbnail but free and open source
« on: September 09, 2011, 01: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 = &jgr

  • Newt
  • Posts: 194
Re: Like DwgThumbnail but free and open source
« Reply #1 on: September 09, 2011, 02: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: 81
Re: Like DwgThumbnail but free and open source
« Reply #2 on: September 10, 2011, 08: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 ?

whoknows

  • Newt
  • Posts: 68
Re: Like DwgThumbnail but free and open source
« Reply #3 on: October 28, 2011, 04: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).
That's all folks