Opacity, Superimposing, Blending Oh MY! [02 / 03] -
Need some expert guidance here.
I have an employee database complete with JPEG photographs. I would like to make this database available to employees so that they can ensure people in certain parts of the buildings match the ID card's they are wearing.
I do not want people to be able to use these photos for evil purposes. Wanted posters, mustaches and other such gags etc.
I envision an application which brings up the photo but has the employee ID of the person viewing the photo blended into the photo.
Could I make a user control which displays the photo opaque over the top of text that indicates policy for photo usage and states who is currently viewing the photo? Kind of like what I see in the post I have linked to below. If so, how?? Happy for other ideas.
http://www.vbforums.com/showpost.php...3&postcount=11
lItTlE questoin about Alpha Blending -
Is it possible to have a form with, lets say opacity of 50%, and have a picturebox in it with opacity of 100%?
What I mean is to do Alpha Blending on a form but to avoid Alpha Blending on the given picturebox which is on the form.
superimposing please help -
hi,
how can i have a user control in the cell of a grid (datagrid or msflexgrid), please help
i think this is called superimposing , if not , then please explain me.
thanks
pratik
Opacity, Superimposing, Blending Oh MY! [02 / 03] -
Need some expert guidance here.
I have an employee database complete with JPEG photographs. I would like to make this database available to employees so that they can ensure people in certain parts of the buildings match the ID card's they are wearing.
I do not want people to be
Per-pixel alpha blend function math -
I know this is not vb, but...
I'm writing a function in vc++ for a dll that will be accessed from vb. It takes three hDC's and combines them, overlaying hdc2 over hdc1, using hdc3 as the mask.
I'm working with the DIB of the hdc's so it's hella fast (array of pixel values). Anybo
Form Opacity -
what is opacity? below is an example, anyone can tell me what is thatcode about?
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
Static i As Integer
Dim frmClient As New frmClient()
If Me.Opacity &l
Can I set button opacity to differ from form opacity -
I'd like to have a form set to 0% opacity, but still be able to see my buttons with 100% opacity. This is to give the effect of having buttons floating by themselves.
Is this possible? 'Opacity' isn't a button property, and they just take the opacity of the form by default.
New to vb.net and need a little help. -
Ok well im making a splash screen and I want it to fade in when opened. What I have so far is.
Private Sub FadeInTimer_Tick(ByVal sender As System.Object, _
ByVal e As System.EventArgs) Handles FadeInTimer.Tick
If Me.Opacity = 0% Then
Opacity += 0.01
opague window -
I have a programme where on the window menu, it has Window Opacity, which brings up a dialog box, with a trackbar which determins the opacity of the main window not the window itself.
The opacity dialog connects to the mainform by using;
Private textMain = New mainform
then in t
[2008] Opacity Problem -
Good Evening everyone, I am currently using the Beta of Visual Basics Orcas(2008) but the code is relativly the same. I remember once using a timer and me.Opacity in order to get forms to fade in and fade out, however I can't remember how to do it and it does not seem to be doing it fo
Change form opacity while dragging it -
How do I change a forms opacity when I click on its title bar & drag it to a new location on the screen & then have change back to it's original opacity (100%) when I release it? I know how to change opacity, I just dont know what events to use. Thanks...
[2005]Opacity -
How can I make the Title bar opacity to 100% and Form opacity to 70%
Thanks in Advance
Dana
[2008] Change the form's opacity! -
Hi, i would like to know how to program if i wanto change the programs opacity!
I also got a drop down menu but idk how im gonna do..
I was try like
If combobox1.text = "50%" then
Me.opacity = 50%
Else
' nothing!
End If
Something like that..
Anyone ca
[2005] Form opacity VS controls opacity -
Hi
So...I have a form with a picture box in it and I want to change the form opacity without changing the picture box opacity. In the end, what I want the user to see it's just the picture box.
I've looked into the picture box properties but didn't found anything helpful.
Is it po
Painter's problem -
A painter has varying paints which vary in opacity, x. He wants to figure out how many coats of paint, y, are required to make a certain paint of opacity x appear at full opacity. What equation should he use?
showing other forms -
in sharpdevelop i used to show forms by having:
Dim fOpacity As New opacity
which would reference opacity.vb but in vs2005 it says opacity is undefined.
[2005] Opacity and Scrollbar -
I can adjust with opacity fine...I used a timer to make a cool app that makes the opacity fade in and out shown here:
http://www.youtube.com/watch?v=kfXGngbLVM4
But I want to learn how to make opacity work with a scrollbar, have the scrollbar adjust the opacity as it's scrolled...a
Opacity in VB 6.0 -
I was wondering if there is a simple way to change opacity in VB 6.0 in VB.Net it's very simple just form1.opacity=%%
If not it's cool
[2005] Using a scrollbar to set form opacity. -
Hi. How can I use a scrollbar to set form opacity?
I tried 'Me.Opacity = (VScrollBar1.Value)' and this only works with 1 and 100.
I also tried 'Me.Opacity = (VScrollBar1.Value) & "%"', and it tells me I can't convert a string to a double, because of the quotation ma
Custom Alpha Blending (Formula is requested) -
Hello all.. greetings..
I found that DirectDraw in DX7 cannot handle Alpha Blending.
So, I decided to make a personal Alpha Blending engine, that takes two surfaces
and mixes them into a destenation with an Alpha value.
To make this true, I need the forumla for each pixel. Is i
URGENT!!! Please read! -
Hi, I'm having a problem with running my app in windows 9x
The thing is that I'm using Alpha Blending and Alpha Blending isn't supported in win9x. The API declaration is the thing that's making a problem for me:
I have declared the "SetLayeredWindowAttributes" API to do Alp
alpha blending text -
Hi
here what i have so far.....i've got an image on the screen and it fades and another image appears....i have done this using alpha blending, but now i need to add the name of the image onto the screen directly underneath it. I am using graphics.drawString to display the details and
alpha blending text -
Hi
here what i have so far.....i've got an image on the screen and it fades and another image appears....i have done this using alpha blending, but now i need to add the name of the image onto the screen directly underneath it. I am using graphics.drawString to display the details and
HTML Table Opacity -
Hi,
I have an html table defined this way:
Code:
<table bgcolor="#FFFFFF" height="298" width="366" style="filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;-moz-border-radius: 1.4em;">
Inside that table I have some textboxes
Gradient with Opacity -
In VS 2003 it is really easy to add the VbPowerPack and use BlendPanels to achieve gradients. However, BlendPanels are somewhat buggy when it comes to Docking and form Opacity. Am I correct in assuming that manually coding gradients on a form will not affect the forms ability to adjust
[2005] Changing a form opacity -
hey just wondering if anyone has a clue how i can make a button click change the opacity of a form? so the user can change the opacity to 100%, 80%, 60%, 40%, 20%.
any replies would be great! thanks
EDIT: sorry my bad, eventually worked it out, so the form is called "Me&quo
[2005] fade in a form while fading out another -
I have two forms, one called logofade and mainmenu. I am fading in the logofade by using a timer event that increases the opacity. Once the opacity reaches 100% I then want the logofade to fade back to 0% and reveal the mainmenu form that I made visible when the logofade had reached 10
Opacity -
How to change the opacity of bitmap or the pic in picbox???
Acceptable solution for independent forms/control opacity -
Hi everyone,
I'm still new to VB.Net so I don't know if this is a good solution for what I'm trying to accomplish. I want a semi-transparent form background with opaque controls. So what I did was create the top form with a transparency key for the background. Behind it, I created a
How to create a translucent Rectangle Shape -
Hi,
I know how to set a forms opacity:
Me.Opacity = 0.65
But i want to apply this effect only on a RectangleShape. Not to the entire form. How do i do that?
Warad
Opacity/Fading/Transparency, please help -
Ok heres what I want to do... I want my program to fade from opactity 0 to opacity 100 when the form loads... ive tried many things, but i cant seem to get anything to work. Please help, I really could use it.
Josh
Tab control opacity -
Is it possible to have the form Opacity set to say 80% but the tab control on the form would be 100% opacity, so the tab would not be transparent at all?
thnks
Question with Opacity -
hi guys! i have a question. Is it posible to set the opacity of my form to 10% but the controls/Objects with in it, like Textbox, Button, Etc, will still be 100% visible? In other words, is it posible to adjust the opacity of my form without affecting the visibility of my Controls/Obje
Form Opacity (Resolved) -
How to change the opacity of the form at runtime.
i have used this code but it is not working,
me.opacity = 50
Above code is not working.
DirectX8 - Material Alpha Blending -
NB : The attached VB app is set at a resolution of 1600 x 1200 which may not work. If so just change the screen res via code ty.
Hi all
I know there r many ways of alpha blending in DirectX8 but i really need to know how to do it via material properties. Basically i want to be
Using a dll... -
In my application I use a dll. When I start my application I call a method called Main from my dll where I instantiate a form, but in the form_load I set its opacity to 0, so it won't be displayed. When I click a button I want to call another method in my dll to set the form's opacity
Opacity DirectShow Filter -
Hi guys:
I have made a control in C# to play videos. The player control has been made with direct show.
I need to control the video opacity and I would like to know if is there some "opacity filter" for directshow. I have been looking around and I can't find anything.
alpha blending in win98 -
I'm doing alpha blending which is supported in winNT, someone told me that I can use the AlphaBlend function for win98, but sounds like that is only for bitmaps and graphics
I was just wondering if it is possible to do alpha blending ON A FORM in win9x?
tnx for advice
[2005] How to set applications opacity to 75% after application is inactive for 30sec -
I want to set the application to gradually fade to 75% opacity - This I can do.
But, I want this event to happen only when the application has been inactive for 30 seconds.
So, I have 2 timers, 1 to count down from 30, when hits 0, second timer counts until opacity = 75%, this, I
opacity on forms with controls -
Hi,
I´m having trouble controlling the opacity of my forms or controls. As long as I don´t put any controls on my forms, the opacity works.
I also don´t understand the setting that says that a color appears transparent on the form. It doesn´t.
I would like to have a form w
Directx8 - Thank You Letter To Z -
Z
This is in reply to the last thread I made on material based alpha blending. I posted it there but it didnt seem to register so just to make sure u got the thanks here it is again:
Wow man u r the best! Its works perfectly. I knew is was something to do with setrenderstate or