does anyone know how to do that a Transparent form?
How can I make a Transparent form?
Started by kresh7, Nov 07 2007 11:18 AM
8 replies to this topic
#1
Posted 07 November 2007 - 11:18 AM
|
|
|
#2
Posted 07 November 2007 - 01:15 PM
Are you using .NET? If so, just set the transparency color as the color of your form.
Form.TransparencyKey Property
Form.TransparencyKey Property
#3
Posted 08 November 2007 - 06:43 AM
No he is using VB 6.0, and to make it transparent you can use this module I found. Open it into your Project and use it like this:
Where Me.hwnd is the form hwnd and 100 is the value of transparency.
MakeTransparent Me.hwnd, 100
Where Me.hwnd is the form hwnd and 100 is the value of transparency.
Attached Files
#4
Posted 08 November 2007 - 08:21 AM
thx a lot
#5
Posted 04 May 2008 - 06:24 AM
Pretty neat relsease thanks!!
#6
Posted 04 May 2008 - 06:26 AM
TcM said:
No he is using VB 6.0, and to make it transparent you can use this module I found. Open it into your Project and use it like this:
Where Me.hwnd is the form hwnd and 100 is the value of transparency.
MakeTransparent Me.hwnd, 100
Where Me.hwnd is the form hwnd and 100 is the value of transparency.
How did you know he was using VB 6 and not .NET?
#7
Posted 10 May 2008 - 08:53 AM
Xav said:
How did you know he was using VB 6 and not .NET?
Because I've been helping him for a very long time, and I know what he uses... besides that we are kinda good friends via MSN.
#8
Posted 21 August 2008 - 08:13 PM
thanks
#9
Posted 22 August 2008 - 12:48 AM
Welcome.


Sign In
Create Account


Back to top










