Click to See Complete Forum and Search --> : Is this legal?


AndyK
June 21st, 2000, 11:54 AM
Is this legal to take mswinsck.ocx and add it into .res file as binary value. Then use this code:
If FileExists(WindowsDir & "\system" & "\mswinsck.ocx") = false then
Dim binary() as Byte
Open WindowsDir & "\system" & "\mswinsck.ocx" for binary as #1
binary() = LoadResData(101, "mswinsck")
Put #1, , binary()
Close #1
End If



to write from .res back to new mswinsck.ocx. The questions is if it's legal because I'm not sure that I can make a microsoft's control as "internal" part of my program when it should be "external".

Programs and requests for them for FREE.
http://falstok.fly.to