Click here to Skip to main content
15,900,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to make the form transparent?
Posted
Updated 3-Apr-11 20:29pm
v2
Comments
Tarun.K.S 4-Apr-11 2:29am    
Use the opacity property.
Ankur\m/ 4-Apr-11 3:09am    
Use 'Add Comment' link below an answer to discuss with the answerer because that notifies him and your answer doesn't.
Abudreas 4-Apr-11 4:14am    
If you want all objects in your form transparent.
I think you should draw it using GDI .
zeroseven08 4-Apr-11 5:50am    
how to use GDI?
m beginer programmer..

1 solution

Have you googled for "Make form transparent VB.NET"?
Here is the first result I found:
http://www.vbdotnetheaven.com/UploadFile/prvn_131971/transparentformInVB11162005073714AM/transparentformInVB.aspx[^]
 
Share this answer
 
Comments
Ankur\m/ 4-Apr-11 3:08am    
[moved from answer]
OP wrote:
Thx for all solution..
I want to make the form transparent
when in running the program,,
Form is transparent, but the tools exist d form is not transparent,
as in piccasa ..
please help senior
Dave Kreskowiak 4-Apr-11 12:37pm    
It would be far easier to do this in WPF that it would Windows Forms. Though, WPF has a very steep learning curve.

In order to do this in Windows Forms, you'd have to make your own versions of every control you're going to use and render them yourself to supply the transparent/opaque functionality.
Ankur\m/ 5-Apr-11 1:06am    
I am adding a copy of your comment below OP's question for him to check your valuable feedback as well.
zeroseven08 5-Apr-11 1:25am    
thx for your comment senior Dave,,,
i'll try
Sergey Alexandrovich Kryukov 5-Apr-11 1:51am    
Dave, can you explain why so much buzz about steep learning curve? Learning curve is not the goal. If the project comes out faster with better quality, why bothering about steep learning curve? (Well, the risk... we say "The one who is afraid of risk doesn't drink Champagne"...). Steep learning curve may or may not pay off; this is what matters.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900