Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GetDesktopWindow()
Message
From
03/10/2001 11:40:31
 
 
To
03/10/2001 11:18:28
Mike Keithley
North Instruments Inc.
Cleveland, Ohio, United States
General information
Forum:
Visual Basic
Category:
Windows API functions
Miscellaneous
Thread ID:
00563637
Message ID:
00563660
Views:
14
>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!

Is this for opening word documents?
Previous
Reply
Map
View

Click here to load this message in the networking platform