Jump to content

How can I make a Transparent form?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
8 replies to this topic

#1
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
does anyone know how to do that a Transparent form?

#2
Lop

Lop

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,172 posts
Are you using .NET? If so, just set the transparency color as the color of your form.

Form.TransparencyKey Property

#3
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
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:

MakeTransparent Me.hwnd, 100

Where Me.hwnd is the form hwnd and 100 is the value of transparency.

Attached Files

  • Attached File  Trans.zip   702bytes   1958 downloads


#4
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
thx a lot

#5
Spearz

Spearz

    Newbie

  • Members
  • Pip
  • 1 posts
Pretty neat relsease thanks!!

#6
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts

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:


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?
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#7
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts

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
sreejithvavida

sreejithvavida

    Newbie

  • Members
  • Pip
  • 1 posts
thanks

#9
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Welcome.