Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GetDesktopWindow()
Message
From
03/10/2001 11:18:28
Mike Keithley
North Instruments Inc.
Cleveland, Ohio, United States
 
 
To
All
General information
Forum:
Visual Basic
Category:
Windows API functions
Title:
GetDesktopWindow()
Miscellaneous
Thread ID:
00563637
Message ID:
00563637
Views:
55
I am getting Overflow error message while running GetDesktopWindow.

Private Declare Function GetDesktopWindow Lib "user32" () As Long

Function StartDoc(DocName As String) As Integer
Dim Scr_hDC As Integer
Scr_hDC = GetDesktopWindow()
StartDoc = ShellExecute(20, "Open", DocName, "", "C:\", SW_SHOWNORMAL)
End Function

It works if I comment it out, but sometimes act strange.
Please help!
Next
Reply
Map
View

Click here to load this message in the networking platform