Click here to Skip to main content
15,997,744 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How will i do to set the backcolor transparent into the MDI Form?????

Please Please help me any instruction, if any possible......
Posted

1 solution

you can not make MDI backcolor transparent directly

take an image 'simple single colored rectangle' set as background
Now, runtime read image, and make that image transperant.

eg.

VB
Img.MakeTransparent(Color.Black)


Happy Coding!
:)
 
Share this answer
 

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