|
-
October 11th, 2001, 08:31 AM
#1
C++ --> VB
How would the following to lines of C++ code be translated to VB? Particularly the -> and &~ symbols?
BitBlt(ps.hdc, prect->left, prect->top,
(prect->right - prect->left),
(prect->bottom - prect->top), hdcScreenCompat,
prect->left + xCurrentScroll,
prect->top + yCurrentScroll,
SRCCOPY);
bmp.bmWidthBytes = ((bmp.bmWidth + 15) &~15)/8;
Thanks a mil.
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
|