|
-
Apr 17th, 2000, 11:45 AM
#1
I was working on a program that would hide a certain window using
Public Declare Function ShowWindow Lib "user32" (ByVal hwnd As Long, ByVal nCmdShow As Long) As Long
and it works fine for me (Win98) but when i sent it to my friends (win2k) to test it, It gave them an overflow error. Does anyone know whats wrong or what cna i do to resolve this problem?
'Hide
x = ShowWindow(hWnd, SW_Hide)
'Show
x = ShowWindow(hWnd, SW_Show)
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
|