Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RedrawWindow Function
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00444387
Message ID:
00444429
Views:
12
You have to nest the Bitor() calls. Bitor(RDW_ERASE,Bitor(RDW_INVALIDATE,Bitor(RDW_ALLCHILDREN,RDW_UPDATENOW)))

>>>liMyFlags = RDW_UPDATENOW OR RDW_ALLCHILDREN
>>>
>>>it tells me that it is an invalid value. Am I combining these flags correctly?
>>
>>Hmm, I'm surprised it even compiles. You need to use BITOR for bitwise OR operations.
>
>So, if this is the case, how would I send 4 flags? In VB what I am trying to do it looks like this I guess:
>
>RDW_ERASE Or RDW_INVALIDATE Or RDW_ALLCHILDREN Or RDW_UPDATENOW
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform