|
-
February 10th, 2000, 02:38 PM
#1
SetClassStyle
Hello,
I'm using the SetClassStyle API to change the the style flag of the picture box. It works, excepts that someone (must be VB) works on my back and resets the class style.
Here's my code:
lngStyle = GetClassLong(hwnd, GCL_STYLE)
lngStyle = lngStyle Xor CS_DBLCLKS
SetClassLong hwnd, GCL_STYLE, lngStyle
Any idea?
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
|