|
-
June 21st, 2000, 11:54 AM
#1
Is this legal?
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|