CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 1999
    Posts
    34

    Programs for VPlaces!

    Hello! If you have made some programs for Vplaces before, then maybe you know how to put all the people in the room onto a list1.list in the VB form (so in the list I will have names of all the people in the room)
    Also maybe someone knows how to open Gesture Pallete from VB

    Thank You


  2. #2
    Guest

    Re: Programs for VPlaces!

    I doubt you are gonna find many vp "programers" here heh. Adding everyone in the room cant be done with out doing it from there idents. The gesture button click is easy, add this to a .bas file


    Function GestClick()
    hwndz% = findwindow("VPFrame", vbNullString)
    maketrue% = getwindow(hwndz%, GW_CHILD)
    maketrue% = getwindow(maketrue%, GW_HWNDLAST)
    maketrue2% = getwindow(maketrue%, GW_CHILD)
    maketrue2% = getwindow(maketrue2%, GW_HWNDFIRST)
    maketrue3% = getwindow(maketrue2%, GW_CHILD)
    maketrue3% = getwindow(maketrue3%, GW_HWNDLAST)
    maketrue4% = getwindow(maketrue3%, GW_CHILD)
    maketrue4% = getwindow(maketrue4%, GW_HWNDLAST)
    maketrue4% = getwindow(maketrue4%, GW_HWNDPREV)

    If mid(UCase(GetClass(maketrue4%)), 1, 3) = UCase("AFX") then
    maketrue4% = getwindow(maketrue4%, GW_HWNDPREV)
    End If
    maketrue5% = FindChildByTitle(maketrue4%, "Gestures")
    VPButton (maketrue5%)
    End Function




    -Element
    -http://element.virtualave.net


  3. #3
    Join Date
    Jul 1999
    Posts
    34

    Re: Programs for VPlaces!

    You mean that all the programers who make programs for VPlaces are code thieves?
    I got it already how to open gest button, i just didn't know name how to find it by class, but that dude told me about Spy++, so i used it, and it's kewl, but thanx anyways for replying to my messege



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

Featured