|
-
July 18th, 2001, 03:57 PM
#1
case statements
Im currently chomping on this bit of code, trying to convert it to c++. Would the "select case fstyle && &h80" be equal to "if (fStyle and &H80)"? I know its rough but im just wondering what the bit of code below does...
Select Case fStyle And &H80
Case &H80
XBorder = GetSystemMetrics(SM_CXDLGFRAME)
Case Else
XBorder = GetSystemMetrics(SM_CXFRAME)
End Select
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
|