• Welcome to Valhalla Legends Archive.
 

Form Transparency.

Started by l)ragon, September 06, 2003, 06:58 PM

Previous topic - Next topic

Camel

I havn't tried it, but it appears as though you can just declare the functions and call them directly.

OuTLawZGoSu

#16
What you mean? Just put the dll somewhere and put in the declorations? ill try that anyway.


EDIT: Yep jus tlike you said.i pu thte dll in the same folder as the source code and i did all the declorations. works good too.

MrRaza

I Support This DLL.    :)





acidsky

#18
will someone tell me why this isnt working
i enter


Public Declare Function MakeRTB Lib "dragon.dll" (ByVal AppInstance As Long, ByVal MainHwnd As Long, ByVal x As Long, ByVal y As Long, ByVal w As Long, ByVal h As Long) As Long

REBHwnd = MakeRTB(App.hInstance, Form1.hWnd, 5, 5, 240, 500)



into my form, but where do i put it
it says that only comments may go after but if it  put it after it makes an error on the word "app"