Link to home
Start Free TrialLog in
Avatar of Stan12
Stan12

asked on

VB.NET MASKING

Hello, my question is:
Is there a way to MASK in VB.NET (mask like FLASH MX) have a big platform in the back and have little window that will show only small part of the whole platform and have that little window be full screen. here is an image of what im talking about if it will help thanks!
http://www.geocities.com/sruzmet/screen.jpg

Avatar of arif_eqbal
arif_eqbal

well there's a method that will make a particular color Transparent on the Form
i.e. put a Panel and set its color to say Red
Now on Form's Property page set TransparencyKey to Red
Now the Panel will be Transparent and will appear like a window which shows what's beneath it But it won't show the forms content beneath it

check out if it helps you
ASKER CERTIFIED SOLUTION
Avatar of armoghan
armoghan
Flag of Pakistan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi..

Though i have very little knowlegde in this (Graphics and Flash) but oyu probaply need the method which can use the Image manipulation for the Graphics appliation like games. There are two technique used in game programming for the same one is Double Buffer which make the object in RAM only and display the Select portion on screen.  Using the Old bitblt Method o Windows API.

OR
 Search for the "Virtual Form"
OR
What i have to suggest you is that look for some Graphic manupluation Topic for Game propramming which can help you find your answer quickly.

VIkasumit