Transparencer
Please post all your completed software applications in here. This is for full software which you have created and wish to release and share with everyone.
As the title may suggest I have made a program that makes your images transparent, It is self explanatory but for anyone that is confused here is how it works:
- You load an image from your computer
- The image will be put into a picture box
- To choose the color you want transparent click choose colour - The best way is to just click the picture box on the color you want transparent and then it will go transparent, ( when you start too see the grey checked stuff that means that part of the image is transparent )
- Save it as a .png
From now on all of my little applications will be free (for all of you bitchers out there - Just saying)
Screenshot's:
![Image]()
![Image]()
![Image]()
Download: Thanks for reading
- You load an image from your computer
- The image will be put into a picture box
- To choose the color you want transparent click choose colour - The best way is to just click the picture box on the color you want transparent and then it will go transparent, ( when you start too see the grey checked stuff that means that part of the image is transparent )
- Save it as a .png
From now on all of my little applications will be free (for all of you bitchers out there - Just saying)
Screenshot's:



Download: Thanks for reading

You do not have the required permissions to view the files attached to this post.
Hi Lewis
Do you know "That works really Really Well" cooll; well you must do as you made it cooll;
A very nice little app, and i am sure i will be using that alot in the near future wahooo;
Well Done
Chris
**On another Note, Ever since i joined this site and made Button Express, i have never been able to find out how to make the .Png files that you save have a Transparent Background, and you have seemed to have Mastered it wahooo; wahooo; wahooo; wahooo; :?: Any chance you could give me the code for that, I dont mind paying you say 50 Credits for the code 8-) as that would really make my day to be able to Save my Buttons within my Newest app with Transparent Backgrounds.
You dont have too, and i wont hold it against you if you dont :lol:
I will just delete all your posts instead ( Joke) :lol:
regards
Chris
Do you know "That works really Really Well" cooll; well you must do as you made it cooll;

A very nice little app, and i am sure i will be using that alot in the near future wahooo;
Well Done
Chris
**On another Note, Ever since i joined this site and made Button Express, i have never been able to find out how to make the .Png files that you save have a Transparent Background, and you have seemed to have Mastered it wahooo; wahooo; wahooo; wahooo; :?: Any chance you could give me the code for that, I dont mind paying you say 50 Credits for the code 8-) as that would really make my day to be able to Save my Buttons within my Newest app with Transparent Backgrounds.
You dont have too, and i wont hold it against you if you dont :lol:
I will just delete all your posts instead ( Joke) :lol:
regards
Chris
Thanks for your comment 
Well in that case i will pm you the code, I think it is simple enough
Edit:
SaveFileDialog1.ShowDialog()
PictureBox1.Image.Save(SaveFileDialog1.FileName)
This is the code i use...
oh and i use this to make it transparent:
Dim img As Bitmap = PictureBox1.Image
img.MakeTransparent(ColorDialog1.Color)
PictureBox1.Image = img

Well in that case i will pm you the code, I think it is simple enough
Edit:
SaveFileDialog1.ShowDialog()
PictureBox1.Image.Save(SaveFileDialog1.FileName)
This is the code i use...
oh and i use this to make it transparent:
Dim img As Bitmap = PictureBox1.Image
img.MakeTransparent(ColorDialog1.Color)
PictureBox1.Image = img
Ok thanks for that 
I will ask codenstuff to transfer 50 Credits from me too you
as it is well worth it for me to be able to save with the transparent background.
Cheers
Chris

I will ask codenstuff to transfer 50 Credits from me too you

Cheers
Chris
I have not tested it yet but i know it works by your great little app:)
I have Pm'd Cody, so sometime soon you will get 50 Credits from me
Thanks very much you have really made my day
Much Respect
Chris
I have Pm'd Cody, so sometime soon you will get 50 Credits from me
Thanks very much you have really made my day

Much Respect
Chris
Lucky Lewis are you able to see the blog templates now?
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!
![Image]()
![Image]()
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!

Lewis , pretty awesome , just like photoshop
not perfect but awesome !
in what language is it made ?


in what language is it made ?
Copyright Information
Copyright © Codenstuff.com 2020 - 2023