Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[EO] Inventory space…


StorN
 Share

Recommended Posts

ok, thanks - I managed to

I have 2 problem
I do not know where - to paste it: (transparent chat)

```
Private Declare Function SetWindowLong Lib "user32" Alias "SetWindowLongA" ( _
    ByVal hwnd As Long, ByVal nIndex As Long, ByVal dwNewLong As Long) As Long

Private Const GWL_EXSTYLE = (-20)
Private Const WS_EX_TRANSPARENT = &H20&

Private Sub Form_Load()
    SetWindowLong txtChat.hwnd, GWL_EXSTYLE, WS_EX_TRANSPARENT
End Sub
```
in Eclipse Orgins
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...