|
-
May 31st, 2000, 12:53 AM
#1
Thread Starter
Hyperactive Member
It's a foreign window. I tried SetWindowPos with window style WS_Border but it left a very thin border that can still be resized.
Thanks.
-
May 31st, 2000, 01:05 AM
#2
New Member
Hey Wade,
You were on the right track, I think. Try using the WS_DLGFRAME constant instead. Here is the Dim for it:
Code:
Public Const WS_DLGFRAME = &H400000
-
May 31st, 2000, 01:11 AM
#3
Thread Starter
Hyperactive Member
I'm getting the same with WS_DLGFRAME.
-
May 31st, 2000, 02:09 AM
#4
Frenzied Member
I've got it in General VB Qs
-
May 31st, 2000, 02:10 AM
#5
Thread Starter
Hyperactive Member
Works like a charm, Sam.
Thanks.
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
|