From: Paul Clement on 28 Feb 2010 19:17 On Sat, 27 Feb 2010 20:00:34 -0600, "Larry Serflaten" <serflaten(a)usinternet.com> wrote: � � "Paul Clement" <UseAdddressAtEndofMessage(a)swspectrum.com> wrote � > � > It's pretty easy to do in Visual Basic .NET but I'm not aware of any code � > solutions in Classic VB that don't implement a third-party component (and the � > Kodak Imaging libraries are no longer included in Windows). � � � Trolliing just comes naturally for you, doesn't it? � � <g> � LFS � Hey Larry, I do interop with Classic VB/ASP and .NET all the time. As a matter of fact we have production ASP apps that use Visual Basic .NET DLLs. Seems there's always an objection when .NET is even mentioned as a suggested option. ;-) Paul ~~~~ Microsoft MVP (Visual Basic)
From: Paul Clement on 28 Feb 2010 19:35 On Sat, 27 Feb 2010 22:12:56 -0800 (PST), Shotgun Thom <tmoran4511(a)gmail.com> wrote: � > � Hello. � > � � > � I want to develop a VB6 program to convert a .TIF file to a .JPG file. � > � � > � Is that possible using VB6? � > � � > � Any help would be gratefully appreciated. � > � � > � Thanks, � > � Tony � > � > It's pretty easy to do in Visual Basic .NET but I'm not aware of any code � > solutions in Classic VB that don't implement a third-party component (and the � > Kodak Imaging libraries are no longer included in Windows). � > � > Paul � � Frankly, nothing is easy to do in .NET. Certainly not for those that don't use it. ;-) � Paul obviously doesn't know, Correct. It looks like a good option. Paul ~~~~ Microsoft MVP (Visual Basic)
From: Paul Clement on 28 Feb 2010 19:37 On Sat, 27 Feb 2010 19:57:59 -0600, "Ralph" <nt_consulting64(a)yahoo.com> wrote: � > On Sat, 27 Feb 2010 09:02:01 -0800, Tony Girgenti � <tony(nospam)@lakesideos.com> � > � > It's pretty easy to do in Visual Basic .NET but I'm not aware of any code � > solutions in Classic VB that don't implement a third-party component (and � the � > Kodak Imaging libraries are no longer included in Windows). � > � � Equally easy to do with C# .Net Framework, Visual C++ .Net Framework, � Delphi, and probably several more development packages I can't think of at � the moment. � � -ralph � Sounds like the OP has plenty of options. :-) Paul ~~~~ Microsoft MVP (Visual Basic)
From: Paul Clement on 28 Feb 2010 19:51 On Sun, 28 Feb 2010 12:24:02 -0000, "Mike Williams" <Mike(a)WhiskyAndCoke.com> wrote: � > It's pretty easy to do in Visual Basic .NET � � He didn't ask that, troll! He posted to the Classic VB newsgroup and he � specifically asked for a VB6 solution. That's up to him to decide, not you. � > but I'm not aware of any code solutions in Classic VB � > that don't implement a third-party component � � Then you're a dummy, as well as a troll. If you really are an MVP then you � are a disgrace and an embarrassment to Microsoft. You are bringing the � entire MVP program into disrepute and it is not fair on the other MVPs who � are being tainted by your misbehaviour. � � Troll. � � Mike � I'm just one of many MVPs. I don't have that much power over the program, but thanks for the thought anyway. ;-) Paul ~~~~ Microsoft MVP (Visual Basic)
From: mscir on 28 Feb 2010 22:31
On Feb 27, 10:12 pm, Shotgun Thom <tmoran4...(a)gmail.com> wrote: > On Feb 27, 6:37 pm, Paul Clement > <UseAdddressAtEndofMess...(a)swspectrum.com> wrote: > > On Sat, 27 Feb 2010 09:02:01 -0800, Tony Girgenti <tony(nospam)@lakesideos.com> > > wrote: > > ¤ Hello. > > ¤ I want to develop a VB6 program to convert a .TIF file to a .JPG file. > > ¤ Is that possible using VB6? > > ¤ Any help would be gratefully appreciated. > > ¤ Thanks, > > ¤ Tony > > > It's pretty easy to do in Visual Basic .NET but I'm not aware of any code > > solutions in Classic VB that don't implement a third-party component (and the > > Kodak Imaging libraries are no longer included in Windows). > > > Paul > > Frankly, nothing is easy to do in .NET. Paul obviously doesn't know, > or conveniently forgot, that Microsoft replaced Kodak with WIA > (Windows Image Acquisition Library). With WIA you can easily convert > between TIFF and JPEG (or png, bmp, etc.) and, btw, do lots of other > stuff like scan, print using photo print wizard, etc. all in VB6. > > It's free. Download at: > http://www.microsoft.com/downloads/details.aspx?familyid=a332a77a-01b.... Very nice solution, register one dll and their sample program works perfectly. Mike |