|
-
Jan 28th, 2008, 01:13 PM
#1
Thread Starter
Addicted Member
-
Jan 28th, 2008, 01:21 PM
#2
Re: How to load picture(Hight quality)
Well the VB controls do not support .PNG, so getting a transparent image at that quality would be impossilbe... Therefore you have 2 options:
Create the image in .BMP or .JPG format and make the backcolour the same as your form
OR
Search for GDI+ or a PNG class support utility..
_____________________________________________________________________
----If this post has helped you. Please take time to Rate it.
----If you've solved your problem, then please mark it as RESOLVED from Thread Tools.

-
Jan 28th, 2008, 01:43 PM
#3
Re: How to load picture(Hight quality)
You can draw it using the BitBlt API.
http://allapi.mentalis.org/apilist/BitBlt.shtml
Since this is VB 6 it would be GDI and not GDI+
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jan 28th, 2008, 01:54 PM
#4
Re: How to load picture(Hight quality)
-
Jan 28th, 2008, 02:46 PM
#5
Re: How to load picture(Hight quality)
Why can you not load a transparent GIF image? I do it and it works or is a GIF not a high quality that you would like?
-
Jan 28th, 2008, 02:51 PM
#6
Re: How to load picture(Hight quality)
A gif is low quality image data type. Png is about the best quality and retension of quality until you get to the raw file data type.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jan 29th, 2008, 07:18 AM
#7
Thread Starter
Addicted Member
Re: [RESOLVED] How to load picture(Hight quality)
Thanks to all .
Resolved
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|