|
-
July 23rd, 1999, 09:20 AM
#1
SetParent Function causing Overflow (Error 6) in NT?
I'm using this Function in my program
Declare Function SetParent Lib "user32" (byval hWndChild as Long, byval hWndNewParent as Long) as Long
This is how it is called.
r% = SetParent(MCOption1(Index).hwnd, MCPanel
(Index).hwnd)
But, when I run the program in NT, I get an Overflow!(error 6) on any screen that has an MCOption control.
Any ideas on why it would work fine in Win 95/98, but not NT?
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
|