Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Want to do something crazy with .bmp files
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01289665
Message ID:
01289752
Views:
16
>Should be (If White is oposite to Black :o))
>
>SYS(2600, nOffset+nPos, 3, 0)
>
It is actually expecting 3 bytes, so it would be:
SYS(2600, nOffset+nPos, 3, 0h000000)
** Red (00-FF) --------------^^
** Green (00-FF) --------------^^
** Blue (00-FF) -----------------^^
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform