Search Result
Collapse
6 results in 0.0023 seconds.
Keywords
Members
Tags
-
visual basic 2010 picture box
i want to make an image without a background color, like an icon. i have the picture but what to i put in the backcolor input to make it transparent so that i can see the actual background -
How to make the background of a .swf file transparent?
I am trying to make my html page visible thru the background of my .swf file. I know the method:
Code:<param name="wmode" value="transparent" />
http://www.leopoldjoy.com/new%20website/test_page.html
This is the .swf embed code i use:
Code:<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
-
transparent text within a coloured box
Hey guys, not sure if this is possible with css, but I have a photographic background for a website, and would like to create text that is completely transparent so that the background shows through each letter.
The letters will be contained within a white box. I don't think this is possible (I've tried a couple different ways I can think of) but can anyone let me know definitively?
Cheers,
James -
How to draw graphics on a transpaqrpicturebox over a "video" picture box?
I wonder if it is possible to overlay a picture box of some kind on top of another picture box in which a video is playing, in such a way that the video plays underneath and is completely visible... and, by drawing on the overlaid picture box, I can add cursors, lines, graphic text, etc... JUST LIKE using a grease pencil to draw on a TV screen?
In my case, the video is 'live' incoming video from a USB capture device. The video-in-a-picturebox... -
Scaling transparent GIF / Transparency gets black
Hi all
I am new here and i hope i do not make any mistakes with this question.
I try to change a GIF-File that contains transparency. The problem lies within the following code:
Code:' Open a gif with transparency Dim nBm As Bitmap = New Bitmap("C:\Temp\TestTransparent.gif") ' Create a new bitmap with the same size Dim nResult As Bitmap = New Bitmap(nBm.Width, nBm.Height)
-
Overlayed Text on Video
I am attempting to write some simple video playback code. This is easy I am using Microsoft.Direc tX.AudioVideoPl ayback which works fine.
I want to overlay some text on the video. To do this I need the famed transparent control that everyone sems to struggle with.
I have overiden createparams and now have a transparent textbox/rich text box. If I place this over a picture it works fine, but over a video the text disapears....