Valhalla Legends Forums Archive | Visual Basic Programming | Form Transparency.

AuthorMessageTime
dRAgoN
To anyone who wanted form transparency can use my dll if they wish.

http://www.thedragonmaster.net/dlls/dragon.dll

Public Declare Function MakeTransparent lib "dragon.dll" (byval FormsHWND as long, byval ZeroTo255 as long) as long

Ex.
MakeTransparent Form1.hWnd, 148

I recomend if you do use it not to actuly use 255 just because you will not see the Form whatsoever. anyway im to lazy to explain any further so have fun with it.

~l)ragon
September 6, 2003, 11:58 PM
Spht
Why's it so big (~150KB) for such a simple DLL?
September 7, 2003, 12:17 AM
dRAgoN
[quote author=Spht link=board=5;threadid=2604;start=0#msg20389 date=1062893840]
Why's it so big (~150KB) for such a simple DLL?
[/quote]

theres lots of other functions in it that i will document when it is working to my likeing.

ex.
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)

when the rest are to my likeing i will post them aswell.

~l)ragon
September 7, 2003, 12:36 AM
UserLoser
I found:

??0CDllTest@@QAE@XZ
??1CDllTest@@QAE@XZ
??4CDllTest@@QAEAAV0@ABV0@@Z
AddChat
AddToTray
AddUser
AppendTextEX
BuildArrayListing
CheckVersion
CreateAccount
DestroyLV
DestroyRTB
DownLoad
FreeTray
GetVersionInfo
HashData
InitTray
MakeImageList
MakeLV
MakeRTB
MakeTransparent
MyStringFunct
PasswordHash
PostListing
QueryConfigValue
RGamerBotINI
RSDREB
RemoveFromTray
?SayHello@CDllTest@@QAEXXZ
SendListViewMessage
TimeStamper
UpdateTrayIcon
UpdateTrayTip
WGamerBotINI
September 7, 2003, 12:37 AM
dRAgoN
[quote author=UserLoser link=board=5;threadid=2604;start=0#msg20394 date=1062895069]
I found:

??0CDllTest@@QAE@XZ
??1CDllTest@@QAE@XZ
??4CDllTest@@QAEAAV0@ABV0@@Z
AddChat
AddToTray
AddUser
AppendTextEX
BuildArrayListing
CheckVersion
CreateAccount
DestroyLV
DestroyRTB
DownLoad
FreeTray
GetVersionInfo
HashData
InitTray
MakeImageList
MakeLV
MakeRTB
MakeTransparent
MyStringFunct
PasswordHash
PostListing
QueryConfigValue
RGamerBotINI
RSDREB
RemoveFromTray
?SayHello@CDllTest@@QAEXXZ
SendListViewMessage
TimeStamper
UpdateTrayIcon
UpdateTrayTip
WGamerBotINI
[/quote]

Point being?
September 7, 2003, 12:42 AM
UserLoser
God, I'm just stating that there's a lot of functions, and Spht asked why it was so big for such a simple dll, which makes me think that he thought there was only one function.
September 7, 2003, 12:44 AM
dRAgoN
[quote author=UserLoser link=board=5;threadid=2604;start=0#msg20397 date=1062895448]
God, I'm just stating that there's a lot of functions, and Spht asked why it was so big for such a simple dll, which makes me think that he thought there was only one function.
[/quote]

For some reason I dont think he asked UserLoser why it was so big.
September 7, 2003, 12:46 AM
UserLoser
Just shut up.
September 7, 2003, 12:49 AM
dRAgoN
[quote author=UserLoser link=board=5;threadid=2604;start=0#msg20400 date=1062895796]
Just shut up.
[/quote]

Cough just stateing the facts as they are if you dont like it stay out of this thread.
September 7, 2003, 12:51 AM
UserLoser
[quote author=dRAgoN link=board=5;threadid=2604;start=0#msg20402 date=1062895900]
what you want to start with me now you little shit.
[/quote]

http://www.andersonservices.com/angermgmtclasses.html
September 7, 2003, 12:56 AM
dRAgoN
[quote author=UserLoser link=board=5;threadid=2604;start=0#msg20404 date=1062896211]
[quote author=dRAgoN link=board=5;threadid=2604;start=0#msg20402 date=1062895900]
what you want to start with me now you little shit.
[/quote]

http://www.andersonservices.com/angermgmtclasses.html
[/quote]

not your busness lol get off my thread.
September 7, 2003, 1:01 AM
Camel
[quote author=UserLoser link=board=5;threadid=2604;start=0#msg20404 date=1062896211]http://www.andersonservices.com/angermgmtclasses.html[/quote]
Good call, UserLoser.

dRAgoN, why would anybody want to use a dll for something that takes three API calls?
September 7, 2003, 1:38 AM
Adron
OK... dRAgoN, you suck for giving us free code but not documenting all of it!!!!!!!

Or, how about we show some appreciation for his offering of free code? I can agree that it wouldn't hurt to rip out all the irrelevant code if that's all it's supposed to do, but documenting is boring. If he wants to take it a little at a time, let him. Be happy for what you get when it's free!
September 7, 2003, 11:18 AM
Kp
[quote author=dRAgoN link=board=5;threadid=2604;start=0#msg20399 date=1062895595]For some reason I dont think he asked UserLoser why it was so big.[/quote]Correct. He didn't address it to anyone; as such, most people would read it as being open for answering by anyone who knew.
September 7, 2003, 4:16 PM
OuTLawZGoSu
Not to get off the topic (The Argument) but how can i install the dll. i tryed to Brawse and select the dll through the Components in the vb menu but it keeps saying that the file is an invalid Active X Component. i dono what im doing worong but it has been a while since i used that feature. Help?
September 13, 2003, 1:22 AM
Camel
I havn't tried it, but it appears as though you can just declare the functions and call them directly.
September 13, 2003, 6:36 AM
OuTLawZGoSu
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.
September 13, 2003, 2:39 PM
MrRaza
I Support This DLL. :)




September 14, 2003, 2:19 AM
acidsky
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"
September 14, 2003, 3:48 AM

Search