Results for "Author: alfred koppold"
This simple app can decompile Windows-HLP-files if you lost your sources. It get rtf files, graphics, projektfile and so on. You can recompile it. A Desription of the HLP-Format is included.
This is a class to display PNG-Graphics without a speciell Dll (pure VB and Windows-Api). With Alphablending and Transparence!!! Also included are my old classes to read PCX and TGA-Graphics and a new class to read some kind of TIF-Graphics.
In the zip-file are various VBCode from me. There are some projekts: Save Png-graphics with VB My own MsgBox My own AboutBox Scan with VB and Twain without a dll (my class - but the idea of Lumir Mik) Print TTF-Font only with Graphic-Routines A Outlook-Control A Imagelist-Control. Read Typelibs in ocx, dll, tlb without any dll. This are Test-Projekts from me. The Projekts are not complete. I had no time to make the projekts complete. But i think the code is intereesting and i hope it helps someone - also i hope someone make some projekts complete or integrate it in a other projekt. Update 26.6.: I include a sample-app for load icons and cursors and save cursors - i become some emails and someone asks for it so i put it to this samples
I get a email with a question to my PNG-class: I am a member of Planet Source Code and whilst looking for code so I can use .png files in my vb6 apps, I came across your superb png class. I would like to load a picture directly from a .res file though and can’t figure out how to do it! I could rip the picture to a temporary file and use that filepath for the filename, but I don’t want to have the picture available outside of the program. So i make my class ready to open a included RES-file. All the mails i send to Richard Couldridge (he send me the mail) come back to me. So i sent the source to PSC. This show the use of the class with a simple sample. I hope i can help more peoples with this peace of code.