Results 1 to 2 of 2

Thread: Desktop API's... Please help..!

  1. #1
    FiXeR
    Guest

    Question Desktop API's... Please help..!

    Does anybody know the declares of CreateDektop, OpenDesktop
    SwitchDesktop, and other desktop related functions..?

    Any Constants or Types that might be needed..?

    Can you tell me how can i use these functions and what exactly do they do? Any link to a site that might help...?

    Ouufff....!That's all !

  2. #2
    Frenzied Member MerrionComputin's Avatar
    Join Date
    Apr 2001
    Location
    Dublin, Ireland
    Posts
    1,616
    Code:
    Public Declare Function OpenDesktop Lib "user32" Alias "OpenDesktopA" (ByVal lpszDesktop As String, _ 
                                         ByVal dwFlages As Long, _ 
                                         ByVal fInherit As Boolean, _ 
                                         ByVal DesiredAccess As Long) As Long
    
    Public Declare Function CloseDesktop Lib "user32" (Byval hDesktop As Long) As Long
    These APIs are only supported by the Windows NT line of operating systems. I am adding them to the EventVB project (see Overview ) and will write it all up when I get it working...

    HTH,
    Duncan
    ----8<---------------------------------------
    NEW - The .NET printer queue monitor component
    ----8<---------------------------------------
    Now with Examples of use

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width